Skip to content

Commit

Permalink
chore: add laravel 11 support for require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bradietilley committed May 20, 2024
1 parent 135013a commit 5a965bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"illuminate/container": "^10.0|^11.0"
},
"require-dev": {
"symfony/var-dumper": "^6.1.5",
"symfony/var-dumper": "^6.1.5|^7.0",
"laravel/pint": "^1.10",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.8",
"orchestra/testbench": "^8.5"
"orchestra/testbench": "^8.5|^9.0"
},
"scripts": {
"lint": "pint --ansi",
Expand Down

0 comments on commit 5a965bd

Please sign in to comment.