Skip to content

Commit

Permalink
Merge pull request #4 from metorikhq/main
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
huzaifaarain authored Apr 4, 2024
2 parents cd2e8ff + 37a026c commit 1cf71c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"laravel/pulse": "^1.0@beta",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^7.8|^8.0",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
Expand Down

0 comments on commit 1cf71c0

Please sign in to comment.