Skip to content

Commit

Permalink
Move configuration of autoloader optimization from build.xml to compo…
Browse files Browse the repository at this point in the history
…ser.json
  • Loading branch information
sebastianbergmann committed Jul 30, 2017
1 parent a3d871e commit acb7c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Expand Up @@ -48,7 +48,6 @@
<arg value="--no-progress"/>
<arg value="--no-ansi"/>
<arg value="--no-suggest"/>
<arg value="--optimize-autoloader"/>
<arg value="--prefer-stable"/>
</exec>
</target>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -53,6 +53,7 @@
"platform": {
"php": "5.6.0"
},
"optimize-autoloader": true,
"sort-packages": true
},
"suggest": {
Expand Down

0 comments on commit acb7c16

Please sign in to comment.