forked from microweber/microweber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
78 lines (78 loc) · 1.83 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
{
"name": "microweber/microweber",
"type": "application",
"description": "New generation CMS with drag and drop",
"keywords": [
"cms",
"drag and drop",
"shop",
"blog",
"framework",
"laravel"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/peter-mw/laravel-tagging"
}
],
"require": {
"laravel/framework": "5.4.*",
"laravel/socialite": "^3.0",
"composer/composer": "v1.2.2",
"socialiteproviders/linkedin": "*",
"illuminate/contracts": "5.4.*",
"illuminate/support": "5.4.*",
"symfony/http-foundation": "*",
"vlucas/phpdotenv": "*",
"rcrowe/twigbridge": "*",
"graham-campbell/markdown": "*",
"composer/installers": "1.*",
"keboola/csv": "1.1.*",
"omnipay/omnipay": "2.*",
"omnipay/stripe": "~2.0",
"omnipay/paypal": "~2.0",
"omnipay/mollie": "3.*",
"paragonie/random_compat": "1.*",
"coduo/php-humanizer": "*",
"omnipay/common": "*",
"league/csv": "^7.2",
"giggsey/libphonenumber-for-php": "^7.6",
"laravelcollective/html": "*",
"ezyang/htmlpurifier": "^4.8",
"rtconner/laravel-tagging": "dev-laravel-5",
"jeremeamia/superclosure": "*",
"arcanedev/seo-helper": "^1.2",
"intervention/image": "^2.3",
"knplabs/knp-menu": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-4": {
"": "src/",
"App\\": "app/"
}
},
"scripts": {
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist",
"github-protocols": [
"https",
"http",
"git"
]
},
"minimum-stability": "dev",
"homepage": "http://microweber.com",
"license": "Apache-2.0",
"support": {
"email": "[email protected]",
"irc": "irc://irc.freenode.org/microweber"
}
}