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 22ff780 commit ec0906e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.0"
"php": "^8.0",
"laravel/framework": "^9.21|^10.0"
},
"require-dev": {
"illuminate/database": "^9.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand All @@ -31,9 +31,8 @@
"optimize-autoloader": true,
"preferred-install": "dist",
"process-timeout": 2000,
"sort-packages": true,
"platform": {
"php": "8.0.2"
}
}
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability" : "dev"
}

0 comments on commit ec0906e

Please sign in to comment.