1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Switching to a PHPUnit version that doesn't throw a stty-related PHP warning on Travis

This commit is contained in:
Sam-Burns 2017-03-31 15:46:04 +01:00
parent f5b4e8c823
commit 7aab261c24

View File

@ -26,7 +26,7 @@
}, },
"require-dev": { "require-dev": {
"symfony/yaml": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0",
"phpunit/phpunit": "^5.4" "phpunit/phpunit": "^5.7"
}, },
"suggest": { "suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"