Skip to content

Commit

Permalink
Show outdated packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jan 14, 2021
1 parent 9beba68 commit e0363df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
</exec>
<phing phingfile="build.xml" target="code-generation" haltonfailure="true"/>
<phing phingfile="build.xml" target="kernel" haltonfailure="true"/>

<!-- Show outdated packages -->
<exec executable="composer" checkreturn="true" passthru="true">
<arg value="--ansi"/>
<arg value="outdated"/>
<arg value="--direct"/>
</exec>
</target>

<!-- Runs all unit tests. -->
Expand Down

0 comments on commit e0363df

Please sign in to comment.