Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7b75f4a

Browse files
authored
Merge pull request #269 from symfony-cmf/php-5.6
drop php 5.5
2 parents a896b1f + 8105189 commit 7b75f4a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- hhvm
@@ -23,7 +22,7 @@ matrix:
2322
include:
2423
- php: 7.1
2524
env: DEPS=dev SYMFONY_VERSION=3.3.*
26-
- php: 5.5
25+
- php: 5.6
2726
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2827
- php: 7.1
2928
env: SYMFONY_VERSION=3.1.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.5.9|^7.0",
15+
"php": "^5.6|^7.0",
1616
"symfony/framework-bundle": "^2.8|^3.0",
1717
"doctrine/phpcr-bundle" :"^1.0",
18-
"doctrine/phpcr-odm": "^1.0|^2.0@dev",
18+
"doctrine/phpcr-odm": "^1.4|^2.0",
1919
"sonata-project/block-bundle": "^2.2.12|^3.0",
20-
"symfony-cmf/core-bundle": "^2.0@dev"
20+
"symfony-cmf/core-bundle": "^2.0"
2121
},
2222
"require-dev": {
2323
"symfony-cmf/testing": "^1.3|^2.0",

0 commit comments

Comments
 (0)