Skip to content

Commit 1873611

Browse files
authored
Allow symfony ^4.4 (#31)
1 parent 495b3c5 commit 1873611

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

composer.json

+13-23
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"name": "hostnet/entity-translation-bundle",
3-
"description": "Translation bundle to help with rendering pretty names for enum-like classes.",
4-
"license": "MIT",
5-
"type": "symfony-bundle",
2+
"name": "hostnet/entity-translation-bundle",
3+
"type": "symfony-bundle",
4+
"description": "Translation bundle to help with rendering pretty names for enum-like classes.",
5+
"license": "MIT",
6+
"minimum-stability": "dev",
67
"require": {
78
"php": ">=7.3",
89
"doctrine/annotations": "^1.3",
9-
"symfony/config": "^5.0",
10-
"symfony/dependency-injection": "^5.0",
11-
"symfony/framework-bundle": "^5.0",
12-
"symfony/http-kernel": "^5.0",
13-
"symfony/routing": "^5.0",
14-
"symfony/translation": "^5.0",
15-
"symfony/yaml": "^5.0"
10+
"symfony/config": "^4.4|^5.0",
11+
"symfony/dependency-injection": "^4.4|^5.0",
12+
"symfony/framework-bundle": "^4.4|^5.0",
13+
"symfony/http-kernel": "^4.4|^5.0",
14+
"symfony/routing": "^4.4|^5.0",
15+
"symfony/translation": "^4.4|^5.0",
16+
"symfony/yaml": "^4.4|^5.0"
1617
},
1718
"require-dev": {
1819
"hostnet/phpcs-tool": "^8.3",
@@ -31,16 +32,5 @@
3132
"classmap": [
3233
"test/Functional/Fixtures/TestKernel.php"
3334
]
34-
},
35-
"authors": [
36-
{
37-
"name": "Iltar van der Berg",
38-
"email": "[email protected]"
39-
},
40-
{
41-
"name": "Yannick de Lange",
42-
"email": "[email protected]"
43-
}
44-
],
45-
"minimum-stability" : "dev"
35+
}
4636
}

0 commit comments

Comments
 (0)