[TASK] Try composer update for travis build

This commit is contained in:
Benjamin Serfhos 2018-10-26 13:42:46 +02:00
parent a3ccc123c4
commit 7b5a0039ed
2 changed files with 3 additions and 3 deletions

View file

@ -3,11 +3,11 @@ index 83e5f47..e9fa296 100644
--- a/composer.json --- a/composer.json
+++ b/composer.json +++ b/composer.json
@@ -21,8 +21,7 @@ @@ -21,8 +21,7 @@
"ruflin/elastica": "~3.2" "ruflin/elastica": "^6.0.2"
}, },
"require-dev": { "require-dev": {
- "phpunit/phpunit": "~6.4.4", - "phpunit/phpunit": "~6.4.4",
- "typo3/testing-framework": "~1.1.5", - "typo3/testing-framework": "^2.0.0",
+ "phpunit/phpunit": "~5.7.0", + "phpunit/phpunit": "~5.7.0",
"squizlabs/php_codesniffer": "~3.1.1" "squizlabs/php_codesniffer": "~3.1.1"
}, },

View file

@ -22,7 +22,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.4.4", "phpunit/phpunit": "~6.4.4",
"typo3/testing-framework": "~1.1.5", "typo3/testing-framework": "^2.0.0",
"squizlabs/php_codesniffer": "~3.1.1" "squizlabs/php_codesniffer": "~3.1.1"
}, },
"config": { "config": {