forked from ubermichael/nines-bundles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 2.31 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sfu-dhil/nines",
"description": "Some useful bundles.",
"license": "gpl",
"type": "library",
"authors": [
{
"name": "Michael Joyce",
"email": "[email protected]"
},
{
"name": "Andrew Gardener",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Nines\\BlogBundle\\": "BlogBundle",
"Nines\\DublinCoreBundle\\": "DublinCoreBundle",
"Nines\\EditorBundle\\": "EditorBundle",
"Nines\\FeedbackBundle\\": "FeedbackBundle",
"Nines\\MakerBundle\\": "MakerBundle",
"Nines\\MediaBundle\\": "MediaBundle",
"Nines\\UserBundle\\": "UserBundle",
"Nines\\UtilBundle\\": "UtilBundle"
}
},
"require": {
"php": ">=8.2.0",
"ext-imagick": "*",
"ext-json": "*",
"doctrine/cache": "^2.2",
"doctrine/inflector": "^2.0",
"doctrine/persistence": "^3.1",
"egulias/email-validator": "^4.0",
"guzzlehttp/guzzle": "^6.5||^7.5",
"knplabs/knp-menu-bundle": "^3.2",
"knplabs/knp-paginator-bundle": "^6.2",
"nyholm/psr7": "^1.5",
"sensio/framework-extra-bundle": "^6.2",
"twig/string-extra": "^3.5",
"symfony/form": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/mailer": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/serializer-pack": "^1.3",
"symfony/monolog-bundle": "^3.8",
"symfony/html-sanitizer": "6.3.*",
"excelwebzone/recaptcha-bundle": "^1.5"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"liip/test-fixtures-bundle": "^2.6.0",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/phpunit-bridge": "6.3.*",
"friendsoftwig/twigcs": "^6.4",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.2",
"symfony/test-pack": "^1.1",
"symfony/maker-bundle": "^1.50",
"dama/doctrine-test-bundle": "^7.2",
"friendsofphp/php-cs-fixer": "^3.49",
"phpunit/phpunit": "^9.6"
}
}