Skip to content

Commit

Permalink
Symfony update
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Dec 18, 2024
1 parent dbaaa77 commit d1955ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
"require": {
"php": "^8.2",
"nikic/php-parser": "^4.18 || ^5.0",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.13 || ^2.0",
"symfony/deprecation-contracts": "^3.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/expression-language": "^6.4 || ^7.0",
"symfony/lock": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.13 || ^2.0"
"symfony/property-info": "^6.4 || ^7.0",
"symfony/type-info": "^7.2"
},
"require-dev": {
"api-platform/core": "^3.0.4",
Expand Down

0 comments on commit d1955ec

Please sign in to comment.