1
0
mirror of https://github.com/miguel456/php-http-virtualmin-api synced 2023-07-28 02:52:31 +01:00

composer.json updated

This commit is contained in:
Tsvetelin Tsonev 2017-05-12 12:37:53 +02:00 committed by GitHub
parent ffde91ce00
commit 86fe1bc70e

View File

@ -14,9 +14,9 @@
],
"require": {
"php": ">=7.0",
"niletphp/dependency-container": ">=1.0",
"niletphp/configuration": ">=1.0",
"niletphp/file-system": ">=1.0",
"niletphp/dependency-container": ">=v1.0",
"niletphp/configuration": ">=v1.0",
"niletphp/file-system": ">=v1.0",
"guzzlehttp/guzzle" : "6.2.1"
},
"require-dev": {