Skip to content

Commit

Permalink
Merge pull request #49 from tectonic/laravel-11
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh authored Jun 27, 2024
2 parents f87d842 + 75cd1f8 commit 5e48d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
php:
- 8.1
- 8.2
posix:
- true
- false
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"illuminate/support": "^10.0|^11.0",
"spatie/async": "^1.6"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"symplify/easy-coding-standard": "^11.2"
"orchestra/testbench": "^8.0|^9.0",
"symplify/easy-coding-standard": "^11.2|^12.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e48d6a

Please sign in to comment.