mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 19:31:34 +08:00
add dev php require
This commit is contained in:
+3
-2
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user