-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 986 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
40
41
{
"name": "gzero/vanilla-integration",
"description": "Gzero Vanilla Integration",
"keywords": [
"laravel",
"cms",
"vanilla forum",
"integration"
],
"license": "MIT",
"authors": [
{
"name": "Adrian Skierniewski",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.0",
"gzero/core": "^2.0",
"illuminate/auth": "5.4.*",
"illuminate/config": "5.4.*",
"illuminate/routing": "5.4.*"
},
"require-dev": {
"fzaninotto/faker": "1.4.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "^6.0",
"phpmd/phpmd": "2.*",
"squizlabs/php_codesniffer": "1.*"
},
"autoload": {
"classmap": [],
"files": [
"src/libs/functions.jsconnect.php"
],
"psr-4": {
"Gzero\\": "src/Gzero"
}
},
"minimum-stability": "stable"
}