-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 995 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": "mvc5/mvc5-application",
"description": "A PHP 8 programming environment with named arguments.",
"keywords": ["config", "container", "dependency injection", "event", "middleware", "plugin", "psr-11", "psr", "route", "router", "view"],
"homepage": "https://github.com/mvc5/mvc5-application",
"license": "MIT",
"authors": [
{
"name": "Gregory Baboolal",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"ext-json": "*",
"mvc5/mvc5": "^15.0",
"mvc5/view": "^11.0",
"mvc5/facade": "^10.0",
"mvc5/http-message": "^10.0"
},
"autoload": {
"psr-4": {
"": "./src"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5.4",
"mvc5/mvc5-tests": "^15.0",
"guzzlehttp/guzzle": "^6.5",
"vimeo/psalm": "^4.7.2",
"phpstan/phpstan": "^0.12.86",
"phpmetrics/phpmetrics": "^2.7.4"
}
}