Skip to content

Commit

Permalink
chore: adds symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 26, 2023
1 parent 05f9a08 commit 5fcfb92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"php": "^8.2.0"
},
"require-dev": {
"laravel/pint": "^1.13.1",
"pestphp/pest": "^2.19.2",
"phpstan/phpstan": "^1.10.34",
"rector/rector": "^0.18.3",
"symfony/var-dumper": "^6.3.4"
"laravel/pint": "^1.13.7",
"pestphp/pest": "^2.28.1",
"phpstan/phpstan": "^1.10.50",
"rector/rector": "^0.18.13",
"symfony/var-dumper": "^6.4.0|^7.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5fcfb92

Please sign in to comment.