forked from jdewit/AvroCaseBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.05 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "misatotremor/case-bundle",
"replace": {
"avro/case-bundle": "*"
},
"type": "symfony-bundle",
"description": "Symfony Case Converter Bundle",
"keywords": ["pascal", "title", "camel", "converter"],
"homepage": "http://github.com/MisatoTremor/AvroCaseBundle",
"license": "MIT",
"authors": [
{
"name": "Joris de Wit",
"email": "[email protected]"
},
{
"name": "Steffen Roßkamp",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.4 || ^8.0",
"twig/twig": "^2.14 || ^3.0"
},
"require-dev": {
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"twig/twig": "<2.14.7 || >=3.0 <3.3.3"
},
"autoload": {
"psr-4": { "Avro\\CaseBundle\\": "" }
}
}