Skip to content

Commit

Permalink
updates (#207)
Browse files Browse the repository at this point in the history
## Description



## Checklist
- [ ] Updated CHANGELOG files
- [ ] Updated Documentation
- [ ] Unit Tests Created
- [ ] php-cs-fixer
  • Loading branch information
JoshuaEstes authored Feb 18, 2024
1 parent 0c03b88 commit 22926e5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"ext-json": "*",
"psr/event-dispatcher": "^1.0",
"doctrine/dbal": "^3",
"symfony/options-resolver": "^5 || ^6",
"symfony/uid": "^5 || ^6",
"symfony/console": "^4 || ^5 || ^6",
"symfony/dotenv": "^5 || ^6",
"symfony/finder": "^5 || ^6",
"symfony/process": "^5 || ^6",
"symfony/dependency-injection": "^5 || ^6",
"symfony/http-kernel": "^5 || ^6",
"symfony/security-bundle": "^6",
"symfony/messenger": "^5 || ^6",
"symfony/options-resolver": "^6 || ^7",
"symfony/uid": "^5 || ^6 || ^7",
"symfony/console": "^4 || ^5 || ^6 || ^7",
"symfony/dotenv": "^5 || ^6 || ^7",
"symfony/finder": "^5 || ^6 || ^7",
"symfony/process": "^5 || ^6 || ^7",
"symfony/dependency-injection": "^5 || ^6 || ^7",
"symfony/http-kernel": "^5 || ^6 || ^7",
"symfony/security-bundle": "^6 || ^7",
"symfony/messenger": "^5 || ^6 || ^7",
"psr/clock": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
Expand Down Expand Up @@ -210,8 +210,8 @@
}
},
"require-dev": {
"symfony/http-foundation": "^5 || ^6",
"symfony/serializer": "^5 || ^6",
"symfony/http-foundation": "^5 || ^6 || ^7",
"symfony/serializer": "^5 || ^6 || ^7",
"symfony/phpunit-bridge": "^6 || ^7",
"symfony/error-handler": "^6",
"phpunit/phpunit": "^10.4"
Expand Down
8 changes: 4 additions & 4 deletions src/SonsOfPHP/Bard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"sonsofphp/json": "^0.3.x-dev",
"sonsofphp/logger": "^0.3.x-dev",
"sonsofphp/version": "^0.3.x-dev",
"symfony/console": "^4 || ^5 || ^6",
"symfony/dotenv": "^5 || ^6",
"symfony/finder": "^5 || ^6",
"symfony/process": "^5 || ^6"
"symfony/console": "^4 || ^5 || ^6 || ^7",
"symfony/dotenv": "^5 || ^6 || ^7",
"symfony/finder": "^5 || ^6 || ^7",
"symfony/process": "^5 || ^6 || ^7"
},
"license": "MIT",
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/SonsOfPHP/Bridge/Symfony/Cqrs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"require": {
"php": ">=8.1",
"sonsofphp/cqrs": "^0.3.x-dev",
"symfony/options-resolver": "^5 || ^6"
"symfony/options-resolver": "^6 || ^7"
},
"require-dev": {
"symfony/messenger": "^5 || ^6"
"symfony/messenger": "^6 || ^7"
},
"extra": {
"sort-packages": true,
Expand Down
10 changes: 5 additions & 5 deletions src/SonsOfPHP/Bridge/Symfony/EventSourcing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"require": {
"php": ">=8.1",
"sonsofphp/event-sourcing": "^0.3.x-dev",
"symfony/uid": "^5 || ^6",
"symfony/security-bundle": "^6"
"symfony/uid": "^5 || ^6 || ^7",
"symfony/security-bundle": "^6 || ^7"
},
"require-dev": {
"symfony/http-foundation": "^5 || ^6",
"symfony/messenger": "^5 || ^6",
"symfony/serializer": "^5 || ^6"
"symfony/http-foundation": "^5 || ^6 || ^7",
"symfony/messenger": "^5 || ^6 || ^7",
"symfony/serializer": "^5 || ^6 || ^7"
},
"extra": {
"sort-packages": true,
Expand Down
6 changes: 3 additions & 3 deletions src/SonsOfPHP/Bundle/Cqrs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"require": {
"php": ">=8.1",
"sonsofphp/cqrs": "^0.3.x-dev",
"symfony/dependency-injection": "^5 || ^6",
"symfony/http-kernel": "^5 || ^6",
"symfony/messenger": "^5 || ^6"
"symfony/dependency-injection": "^5 || ^6 || ^7",
"symfony/http-kernel": "^5 || ^6 || ^7",
"symfony/messenger": "^5 || ^6 || ^7"
},
"suggest": {
"sonsofphp/event-sourcing": "Get some of that sweet ass event sourcing action"
Expand Down
2 changes: 1 addition & 1 deletion src/SonsOfPHP/Component/Cqrs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sonsofphp/cqrs-contract": "0.3.x-dev"
},
"require-dev": {
"symfony/messenger": "^5 || ^6"
"symfony/messenger": "^5 || ^6 || ^7"
},
"provide": {
"sonsofphp/cqrs-implementation": "0.3.x-dev"
Expand Down

0 comments on commit 22926e5

Please sign in to comment.