Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Apr 10, 2024
1 parent e4973bc commit 928a31b
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 @@ -4,15 +4,15 @@
"type": "statamic-addon",
"require": {
"php": "^8.0",
"laravel/framework": "^9.6 || ^10.0",
"laravel/framework": "^9.6 || ^10.0 || ^11.0",
"statamic/cms": "^4.0",
"stillat/proteus": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^7.0 || ^8.0",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0"
"orchestra/testbench": "^8.0 || ^9.0"
},
"description": "Give control panel access to your addon's config",
"authors": [
Expand Down

0 comments on commit 928a31b

Please sign in to comment.