Update build automation

This commit is contained in:
Sebastian Bergmann 2018-06-28 10:21:20 -04:00
parent 00930b5231
commit 7a7b781155
2 changed files with 5 additions and 2 deletions

View File

@ -14,8 +14,6 @@
<arg value="--no-progress"/>
<arg value="--no-ansi"/>
<arg value="--no-suggest"/>
<arg value="--optimize-autoloader"/>
<arg value="--prefer-stable"/>
</exec>
</target>
</project>

View File

@ -26,6 +26,11 @@
"email": "bschussek@2bepublished.at"
}
],
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"prefer-stable": true,
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"