1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Update scripts to latest Composer syntax

This commit is contained in:
Jordi Boggiano
2021-11-15 09:08:41 +01:00
committed by GitHub
parent f19a2ae873
commit fb2c324c17

View File

@@ -64,8 +64,8 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse"
"test": "@php vendor/bin/phpunit",
"phpstan": "@php vendor/bin/phpstan analyse"
},
"config": {
"lock": false,