Selaa lähdekoodia

Update scripts to latest Composer syntax

Jordi Boggiano 4 vuotta sitten
vanhempi
commit
fb2c324c17
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      composer.json

+ 2 - 2
composer.json

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