Skip to content

Commit

Permalink
Merge pull request #8 from AuroraWebSoftware/laravel-11-update
Browse files Browse the repository at this point in the history
- Laravel 11 update
  • Loading branch information
emreakay authored Dec 11, 2024
2 parents 2fa9f56 + 26fbf81 commit 6deb404
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: [10.*]
php: [8.2,8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.13
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
carbon: ^3

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.2|^8.3",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"laravel/framework": "^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/collision": "^8.0",
"nunomaduro/larastan": "^3",
"orchestra/testbench": "^9",
"pestphp/pest": "^3",
"pestphp/pest-plugin-arch": "^3",
"pestphp/pest-plugin-laravel": "^3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -81,4 +81,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit 6deb404

Please sign in to comment.