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

Commit cd3ff2a

Browse files
DevKit updates (#217)
* DevKit updates * fix php version in composer.json
1 parent 4a64cde commit cd3ff2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.1
40-
env: DEPS=dev SYMFONY_VERSION=^4@dev
40+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
4141
- php: 7.1
4242
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
4343
- php: 7.1
@@ -49,7 +49,7 @@ matrix:
4949
fast_finish: true
5050
allow_failures:
5151
- php: 7.1
52-
env: DEPS=dev SYMFONY_VERSION=^4@dev
52+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
5353
- env: TEST_INSTALLATION=true
5454

5555

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.6|^7.0",
13+
"php": "^7.1",
1414
"symfony/framework-bundle": "^2.8|^3.3",
1515
"symfony-cmf/routing-auto": "^2.0",
1616
"symfony-cmf/routing-bundle": "^1.2.0|^2.0",

0 commit comments

Comments
 (0)