-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 998 Bytes
/
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
{
"name": "carthage/elissa-bundle",
"description": "Symfony bundle providing out-of-the-box support for PSR-7 and PSR-15.",
"type": "symfony-bundle",
"require": {
"php": "^8.1|^8.2",
"symfony/http-kernel": "^6.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/psr-http-message-bridge": "^2.3",
"laminas/laminas-diactoros": "^2.0|^3.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.22",
"roave/security-advisories": "dev-latest"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Carthage\\ElissaBundle\\": "src/"
}
},
"authors": [
{
"name": "azjezz",
"email": "azjezz@protonmail.com"
}
],
"minimum-stability": "stable"
}