Skip to content

Commit 87a5162

Browse files
authored
Merge pull request #180 from andreybolonin/patch-3
add symfony5 compatible
2 parents 4d9e4a4 + 56593bc commit 87a5162

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"doctrine/inflector": "^1.0",
2323
"easyrdf/easyrdf": "^0.9",
2424
"ext-json": "*",
25-
"friendsofphp/php-cs-fixer": "^2.11",
25+
"friendsofphp/php-cs-fixer": "^2.15",
2626
"league/html-to-markdown": "^4.0",
2727
"psr/log": "^1.0",
2828
"symfony/config": "^3.3 || ^4.0",
29-
"symfony/console": "^2.7 || ^3.0 || ^4.0",
30-
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
31-
"twig/twig": "^1.35 || ^2.0"
29+
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
30+
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0",
31+
"twig/twig": "^1.35 || ^2.0 || ^3.0"
3232
},
3333
"require-dev": {
3434
"api-platform/core": "^2.0",
3535
"doctrine/orm": "^2.2",
3636
"myclabs/php-enum": "^1.0",
37-
"symfony/doctrine-bridge": "^2.7 || ^3.0 || ^4.0",
38-
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
39-
"symfony/serializer": "^2.7 || ^3.0 || ^4.0",
40-
"symfony/validator": "^2.7 || ^3.0 || ^4.0"
37+
"symfony/doctrine-bridge": "^2.7 || ^3.0 || ^4.0 || ^5.0",
38+
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
39+
"symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0",
40+
"symfony/validator": "^2.7 || ^3.0 || ^4.0 || ^5.0"
4141
},
4242
"replace": {
4343
"symfony/polyfill-php70": "*"

0 commit comments

Comments
 (0)