Skip to content

Commit

Permalink
Adding Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Mar 19, 2024
1 parent d1e7619 commit 1bf0a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.1",
"illuminate/support": "^10.0"
"php": "^8.2",
"illuminate/support": "^11.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^10.0.7"
"phpunit/phpunit": "^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "7.x-dev"
"dev-develop": "8.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 1bf0a37

Please sign in to comment.