Explorar el Código

Update scripts to latest Composer syntax

Jordi Boggiano hace 4 años
padre
commit
fb2c324c17
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,