Fix composer test cmd
parent
50390d139d
commit
f1a71f5599
|
@ -73,7 +73,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "@php -dphar.readonly=0 bin/compile",
|
"compile": "@php -dphar.readonly=0 bin/compile",
|
||||||
"test": "phpunit"
|
"test": "simple-phpunit"
|
||||||
},
|
},
|
||||||
"scripts-descriptions": {
|
"scripts-descriptions": {
|
||||||
"compile": "Compile composer.phar",
|
"compile": "Compile composer.phar",
|
||||||
|
|
Loading…
Reference in New Issue