Skip to content

Commit 62c78d9

Browse files
authored
Merge pull request #985 from Jan0707/symfony-4-update
Updated dependencies for symfony 4 #SymfonyConHackday2017
2 parents 91b3f7f + 29727df commit 62c78d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ matrix:
1212
- php: 5.6
1313
env: |
1414
SYMFONY_VERSION=2.8.*
15+
- php: 7.1
16+
env: |
17+
SYMFONY_VERSION=^4.0
1518
1619
before_install:
1720
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
],
2222
"require": {
2323
"php": ">=5.6",
24-
"symfony/symfony": "~2.8|~3.0",
24+
"symfony/symfony": "~2.8|~3.0|^4.0",
2525
"twig/twig": ">=1.5.0",
2626
"doctrine/orm": "~2.4,>=2.4.5",
2727
"doctrine/mongodb-odm": "^1.1.5"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~5.7",
31-
"friendsofphp/php-cs-fixer": "1.11.*",
31+
"friendsofphp/php-cs-fixer": "^2.0",
3232
"satooshi/php-coveralls": "^1.0"
3333
},
3434
"suggest": {

0 commit comments

Comments
 (0)