Skip to content

Commit

Permalink
fix dependency on stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed May 1, 2017
1 parent d25e6b0 commit e1cfab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea
composer.phar

composer.lock
clover.xml
coveralls-upload.json
phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"php": "^5.5 || ^7.0",
"roave/security-advisories": "dev-master",
"zendframework/zend-stdlib": "^2.0 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.3 || ^3.0",
"symfony/console": "^3.2",
"guzzlehttp/guzzle": "^6.2"
Expand Down

0 comments on commit e1cfab8

Please sign in to comment.