Skip to content

Commit

Permalink
Update to symfony7
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Apr 3, 2024
1 parent be02163 commit 116bb7e
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 320 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
}
},
"require": {
"php": ">=7.1.3",
"php": ">=8.3",
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"grasmash/expander": "^2.0.1 || ^3",
"symfony/event-dispatcher": "^4 || ^5 || ^6"
"symfony/event-dispatcher": "^7"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"symfony/console": "^4 || ^5 || ^6",
"symfony/yaml": "^4 || ^5 || ^6",
"symfony/console": "^7",
"symfony/yaml": "^7",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
Expand All @@ -40,7 +40,7 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.1.14"
"php": "8.3"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 116bb7e

Please sign in to comment.