Skip to content

Commit 84ffb42

Browse files
committed
break: drop support of laravel 9.0
1 parent 82d8e8c commit 84ffb42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
php_version: ['8.1', '8.2', '8.3', '8.4']
20-
laravel_version: ['^9.0', '^10.0', '^11.0', '^12.0']
20+
laravel_version: ['^10.0', '^11.0', '^12.0']
2121
exclude:
2222
- php_version: '8.1'
2323
laravel_version: '^11.0'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type": "library",
1212
"require": {
1313
"php": "^8.1",
14-
"illuminate/collections": "^9.0|^10.0|^11.0|^12.0",
15-
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
16-
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
14+
"illuminate/collections": "^10.0|^11.0|^12.0",
15+
"illuminate/http": "^10.0|^11.0|^12.0",
16+
"illuminate/support": "^10.0|^11.0|^12.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0",

0 commit comments

Comments
 (0)