Skip to content

Commit

Permalink
chore: Allow Symfony7 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Dec 10, 2023
1 parent ad44f09 commit 8bc3730
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 125 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@
"sebastian/diff": "^5.0",
"seld/jsonlint": "^1.9",
"seld/phar-utils": "^1.2",
"symfony/filesystem": "^6.1.5",
"symfony/finder": "^6.1.3",
"symfony/finder": "^6.4.0 || ^7.0.0",
"symfony/polyfill-iconv": "^1.28",
"symfony/polyfill-mbstring": "^1.28",
"symfony/process": "^7.0.0",
"symfony/var-dumper": "^6.1.6",
"symfony/process": "^6.4.0 || ^7.0.0",
"symfony/var-dumper": "^6.4.0 || ^7.0.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand All @@ -54,7 +53,7 @@
"phpspec/prophecy": "^1.18",
"phpspec/prophecy-phpunit": "^2.1.0",
"phpunit/phpunit": "^10.5.2",
"symfony/yaml": "^6.2"
"symfony/yaml": "^6.4.0 || ^7.0.0"
},
"replace": {
"symfony/polyfill-php80": "*",
Expand Down
Loading

0 comments on commit 8bc3730

Please sign in to comment.