Skip to content

Commit 004cf62

Browse files
committed
dependencies
1 parent 505bf6f commit 004cf62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"require": {
2121
"php": "^7.0",
2222
"willdurand/geocoder": "^4.0",
23-
"geocoder-php/free-geoip-provider": "^4.1",
2423
"php-http/message": "^1.6",
2524
"psr/http-server-middleware": "^1.0"
2625
},
@@ -30,7 +29,9 @@
3029
"friendsofphp/php-cs-fixer": "^2.0",
3130
"squizlabs/php_codesniffer": "^3.0",
3231
"middlewares/utils": "^2.1",
33-
"eloquent/phony-phpunit": "^3.0|^4.0"
32+
"eloquent/phony-phpunit": "^3.0|^4.0",
33+
"php-http/guzzle6-adapter": "^1.1",
34+
"geocoder-php/free-geoip-provider": "^4.1"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)