Skip to content

Commit

Permalink
Update to support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoHoward authored May 11, 2023
1 parent 3f83563 commit 231ada7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
}
],
"require": {
"php": "^8.0.2",
"illuminate/support": "^9.0"
"php": "^8.0",
"laravel/framework": "^9.21|^10.0",
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand All @@ -30,10 +31,8 @@
"optimize-autoloader": true,
"preferred-install": "dist",
"process-timeout": 2000,
"sort-packages": true,
"platform": {
"php": "8.0.2"
}
"sort-packages": true
},
"minimum-stability": "stable"
"prefer-stable": true,
"minimum-stability" : "dev"
}

0 comments on commit 231ada7

Please sign in to comment.