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

Commit

Permalink
Add require zendframework/zend-modulemanager
Browse files Browse the repository at this point in the history
Resolves: Travis build failed
  • Loading branch information
ma-si committed Aug 22, 2015
1 parent 73fec4e commit 18fcd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:
- 7.0
- hhvm

before_install:
before_script:
- composer self-update
- composer install --prefer-source

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"require": {
"php": ">=5.4.0",
"doctrine/doctrine-orm-module": "dev-master",
"zendframework/zend-modulemanager": "~2.5"
"fzaninotto/faker": "1.5.*@dev",
"nelmio/alice": "2.0.*@dev",
"bacon/bacon-string-utils": "dev-master"
Expand Down

0 comments on commit 18fcd85

Please sign in to comment.