Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.5.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is plain wrong. Should be ^5.5 || ^7.0

"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-eventmanager": "2.*",
"zendframework/zend-servicemanager": "2.*",
"doctrine/data-fixtures": "1.1.*",
"doctrine/doctrine-orm-module": "~0.7"
"doctrine/doctrine-orm-module": "~1.0"
},
"require-dev": {
"phpunit/phpunit" : "3.7.*",
Expand Down