Skip to content

Commit

Permalink
Remove support to Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Mar 9, 2024
1 parent 2a5302d commit 527d859
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0]
laravel: [11.*, 10.*, 9.*]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"license": "MIT",
"require": {
"php" : "^8.0",
"illuminate/config": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/log": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/config": "^10.0|^11.0",
"illuminate/console": "^10.0|^11.0",
"illuminate/log": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"monolog/monolog": "^2.0|^3.0|^11.0",
"cesargb/php-log-rotation": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.5",
"phpunit/phpunit": "^10.5",
"friendsofphp/php-cs-fixer": "^3.13",
"nunomaduro/larastan": "^2.3",
"orchestra/testbench": "^7.0|^8.0|^9.0"
"orchestra/testbench": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 527d859

Please sign in to comment.