-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 922 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
35
36
37
38
39
{
"name": "miquelbrazil/mccants-boys-can",
"description": "A web-based book series chronicling the adventures of the McCant's Boys",
"type": "project",
"license": "Creative Commons",
"authors": [
{
"name": "Miquel Brazil",
"email": "[email protected]"
}
],
"require": {
"php": "^8.2",
"ext-json": "*",
"ext-intl": "*",
"slim/slim": "^4.12",
"guzzlehttp/psr7": "^2.6",
"sentry/sentry": "^4.3",
"slim/php-view": "^3.2",
"vlucas/phpdotenv": "^5.6",
"odan/session": "^6.1",
"fakerphp/faker": "^1.23",
"cakephp/chronos": "^3.0",
"cakephp/core": "^5.0",
"cakephp/collection": "^5.0",
"league/flysystem": "^3.23",
"league/flysystem-aws-s3-v3": "^3.22"
},
"require-dev": {
"spatie/ray": "^1.40"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}