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

Commit

Permalink
fix issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp authored Sep 19, 2016
1 parent 81c9ed4 commit 783a1a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"jalle19/php-whitelist-check": "1.0.4",
"geoip2/geoip2": "2.1.1"
"illuminate/support": "^5.0",
"jalle19/php-whitelist-check": "^1.0.6",
"geoip2/geoip2": "^2.4.2"
},
"autoload": {
"psr-4": {
Expand All @@ -25,6 +25,6 @@
},
"minimum-stability": "stable",
"require-dev": {
"phpspec/phpspec": "~2.1"

}
}

0 comments on commit 783a1a8

Please sign in to comment.