Remove deprecated call

This commit is contained in:
James Cole 2020-11-08 14:07:59 +01:00
parent d268931187
commit ec44d0dc8e
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Install composer packages
composer install --no-suggest --no-scripts --no-ansi
composer install --no-scripts --no-ansi
# enable test .env file.
cp .ci/.env.ci .env