Skip to content

Commit

Permalink
Support Laravel 10.x (#269)
Browse files Browse the repository at this point in the history
* add support for laravel 10

* Bump dependencies for Laravel 10

---------

Co-authored-by: Shift <[email protected]>
  • Loading branch information
chrillep and laravel-shift authored Apr 26, 2023
1 parent e10786b commit e950256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0||^9.0",
"illuminate/support": "^8.0||^9.0||^10.0",
"laravel/legacy-factories": "^1.3"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0",
"mockery/mockery": "^1.0.0"
},
"autoload": {
Expand Down

0 comments on commit e950256

Please sign in to comment.