Fix minimal phpunit version

This commit is contained in:
ErickSkrauch 2019-02-24 14:23:10 +03:00
parent 7bcfeab7e0
commit ab4b96a7dc
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^4.8",
"phpunit/phpunit": "^4.8.35",
"ely/php-code-style": "^0.3.0"
},
"autoload": {

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "715eede1be710927dc2f798522c84021",
"content-hash": "6fecc5deac2e564a7d0cb464b4c0fbe5",
"packages": [
{
"name": "guzzlehttp/guzzle",