Skip to content

Commit f2d0701

Browse files
committed
feat: Drop PHP 8.3 support, require PHP 8.4+
1 parent d4a882d commit f2d0701

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.3, 8.4, 8.5]
12+
php: [8.4, 8.5]
1313
laravel: [12.*, 13.*]
1414
stability: [prefer-stable]
1515
include:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to `laravel-developer` will be documented in this file
1010

1111
### Removed
1212

13-
- Dropped Laravel 11 and PHP 8.2 support
13+
- Dropped Laravel 11, PHP 8.2 and PHP 8.3 support
1414

1515
## 6.1.0 - 2025-03-12
1616

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.3|^8.4|^8.5",
19+
"php": "^8.4|^8.5",
2020
"illuminate/contracts": "^12.0|^13.0",
2121
"laravel/slack-notification-channel": "^3.2",
2222
"ext-json": "*"
2323
},
2424
"require-dev": {
2525
"brianium/paratest": "^7.0.6",
2626
"friendsofphp/php-cs-fixer": "^3.2",
27-
"laravel/sanctum": "^5.0|^6.0",
27+
"laravel/sanctum": "^4.0|^5.0",
2828
"nunomaduro/collision": "^8.1",
2929
"orchestra/testbench": "^10.0|^11.0",
3030
"phpunit/phpunit": "^10.0|^11.0|^12.0",

0 commit comments

Comments
 (0)