-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 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
32
33
34
35
36
37
38
39
40
{
"name": "wmenge/braindump-api",
"description": "Braindump Backend API",
"license": "MIT",
"version": "0.1.1",
"authors": [
{
"name": "Wilco Menge",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=8.2",
"slim/slim": "4.*",
"slim/psr7": "^1.3",
"slim/php-view": "^3.2.0",
"php-di/slim-bridge": "^3.1",
"slim/flash": "^0.4.0",
"j4mie/paris": "1.*",
"ezyang/htmlpurifier": "@stable",
"cartalyst/sentry": "2.1.*",
"tedivm/fetch": "@stable",
"consolidation/robo": "^4.0",
"bcncommerce/json-stream": "^0.4.0",
"league/oauth2-github": "^3.1",
"league/oauth2-google": "^4.0",
"xemlock/htmlpurifier-html5": "^0.1.11",
"league/html-to-markdown": "^5.1"
},
"autoload": {
"psr-4": {
"Braindump\\": "src/Braindump"
}
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^10.5"
}
}