Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 783a1a8

Browse files
authored
fix issue #9
1 parent 81c9ed4 commit 783a1a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "~5.0",
15-
"jalle19/php-whitelist-check": "1.0.4",
16-
"geoip2/geoip2": "2.1.1"
14+
"illuminate/support": "^5.0",
15+
"jalle19/php-whitelist-check": "^1.0.6",
16+
"geoip2/geoip2": "^2.4.2"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -25,6 +25,6 @@
2525
},
2626
"minimum-stability": "stable",
2727
"require-dev": {
28-
"phpspec/phpspec": "~2.1"
28+
2929
}
3030
}

0 commit comments

Comments
 (0)