Skip to content

Commit

Permalink
Update support for Laravel 11, PHPUnit 11 and Symfony Process 6
Browse files Browse the repository at this point in the history
  • Loading branch information
insign committed May 20, 2024
1 parent f95aeb2 commit 7eb32db
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 318 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=8.2",
"symfony/process": "^6.4"
"symfony/process": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^11.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7eb32db

Please sign in to comment.