-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.86 KB
/
composer.json
File metadata and controls
59 lines (59 loc) · 1.86 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "storycms/framework",
"description": "Full-featured Laravel web shop package and e-commerce solution for high performance shops",
"homepage": "http://froyostory.co.id",
"license": "MIT",
"keywords": ["laravel", "laravel-packages", "storycms", "cms"],
"support": {
"source": "https://github.com/storycms/framework",
"issues": "https://github.com/storycms/framework/issues"
},
"authors": [
{ "name": "PT Froyo Kreatif Indonesia", "email": "hello@froyo.co.id" },
{ "name": "Purwandi", "email": "purwandi@froyo.co.id" },
{ "name": "Aviant Ferarry", "email": "aviant@froyo.co.id" }
],
"require": {
"php": ">=7.0.0",
"cartalyst/tags": "^4.0.1",
"intervention/image": "^2.4",
"laravel/framework": "5.4.*|5.5.*",
"laravel/scout": "^3.0",
"jackiedo/dotenv-editor": "^1.0",
"jenssegers/date": "3.2.*",
"teamtnt/laravel-scout-tntsearch-driver": "^3.0",
"themsaid/laravel-multilingual": "1.0.*",
"kalnoy/nestedset": "^4.3",
"mgp25/instagram-php": "^3.1",
"j7mbo/twitter-api-php": "^1.0",
"facebook/graph-sdk": "^5.6",
"laravel/socialite": "^3.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^2.3",
"mockery/mockery": "~0.9",
"orchestra/testbench": "~3.0",
"orchestra/testbench-browser-kit": "~3.1",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"Story\\Framework\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Story\\Framework\\StoryFrameworkServiceProvider"
]
},
"branch-alias": {
"dev-next": "1.0-dev"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
}
}