Skip to content

Commit

Permalink
Merge pull request #6 from sinbonders/master
Browse files Browse the repository at this point in the history
Lowering requirements for ZF
  • Loading branch information
abacaphiliac authored Jul 6, 2016
2 parents bc1e317 + eb283ca commit b34c9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ composer require abacaphiliac/zend-phpdotenv
3. Use `getenv()` anywhere in your code (or config) to pull environment variables.

# Dependencies
php >=5.3.9 and ZF >=2.3
php >=5.3.9 and ZF >=2

See [composer.json](composer.json).

TODO Compatibility with ZF <2.3

## Contributing
```
composer install && vendor/bin/phing
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"vlucas/phpdotenv": "^2.2",
"zendframework/zend-eventmanager": "^2",
"zendframework/zend-modulemanager": "^2.3",
"zendframework/zend-modulemanager": "^2",
"zendframework/zend-servicemanager": "^2"
},
"require-dev": {
Expand Down

0 comments on commit b34c9fc

Please sign in to comment.