Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Mar 12, 2024
1 parent bfd67af commit 30096cd
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 @@ -9,8 +9,8 @@
}
],
"require-dev": {
"orchestra/testbench": "^5.0|^6.23|^7.0|^8.0",
"pestphp/pest": "^1.21",
"orchestra/testbench": "^5.0|^6.23|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.1",
"friendsofphp/php-cs-fixer": "^3.9"
},
Expand Down

0 comments on commit 30096cd

Please sign in to comment.