forked from brefphp/bref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.16 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
41
42
43
{
"name": "mnapoli/bref",
"license": "MIT",
"type": "project",
"autoload": {
"psr-4": {
"Bref\\": "src"
},
"files": [
"src/functions.php"
]
},
"bin": [
"bref"
],
"require": {
"php": "^7.1.0",
"ext-json": "*",
"mnapoli/silly": "^1.7",
"symfony/filesystem": "^3.1|^4.0",
"symfony/finder": "^3.1|^4.0",
"symfony/yaml": "^3.1|^4.0",
"symfony/http-foundation": "^3.1|^4.0",
"symfony/process": "^3.1|^4.0",
"symfony/psr-http-message-bridge": "^1.0",
"aws/aws-sdk-php": "^3.44",
"psr/http-server-handler": "^1.0",
"zendframework/zend-diactoros": "^1.6",
"jolicode/jolinotif": "^2.0",
"matomo/ini": "^2.0",
"riverline/multipart-parser": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"symfony/symfony": "^3.4|^4.0",
"symfony/debug": "^3.1|^4.0",
"slim/slim": "^3.9",
"friendsofphp/php-cs-fixer": "^2.4",
"illuminate/contracts": "^5.0",
"illuminate/http": "^5.0",
"laravel/framework": "^5.6"
}
}