Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Added support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed Mar 15, 2024
1 parent a05c316 commit f74f0a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.52|^10.0",
"illuminate/events": "^9.52|^10.0",
"illuminate/notifications": "^9.52|^10.0",
"illuminate/routing": "^9.52|^10.0",
"illuminate/support": "^9.52|^10.0",
"illuminate/view": "^9.52|^10.0",
"illuminate/contracts": "^9.52|^10.0|^11.0",
"illuminate/events": "^9.52|^10.0|^11.0",
"illuminate/notifications": "^9.52|^10.0|^11.0",
"illuminate/routing": "^9.52|^10.0|^11.0",
"illuminate/support": "^9.52|^10.0|^11.0",
"illuminate/view": "^9.52|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.10",
"orchestra/testbench": "^7.25|^8.0",
"orchestra/testbench": "^7.25|^8.0|^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5"
},
Expand Down

0 comments on commit f74f0a4

Please sign in to comment.