add dev php require

This commit is contained in:
Km.Van
2026-07-11 10:35:27 +08:00
parent f4183105ac
commit bf0db038c5
+3 -2
View File
@@ -18,6 +18,7 @@
]
},
"require": {
"php": ">=8.5",
"friendsofphp/php-cs-fixer": "^3.8"
},
"autoload": {
@@ -29,7 +30,7 @@
},
"scripts": {
"fix": [
"php-cs-fixer fix --config .php-cs-fixer53.php --verbose"
"php-cs-fixer fix --config .php-cs-fixer54.php --verbose"
]
}
}
}