mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
Update scripts to latest Composer syntax
This commit is contained in:
@@ -64,8 +64,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vendor/bin/phpunit",
|
"test": "@php vendor/bin/phpunit",
|
||||||
"phpstan": "vendor/bin/phpstan analyse"
|
"phpstan": "@php vendor/bin/phpstan analyse"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"lock": false,
|
"lock": false,
|
||||||
|
Reference in New Issue
Block a user