-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathcomposer.json
File metadata and controls
48 lines (48 loc) · 1.58 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
{
"name": "get-stream/stream-doctrine-example",
"homepage": "https://getstream.io/",
"description": "Example application for get-stream/stream-doctrine",
"keywords": ["stream", "feed", "feedly", "getstream", "activity", "newsfeed", "activity feed", "notification feed", "aggregated feed", "doctrine", "symfony", "orm"],
"license": "BSD",
"authors": [
{
"name": "Hannes Van De Vreken",
"email": "hannes@getstream.io"
}
],
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"require": {
"php": ">=7.1",
"league/container": "^2.4",
"vlucas/phpdotenv": "^2.4",
"get-stream/stream-doctrine": "1.0.0-alpha.1",
"psr7-sessions/storageless": "^3.0",
"zendframework/zend-diactoros": "^1.6",
"league/route": "^3.0",
"mindplay/middleman": "^2.0",
"madewithlove/psr15-bridge": "^0.1.0",
"twig/twig": "^2.4",
"filp/whoops": "^2.1",
"league/tactician": "^1.0",
"ramsey/uuid": "^3.7",
"monolog/monolog": "^1.23",
"ramsey/uuid-doctrine": "^1.4",
"doctrine/migrations": "^1.6",
"cakephp/chronos": "^1.1",
"fzaninotto/faker": "^1.7",
"league/tactician-container": "^2.0"
},
"scripts": {
"migrate": [
"echo '' > storage/db.sqlite",
"php cli db:migrate",
"php cli db:seed"
],
"generate:key": "sed -i '' 's/^SESSION_SECRET=.*$/SESSION_SECRET='`openssl rand -hex 32`'/' .env"
},
"minimum-stability": "stable"
}