Skip to content

Commit

Permalink
Merge pull request #7 from norotaro/support-laravel-11
Browse files Browse the repository at this point in the history
Support for Laravel 11
  • Loading branch information
norotaro authored Jun 6, 2024
2 parents 0a81187 + 22c7633 commit 806625c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
php: [8.2, 8.3]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"javoscript/laravel-macroable-models": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.10",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.5",
"pestphp/pest": "^2.9",
"phpstan/phpstan": "^1.10"
"laravel/pint": "^1.16",
"orchestra/testbench": "^7.0|^8.0|^9.1",
"pestphp/pest": "^2.34",
"phpstan/phpstan": "^1.11"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 806625c

Please sign in to comment.