Skip to content

Commit

Permalink
Merge pull request #42 from ins0/enhancement/dependencies
Browse files Browse the repository at this point in the history
Enhancement/dependencies
  • Loading branch information
Gianluca Arbezzano committed Oct 24, 2015
2 parents d8bf27b + f989f41 commit 51f3e33
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 317 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 5.4
- 5.5

before_script:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-eventmanager": "~2.3.0",
"zendframework/zend-servicemanager": "~2.3.0",
"zendframework/zend-http": "~2.3.0",
"zendframework/zend-filter": "~2.3.0"
"php": ">=5.5",
"zendframework/zend-eventmanager": "~2.3",
"zendframework/zend-servicemanager": "~2.3",
"zendframework/zend-http": "~2.3",
"zendframework/zend-filter": "~2.3"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.4",
Expand Down
Loading

0 comments on commit 51f3e33

Please sign in to comment.