-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (28 loc) · 1.06 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
{
"name": "yakamara/common-bundle",
"type": "symfony-bundle",
"description": "Yakamara CommonBundle",
"license": "proprietary",
"autoload": {
"psr-4": { "Yakamara\\CommonBundle\\": "" }
},
"require": {
"php": ">=8.1",
"symfony/config": "^4.4 || ^5.4 || ^6.1",
"symfony/console": "^4.4 || ^5.4 || ^6.1",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.1",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.1",
"symfony/form": "^4.4 || ^5.4 || ^6.1",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.1",
"symfony/monolog-bundle": "^3.0",
"symfony/security-core": "^4.4 || ^5.4 || ^6.1",
"symfony/serializer": "^4.4 || ^5.4 || ^6.1",
"symfony/service-contracts": "^3.3",
"symfony/translation": "^4.4 || ^5.4 || ^6.1",
"symfony/validator": "^4.4 || ^5.4 || ^6.1",
"propel/propel": "^2.0.0-beta2@beta",
"propel/propel-bundle": "^4.0@dev",
"twig/twig": "^2.4 || ^3.0",
"yakamara/datetime": "^1.0 || ^2.0"
}
}