Skip to content

Commit

Permalink
Update to Composer 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jun 30, 2021
1 parent 93499a7 commit c4afdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<property name="pgsqlhost" value="localhost" />
<property name="pgsqlrootuser" value="postgres" />
<property name="phpunit_extra_params" value="" />
<property name="composer_version" value="1.10.8" />
<property name="composer_version" value="2.0.13" />
<property name="composer_extra_params" value="" />
<property name="mink_driver" value="selenium" />
<property name="screenshot_dir" value="" /><!-- set to a directory name to capture screenshots of failed tests -->
Expand Down

0 comments on commit c4afdef

Please sign in to comment.