-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.12 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
{
"name": "zedmagdy/saaskit-bundle",
"description": "a bundle to easily make a multi tenancy app",
"require": {
"php": ">=7.4",
"ext-json": "*",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0",
"symfony/framework-bundle": "5.3.*",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.9",
"symfony/form": "^5.3",
"symfony/twig-bridge": "^5.3.3",
"symfony/translation": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^5.3.3",
"doctrine/annotations": "1.13.1",
"symfony/yaml": "5.3.3",
"symfony/doctrine-messenger": "5.3.2"
},
"license": "MIT",
"autoload": {
"psr-4": {
"ZedMagdy\\Bundle\\SaasKitBundle\\": "src/"
}
},
"authors": [
{
"name": "ZED-Magdy",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}