Skip to content

Commit

Permalink
Merge branch '7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 10, 2018
2 parents 2009960 + 4fd1101 commit c7bc35b
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 c7bc35b

Please sign in to comment.