Skip to content

Commit

Permalink
Upgrade to Laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Mar 25, 2023
1 parent d480a88 commit 000856c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"source": "https://github.com/laravel-ready/theme-manager"
},
"require": {
"php": "^8.0 || ^8.1",
"illuminate/support": "^8.0 || ^9.0",
"php": "^8.1 || ^8.0",
"illuminate/support": "^10.0 || ^9.0 || ^8.0",
"nelexa/zip": "^4.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"mockery/mockery": "^1.5.1",
"orchestra/testbench": "^v8.0.8",
"phpstan/phpstan-phpunit": "^1.3.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 000856c

Please sign in to comment.