Skip to content

Commit

Permalink
Add Laravel 10 and simplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 15, 2023
1 parent ed0b70b commit 4e0dcb2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@
"type": "package",
"require": {
"php": "^7.2 || ^8.0",
"illuminate/config": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/translation": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/cookie": "~6.0 || ~7.0 || ~8.0 || ~9.0"
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"phpunit/phpunit": "^8.5 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit 4e0dcb2

Please sign in to comment.