|
1 | 1 | {
|
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", |
6 | 7 | "require": {
|
7 | 8 | "php": ">=7.3",
|
8 | 9 | "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" |
16 | 17 | },
|
17 | 18 | "require-dev": {
|
18 | 19 | "hostnet/phpcs-tool": "^8.3",
|
|
31 | 32 | "classmap": [
|
32 | 33 | "test/Functional/Fixtures/TestKernel.php"
|
33 | 34 | ]
|
34 |
| - }, |
35 |
| - "authors": [ |
36 |
| - { |
37 |
| - "name": "Iltar van der Berg", |
38 |
| - |
39 |
| - }, |
40 |
| - { |
41 |
| - "name": "Yannick de Lange", |
42 |
| - |
43 |
| - } |
44 |
| - ], |
45 |
| - "minimum-stability" : "dev" |
| 35 | + } |
46 | 36 | }
|
0 commit comments