Skip to content

Commit

Permalink
Merge branch '6.5' into 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 10, 2018
2 parents 7b331ef + 488da46 commit 4fd1101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.xml
Expand Up @@ -26,10 +26,9 @@
<property name="prepare.done" value="true"/>
</target>

<target name="validate-composer-json" unless="validate-composer-json.done" description="Validate composer.json">
<target name="validate-composer-json" depends="clean" unless="validate-composer-json.done" description="Validate composer.json">
<exec executable="${basedir}/build/tools/composer" failonerror="true" taskname="composer">
<arg value="validate"/>
<arg value="--no-check-lock"/>
<arg value="--strict"/>
<arg value="${basedir}/composer.json"/>
</exec>
Expand Down

0 comments on commit 4fd1101

Please sign in to comment.