Skip to content

Commit f608579

Browse files
Drop Laravel 10 support
1 parent f38fdea commit f608579

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.2", "8.3", "8.4" ]
13-
laravel: [ "10.0", "11.0", "12.0" ]
13+
laravel: [ "11.0", "12.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1616

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"require": {
1414
"php": "^8.2",
1515
"ext-dom": "*",
16-
"illuminate/database": "^10.0 || ^11.0 || ^12.0",
17-
"illuminate/filesystem": "^10.0 || ^11.0 || ^12.0",
18-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
16+
"illuminate/database": "^11.0 || ^12.0",
17+
"illuminate/filesystem": "^11.0 || ^12.0",
18+
"illuminate/support": "^11.0 || ^12.0",
1919
"laravel/prompts": ">=0.3.6"
2020
},
2121
"require-dev": {
2222
"dragon-code/codestyler": "^6.2",
23-
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
24-
"pestphp/pest": "^3.0 || ^4.0",
25-
"pestphp/pest-plugin-laravel": "^3.0 || ^4.0",
26-
"symfony/var-dumper": "^6.0 || ^7.3"
23+
"orchestra/testbench": "^9.0 || ^10.0",
24+
"pestphp/pest": "^4.0",
25+
"pestphp/pest-plugin-laravel": "^4.0",
26+
"symfony/var-dumper": "^7.3"
2727
},
2828
"minimum-stability": "stable",
2929
"autoload": {

0 commit comments

Comments
 (0)