forked from laravel-streams/streams-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
{
"name": "anomaly/streams-platform",
"description": "A powerful, inclusive, modular PHP application engine built lovingly for Laravel.",
"authors": [
{
"name": "Ryan Thompson",
"email": "[email protected]"
}
],
"require": {
"laravel/framework": "5.5.*",
"laravel/scout": "3.0.*",
"doctrine/dbal": "2.5.*",
"intervention/image": "2.4.*",
"laravelcollective/html": "5.5.*",
"twig/twig": "~2.0",
"barryvdh/laravel-debugbar": "2.4.*",
"coffeescript/coffeescript": "1.3.*",
"erusev/parsedown": "1.6.*",
"erusev/parsedown-extra": "0.7.*",
"kriswallsmith/assetic": "1.4.*",
"leafo/scssphp": "0.7.*",
"natxet/CssMin": "3.0.*",
"oyejorge/less.php": "1.7.*",
"ptachoire/cssembed": "1.0.*",
"robclancy/presenter": "1.3.*",
"nicmart/string-template": "0.1.*",
"phive/twig-extensions-deferred": "2.0.*",
"teamtnt/laravel-scout-tntsearch-driver": "3.0.7",
"symfony/yaml": "3.3.*",
"jenssegers/agent": "2.5.*",
"asm89/twig-cache-extension": "1.3.*",
"misd/linkify": "1.1.*",
"symfony/class-loader": "3.3.*",
"websemantics/lcss2php": "1.0.*",
"ezyang/htmlpurifier": "~4.0",
"fzaninotto/faker": "~1.4",
"nochso/html-compress-twig": "~2.0"
},
"autoload": {
"psr-4": {
"Anomaly\\Streams\\Platform\\": "src/"
},
"files": [
"src/Support/_helpers.php"
]
},
"config": {
"bin-dir": "bin"
},
"license": "MIT"
}