1
0
mirror of synced 2025-02-02 13:31:45 +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": {
"symfony/yaml": "~2.3|~3.0",
"phpunit/phpunit": "^5.4"
"phpunit/phpunit": "^5.7"
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"