Skip to content

Commit

Permalink
Allow usage of Symfony 7 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Nov 29, 2023
1 parent fa2a43b commit d863800
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"psr/http-client": "^1.0",
"psr/log": "^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^6.3",
"symfony/console": "^6.3 || ^7.0",
"webmozart/glob": "^3.0 || ^4.0"
},
"require-dev": {
Expand All @@ -48,10 +48,10 @@
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"ramsey/uuid": "^4.5",
"symfony/cache": "^6.2",
"symfony/dotenv": "^6.2",
"symfony/finder": "^6.3",
"symfony/uid": "^6.3"
"symfony/cache": "^6.2 || ^7.0",
"symfony/dotenv": "^6.2 || ^7.0",
"symfony/finder": "^6.3 || ^7.0",
"symfony/uid": "^6.3 || ^7.0"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/core/etl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"laravel/serializable-closure": "^1.1",
"moneyphp/money": "^4",
"ramsey/uuid": "^4.5",
"symfony/uid": "^6.3"
"symfony/uid": "^6.3 || ^7.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/parquet-viewer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coduo/php-humanizer": "^4.0",
"flow-php/etl": "^0.4 || 1.x-dev",
"flow-php/parquet": "^0.4 || 1.x-dev",
"symfony/console": "^6.3"
"symfony/console": "^6.3 || ^7.0"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit d863800

Please sign in to comment.