Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit e14ce79

Browse files
Downgrade PHP requirement to ^8.4 and remove migration rules for PHP 8.5 compatibility
1 parent edc0781 commit e14ce79

File tree

4 files changed

+4158
-4159
lines changed

4 files changed

+4158
-4159
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"framework"
99
],
1010
"require": {
11-
"php": "^8.5",
11+
"php": "^8.4",
1212
"dragon-code/laravel-deploy-operations": "^7.1",
1313
"inertiajs/inertia-laravel": "^2.0",
1414
"laravel/framework": "^12.0",
@@ -51,7 +51,7 @@
5151
"scripts": {
5252
"post-update-cmd": [
5353
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
54-
"vendor/bin/codestyle pint 8.5",
54+
"vendor/bin/codestyle pint 8.4",
5555
"vendor/bin/codestyle rector laravel",
5656
"vendor/bin/codestyle editorconfig",
5757
"vendor/bin/codestyle npm",

0 commit comments

Comments
 (0)