Don't upgrade phpunit actually

This commit is contained in:
Nic Appleby 2019-02-11 14:59:04 +02:00
parent 313f8af91f
commit c333b4c204

View file

@ -26,7 +26,7 @@
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^5.5",
"mockery/mockery": "^0.9.5" "mockery/mockery": "^0.9.5"
} }
} }