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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp committed May 8, 2015
1 parent d1261e1 commit 90b5264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"jalle19/php-whitelist-check": "dev-master",
"geoip2/geoip2": "dev-master"
"jalle19/php-whitelist-check": "1.0.4",
"geoip2/geoip2": "2.1.1"
},
"autoload": {
"psr-4": {
"Weboap\\Visitor\\": "src"
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require-dev": {
"phpspec/phpspec": "~2.1"
}
Expand Down

0 comments on commit 90b5264

Please sign in to comment.