forked from partITech/sonata-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.56 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
49
50
51
{
"name": "partitech/sonata-extra",
"version": "1.0.14",
"type": "symfony-bundle",
"description": "Daily usefully tools helpers for Sonata",
"license": "MIT",
"autoload": {
"psr-4": {
"Partitech\\SonataExtra\\": "src"
}
},
"require": {
"php": ">=8.2",
"sonata-project/admin-bundle": "^4.22",
"sonata-project/classification-bundle": "^4.7",
"sonata-project/doctrine-orm-admin-bundle": "^4.10",
"sonata-project/formatter-bundle": "^5.1",
"sonata-project/page-bundle": "5.x-dev",
"sonata-project/media-bundle": "^4.10.4",
"sonata-project/translation-bundle": "^3.1",
"sonata-project/user-bundle": "*",
"league/csv": "^9.11",
"jms/serializer-bundle": "^5.3.1",
"psr/http-factory": "^1.0",
"symfony/templating" : "*",
"guzzlehttp/guzzle": "^7.8",
"presta/sitemap-bundle": "^3.3",
"symfony/mime": "*",
"ext-dom": "*",
"ext-libxml": "*",
"partitech/sonata-menu-bundle": "*",
"ext-zip": "*",
"google/recaptcha": "*"
},
"authors": [
{
"name": "Thomas Bourdin",
"email": "[email protected]",
"homepage": "https://thomasbourdinwebsite.com"
},
{
"name": "Géraud Bourdin",
"email": "[email protected]",
"homepage": "https://thomasbourdinwebsite.com"
}
],
"require-dev": {
"phpunit/phpunit": "^10.4",
"symfony/test-pack": "^1.0"
}
}