This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
forked from laravel-streams/streams-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.93 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
53
54
55
56
57
58
59
60
{
"name": "anomaly/streams-platform",
"description": "A powerful, inclusive, modular PHP application engine built lovingly for Laravel.",
"authors": [
{
"name": "Ryan Thompson",
"email": "ryan@pyrocms.com"
}
],
"require": {
"laravel/framework": "5.3.*",
"laravel/envoy": "1.2.*",
"laravel/scout": "2.0.*",
"doctrine/dbal": "2.5.*",
"intervention/image": "2.3.*",
"laravelcollective/html": "5.3.*",
"twig/twig": "~1.0",
"rcrowe/twigbridge": "0.9.*",
"barryvdh/laravel-debugbar": "2.3.*",
"coffeescript/coffeescript": "1.3.*",
"michelf/php-markdown": "1.6.*",
"aptoma/twig-markdown": "2.0.*",
"guzzlehttp/guzzle": "6.2.*",
"guzzlehttp/psr7": "1.3.*",
"guzzlehttp/promises": "1.2.*",
"kriswallsmith/assetic": "1.4.*",
"leafo/scssphp": "0.6.*",
"lmammino/jsmin4assetic": "1.0.*",
"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": "0.3.*",
"league/flysystem-cached-adapter": "1.0.*",
"teamtnt/laravel-scout-tntsearch-driver": "2.0.*",
"symfony/yaml": "3.1.*",
"jenssegers/agent": "2.3.*",
"asm89/twig-cache-extension": "1.3.*",
"misd/linkify": "1.1.*",
"symfony/class-loader": "3.1.*",
"graham-campbell/exceptions": "^9.0",
"filp/whoops": "^2.0",
"websemantics/lcss2php": "1.0.*",
"ezyang/htmlpurifier": "~4.0",
"fzaninotto/faker": "~1.4"
},
"autoload": {
"psr-4": {
"Anomaly\\Streams\\Platform\\": "src/"
},
"files": [
"src/Support/_helpers.php"
]
},
"config": {
"bin-dir": "bin"
},
"license": "MIT"
}