Skip to content

Commit 994258e

Browse files
committed
Updated PHP versions
1 parent de5ae9f commit 994258e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- "7.0"
44
- "5.6"
5+
- "5.5"
56

67
env:
78
- SYMFONY_VERSION=2.7.*

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"email": "[email protected]"
2222
},
2323
"require": {
24-
"php": "^5.6|^7",
24+
"php": "^5.5|^7",
2525
"symfony/framework-bundle": "^2.7|^3.0",
2626
"doctrine/cache": "^1.3",
2727
"aequasi/psr-6-doctrine-bridge": "^1.2",
2828
"psr/cache": "dev-master"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^5.1"
31+
"phpunit/phpunit": "^5.1|^4.0"
3232
},
3333
"repositories": [
3434
{

0 commit comments

Comments
 (0)