Skip to content

Commit

Permalink
Merge pull request #16 from Xammie/laravel-11
Browse files Browse the repository at this point in the history
Add laravel 11 support
  • Loading branch information
Jeroen-G committed Mar 14, 2024
2 parents 26a3954 + 990ec89 commit 9382584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
experimental: [ false ]
include:
- php: 8.3
- php: 8.4
experimental: true

name: PHP${{ matrix.php }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"homepage": "https://github.com/jeroen-g/autowire",
"keywords": ["Laravel", "autowire"],
"require": {
"php": "8.0.*||8.1.*||8.2.*",
"php": "^8.0",
"ergebnis/classy": "^1.3",
"illuminate/support": "~8.0||~9.0||~10.0",
"illuminate/console": "~8.0||~9.0||~10.0",
"illuminate/support": "~8.0||~9.0||~10.0||~11.0",
"illuminate/console": "~8.0||~9.0||~10.0||~11.0",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down

0 comments on commit 9382584

Please sign in to comment.