We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5ae9f commit 994258eCopy full SHA for 994258e
.travis.yml
@@ -2,6 +2,7 @@ language: php
2
php:
3
- "7.0"
4
- "5.6"
5
+ - "5.5"
6
7
env:
8
- SYMFONY_VERSION=2.7.*
composer.json
@@ -21,14 +21,14 @@
21
"email": "[email protected]"
22
},
23
"require": {
24
- "php": "^5.6|^7",
+ "php": "^5.5|^7",
25
"symfony/framework-bundle": "^2.7|^3.0",
26
"doctrine/cache": "^1.3",
27
"aequasi/psr-6-doctrine-bridge": "^1.2",
28
"psr/cache": "dev-master"
29
30
"require-dev": {
31
- "phpunit/phpunit": "^5.1"
+ "phpunit/phpunit": "^5.1|^4.0"
32
33
"repositories": [
34
{
0 commit comments