-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.13 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "nwoko/payment-api",
"type": "project",
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"authors": [
{
"name": "Nwokorie Alex V.",
"email": "nwokoriealex20@gmail.com"
}
],
"require": {
"slim/slim": "4.*",
"slim/psr7": "^1.6",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.0",
"guzzlehttp/psr7": "^1",
"sapphirecat/slim4-http-interop-adapter": "^1.1",
"laminas/laminas-diactoros": "^3.2",
"vlucas/phpdotenv": "^5.5",
"ext-pdo": "*",
"doctrine/orm": "^2.16",
"doctrine/dbal": "^3.2",
"symfony/yaml": "^5.4",
"symfony/cache": "^6.3",
"doctrine/annotations": "^2.0",
"php-di/slim-bridge": "^3.4",
"monolog/monolog": "^3.4",
"respect/validation": "^2.0",
"zircote/swagger-php": "^4.7",
"tuupola/slim-jwt-auth": "^3.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^10.3",
"mockery/mockery": "^1.6"
}
}