Skip to content

Commit

Permalink
feat: allow laravel v11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Mar 11, 2024
1 parent 3628ce4 commit 4a4839a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
laravel:
- "9"
- "10"
- "11"
exclude:
- php: "8.1"
laravel: "11"

steps:
- name: Checkout code
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"kreait/firebase-php": "^7.0",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"symfony/cache": "^6.1.2 || ^7.0.3"
},
"require-dev": {
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.6",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"laravel/pint": "^1.13"
},
"autoload": {
Expand Down

0 comments on commit 4a4839a

Please sign in to comment.