Skip to content

Commit 55e0243

Browse files
fix versions in composer.json
* improvements to run the test * testing app directory structure and php version reducing * DevKit updates * make provider public, enable bundle.php * make alias public only * apply style fixes * DevKit updates * version fixes * repair composer.json
1 parent 580864a commit 55e0243

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": "^7.1",
1616
"symfony-cmf/routing": "^2.0",
17-
"symfony/framework-bundle": "^2.8|^3.0",
18-
"symfony/twig-bundle": "^2.8|^3.0"
17+
"symfony/framework-bundle": "^2.8|^3.3",
18+
"symfony/twig-bundle": "^2.8|^3.3"
1919
},
2020
"require-dev": {
2121
"doctrine/phpcr-odm": "^1.4|^2.0",

0 commit comments

Comments
 (0)