-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
45 lines (45 loc) · 1.43 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
{
"name": "ubermichael/nines",
"description": "Some useful bundles.",
"license": "gpl",
"type": "library",
"authors": [
{
"name": "Michael Joyce",
"email": "ubermichael@gmail.com"
}
],
"autoload": {
"psr-4": {
"Nines\\BlogBundle\\": "BlogBundle",
"Nines\\DublinCoreBundle\\": "DublinCoreBundle",
"Nines\\EditorBundle\\": "EditorBundle",
"Nines\\FeedbackBundle\\": "FeedbackBundle",
"Nines\\MakerBundle\\": "MakerBundle",
"Nines\\MediaBundle\\": "MediaBundle",
"Nines\\SolrBundle\\": "SolrBundle",
"Nines\\UserBundle\\": "UserBundle",
"Nines\\UtilBundle\\": "UtilBundle"
}
},
"require": {
"php": ">=7.2.0",
"ext-json": "*",
"egulias/email-validator": "^2.1",
"guzzlehttp/guzzle": "^6.5|^7.3",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-paginator-bundle": "^5.0",
"minimalcode/search": "^1.0",
"nyholm/psr7": "^1.4",
"sensio/framework-extra-bundle": "^5.1|^6.1",
"solarium/solarium": "^6.0",
"twig/string-extra": "^3.0"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3",
"liip/test-fixtures-bundle": "^1.0.0",
"symfony/browser-kit": "4.4.*",
"symfony/css-selector": "4.4.*",
"symfony/phpunit-bridge": "^5.0"
}
}