Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Aug 8, 2020
1 parent aab8e13 commit 2658a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<project name="PhpPlaisio" default="build" basedir=".">
<!-- Run composer update and executes various other updates -->
<target name="update">
<exec command="composer update" checkreturn="true" passthru="true"/>
<exec executable="composer" checkreturn="true" passthru="true">
<arg value="--ansi"/>
<arg value="update"/>
</exec>
<phing phingfile="build.xml" target="kernel" haltonfailure="true"/>
</target>

<target name="kernel">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"plaisio/authority": "^1.2",
"plaisio/company-resolver": "^2.0",
"plaisio/kernel": "^3.0",
"plaisio/session": "^3.0"
"plaisio/session": "^4.0"
},
"require-dev": {
"phing/phing": "^2.0",
Expand Down

0 comments on commit 2658a66

Please sign in to comment.