-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.38 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
39
40
41
42
43
44
45
46
47
48
{
"name": "invis1ble/serializer-extension-bundle",
"type": "symfony-bundle",
"description": "Symfony Bundle for symfony/serializer extension.",
"authors": [
{
"name": "Invis1ble",
"email": "Invis1ble@users.noreply.github.com"
}
],
"keywords": [
"serializer",
"deserializer",
"normalizer",
"denormalizer",
"uri",
"url",
"uriinterface",
"psr",
"extension",
"symfony-bundle"
],
"require": {
"php": ">=8.1",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"invis1ble/symfony-serializer-extension": "^1.1",
"guzzlehttp/guzzle": "^7.3"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0@dev",
"friendsofphp/php-cs-fixer": "dev-master",
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
"rector/rector": "dev-main",
"symfony/framework-bundle": "<=7.0.7",
"symfony/test-pack": "^1.0"
},
"autoload": {
"psr-4": {
"Invis1ble\\SerializerExtensionBundle\\": "src/",
"Invis1ble\\SerializerExtensionBundle\\Tests\\": "tests/"
},
"exclude-from-classmap": ["/tests/"]
},
"minimum-stability": "dev",
"license": "MIT"
}