We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2810e0 + bfe8135 commit 27cfa88Copy full SHA for 27cfa88
.travis.yml
@@ -48,7 +48,7 @@ cache:
48
- $HOME/node_modules
49
- $HOME/yarn.lock
50
before_install: ./dev/travis/before_install.sh
51
-install: composer install --no-interaction --prefer-dist
+install: composer install --no-interaction
52
before_script: ./dev/travis/before_script.sh
53
script:
54
# Set arguments for variants of phpunit based tests; '|| true' prevents failing script when leading test fails
composer.json
@@ -7,6 +7,9 @@
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
+ "config": {
11
+ "preferred-install": "dist"
12
+ },
13
"require": {
14
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
15
"zendframework/zend-stdlib": "^2.7.7",
0 commit comments