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

Commit 44ab610

Browse files
committed
Bumped to 2.0 versions
1 parent 1d0039c commit 44ab610

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.4
54
- 5.5
65
- 5.6
76
- 7.0
@@ -22,7 +21,7 @@ matrix:
2221
- php: hhvm
2322
include:
2423
- php: 5.6
25-
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
24+
env: SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
2625
- php: 5.6
2726
env: SYMFONY_VERSION=2.8.*
2827
- php: 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"php": "^5.3.9|^7.0",
15+
"php": "^5.5.6|^7.0",
1616
"symfony-cmf/resource-bundle": "1.*",
1717
"jms/serializer-bundle": "1.*"
1818
},

0 commit comments

Comments
 (0)