-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.23 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": "phpguild/rhapsody-bundle",
"description": "This bundle allows the creation of simple and fast administration for Symfony 4 and 5.",
"type": "symfony-bundle",
"license": "GPL-3.0",
"authors": [
{
"name": "Johnstyle",
"homepage": "https://github.com/johnstyle"
}
],
"require": {
"php": ">=7.1",
"knplabs/knp-menu-bundle": "^3.0",
"phpguild/doctrine-extra-bundle": "dev-master",
"phpguild/resource-bundle": "dev-master",
"sensio/framework-extra-bundle": "^5.1",
"symfony/asset": "*",
"symfony/console": "*",
"symfony/expression-language": "*",
"symfony/form": "*",
"symfony/framework-bundle": "*",
"symfony/http-client": "*",
"symfony/intl": "*",
"symfony/lock": "*",
"symfony/mailer": "*",
"symfony/monolog-bundle": "^3.1",
"symfony/process": "*",
"symfony/property-access": "*",
"symfony/security-bundle": "*",
"symfony/serializer-pack": "*",
"symfony/string": "*",
"symfony/translation": "*",
"symfony/twig-pack": "*",
"symfony/validator": "*",
"symfony/web-link": "*",
"symfony/yaml": "*"
},
"autoload": {
"psr-4": {
"PhpGuild\\RhapsodyBundle\\": "src/"
}
},
"bin": [ "bin/rhapsody" ]
}