Skip to content

Commit

Permalink
Merge pull request #24 from eXolnet/feature/drop-laravel9-support
Browse files Browse the repository at this point in the history
build(deps): drop Laravel 9 support
  • Loading branch information
xel1045 authored Mar 26, 2024
2 parents bb18858 + 5c1f2c0 commit b3574e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"require": {
"php": "^8.1",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/translation": "^9.0|^10.0"
"illuminate/console": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/http": "^10.0",
"illuminate/support": "^10.0",
"illuminate/routing": "^10.0",
"illuminate/translation": "^10.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.3.3",
"squizlabs/php_codesniffer": "^3.6"
},
Expand Down

0 comments on commit b3574e9

Please sign in to comment.