-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
92 lines (89 loc) · 2.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "younes0/yskel",
"description": "Yoda - Jedi's curation tool",
"license": "Copyright",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:younes0/socialworth.git"
},
{
"type": "composer",
"url": "http://packages.myseosolution.de"
}
],
"require": {
"php": ">=5.5.9",
"caffeinated/themes": "^3.0",
"chumper/datatable": "dev-develop#a6a1814bb693b4a894de1f1144558ffad551e078",
"embed/embed": "dev-master",
"evansims/socialworth": "dev-master@dev",
"guzzlehttp/guzzle": "^5.3",
"guzzlehttp/log-subscriber": "^1.0",
"guzzlehttp/oauth-subscriber": "^0.2",
"guzzlehttp/retry-subscriber": "^2.0",
"league/fractal": "^0.12",
"league/oauth1-client": "^1.0",
"league/url": "^3.3",
"m6web/firewall": "^1.0",
"spatie/activitylog": "^2.1",
"spatie/laravel-medialibrary": "^3.1",
"watson/validating": "^1.0",
"camspiers/statistical-classifier": "0.8.0",
"nlp-tools/nlp-tools": "^0.1",
"j0k3r/php-readability": "^1.0",
"webmil/text-language-detect": "dev-master",
"fabpot/goutte": "v2.0.3",
"paslandau/guzzle-rotating-proxy-subscriber": "^0.3",
"paslandau/guzzle-application-cache-subscriber": "^0.2",
"gladeye/oauth1-wordpress": "dev-master",
"patricktalmadge/bootstrapper": "^5.8",
"xethron/migrations-generator": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "^1.4",
"phpunit/phpunit": "^4.0",
"phpspec/phpspec": "^2.1"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Yoda\\": "app/"
},
"psr-0": {
"Yeb\\": "app/Yeb/"
}
},
"autoload-dev": {
"classmap": [
"tests/phpunit/TestCase.php"
]
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan optimize"
],
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist",
"secure-http": false
},
"minimum-stability": "dev",
"prefer-stable": true
}