Skip to content

Commit 5c8cc62

Browse files
committed
build with symfony 5
1 parent 513c269 commit 5c8cc62

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ matrix:
4343
env: SYMFONY_REQUIRE=4.3.*
4444
- php: 7.4
4545
env: SYMFONY_REQUIRE=4.4.*
46+
- php: 7.4
47+
env: SYMFONY_REQUIRE=5.0.*
4648
fast_finish: true
4749
allow_failures:
4850

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,22 @@
1616
],
1717
"require": {
1818
"php": "^7.1",
19-
"symfony-cmf/routing": "^2.1.0",
20-
"symfony/framework-bundle": "^3.4 || ^4.3",
19+
"symfony-cmf/routing": "^2.1.0@dev",
20+
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
2121
"twig/twig": "^2.4.4 || ^3.0"
2222
},
2323
"require-dev": {
24+
"jackalope/jackalope-doctrine-dbal": "^1.3",
2425
"doctrine/phpcr-odm": "^1.4|^2.0",
2526
"symfony/phpunit-bridge": "^4.2.2",
26-
"matthiasnoback/symfony-dependency-injection-test": "^2.3.1",
27-
"matthiasnoback/symfony-config-test": "^3.1.1",
27+
"matthiasnoback/symfony-dependency-injection-test": "^2.3.1 | ^4.1.0",
28+
"matthiasnoback/symfony-config-test": "^3.1.1 | ^4.1.0",
2829
"doctrine/orm": "^2.5",
2930
"symfony-cmf/testing": "^3@dev",
3031
"doctrine/data-fixtures": "^1.0.0",
31-
"symfony/form": "^3.4 || ^4.3",
32-
"symfony/translation": "^3.4 || ^4.3",
33-
"symfony/validator": "^3.4 || ^4.3"
32+
"symfony/form": "^3.4 || ^4.3 || ^5.0",
33+
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
34+
"symfony/validator": "^3.4 || ^4.3 || ^5.0"
3435
},
3536
"suggest": {
3637
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",

0 commit comments

Comments
 (0)