Skip to content

Commit 3236a8c

Browse files
committed
Be Composer v2 compatible
1 parent 0fa8dd9 commit 3236a8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
pecl install libsodium
3434
php --ri sodium
3535
fi
36-
- "composer update --no-interaction --no-suggest"
36+
- "composer update --no-interaction"
3737
- "composer run-script post-install-cmd"
3838

3939
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"minimum-stability": "stable",
2727
"scripts": {
28-
"post-install-cmd": "@composer --working-dir=source/ update --no-interaction --no-suggest",
29-
"post-update-cmd" : "@composer --working-dir=source/ update --no-interaction --no-suggest",
28+
"post-install-cmd": "@composer --working-dir=source/ update --no-interaction",
29+
"post-update-cmd" : "@composer --working-dir=source/ update --no-interaction",
3030
"cleanup": "git status --short --ignored | sed -n -e 's#^!! ##p' | xargs -r rm -vrf"
3131
},
3232
"scripts-descriptions": {

0 commit comments

Comments
 (0)