1
0
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:
Jordi Boggiano
2021-11-15 09:08:41 +01:00
committed by GitHub
parent f19a2ae873
commit fb2c324c17

View File

@@ -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,