Skip to content

Commit 3dc7e70

Browse files
committedDec 3, 2016
Made sure that the library builds on PHP 5.5
1 parent 43c0c2d commit 3dc7e70

File tree

3 files changed

+3
-2167
lines changed

3 files changed

+3
-2167
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/
2+
composer.lock
23
vendor/

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "~4.0||~5.0",
2424
"squizlabs/php_codesniffer": "^2.3",
25-
"zendframework/zend-eventmanager": "^3.0",
25+
"zendframework/zend-eventmanager": "^2.3|^3.0",
2626
"zendframework/zend-modulemanager": "^2.7",
27-
"zendframework/zend-mvc": "^3.0"
27+
"zendframework/zend-mvc": "^2.3|^3.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

‎composer.lock

-2,165
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.