-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.32 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"name": "visiosoft/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": "^8.0",
"laravel/helpers": "^1.0",
"laravel/scout": "^8.2",
"doctrine/dbal": "^2.6",
"intervention/image": "^2.5.0",
"laravelcollective/html": "^6.1",
"twig/twig": "^2.10",
"barryvdh/laravel-debugbar": "^3.3",
"erusev/parsedown-extra": "^0.7.1",
"linkorb/jsmin-php": "^1.0.0",
"robclancy/presenter": "^1.3.0",
"nicmart/string-template": "^0.1.0",
"symfony/yaml": "^4",
"jenssegers/agent": "^2.6.0",
"barryvdh/laravel-httpcache": "^0.3",
"asm89/twig-cache-extension": "^1.3.0",
"vstelmakh/url-highlight": "^2.2",
"ezyang/htmlpurifier": "~4.0",
"tubalmartin/cssmin": "~4.0",
"fzaninotto/faker": "~1.4",
"scssphp/scssphp": "^1.11"
},
"autoload": {
"psr-4": {
"Anomaly\\Streams\\Platform\\": "src/"
},
"files": [
"src/Support/_helpers.php"
]
},
"config": {
"bin-dir": "bin"
},
"license": "MIT"
}