Skip to content

Commit

Permalink
Fix ZF dependencies in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl committed Mar 15, 2014
1 parent e396b5c commit 66c9c20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ZfSnapGeoip [![Build Status](https://travis-ci.org/snapshotpl/ZfSnapGeoip.png?br

Maxmind Geoip module for Zend Framework 2

Version 2.2.0 Created by Witold Wasiczko
Version 2.2.1 Created by Witold Wasiczko

Usage
-----
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-console": "2.2.*",
"zendframework/zend-view": "2.2.*",
"zendframework/zend-eventmanager": "2.2.*",
"zendframework/zend-modulemanager": "2.2.*",
"zendframework/zend-servicemanager": "2.2.*",
"zendframework/zend-console": "~2.2",
"zendframework/zend-view": "~2.2",
"zendframework/zend-eventmanager": "~2.2",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"geoip/geoip": "1.14"
},
"require-dev": {
"zendframework/zendframework": "2.2.*",
"phpunit/phpunit": ">=3.7"
"zendframework/zendframework": "~2.2",
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 66c9c20

Please sign in to comment.