This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
72 lines (72 loc) · 2.19 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
{
"name": "graham-campbell/cms-core",
"description": "CMS Core Provides Some Core Functionality For Applications Like Bootstrap CMS",
"keywords": ["laravel", "framework", "cms core", "cms", "core", "CMS", "CMS Core", "CMS-Core", "Graham Campbell", "GrahamCampbell"],
"license": "AGPL-3.0",
"authors": [
{
"name": "Graham Campbell",
"email": "graham@mineuk.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/GrahamCampbell/asset"
},
{
"type": "package",
"package": {
"name": "sebastianbergmann/phpcov",
"version": "1.1.0",
"dist": {
"url": "https://github.com/sebastianbergmann/phpcov/archive/1.1.0.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/sebastianbergmann/phpcov.git",
"type": "git",
"reference": "1.1.0"
},
"bin": [
"phpcov.php"
]
}
}
],
"require": {
"php": ">=5.4.7",
"laravel/framework": "4.1.*",
"symfony/config": "2.4.*",
"symfony/filesystem": "2.4.*",
"lightgear/asset": "1.3",
"graham-campbell/core": "0.2.*",
"graham-campbell/viewer": "0.1.*",
"graham-campbell/queuing": "0.2.*",
"graham-campbell/htmlmin": "1.0.*",
"graham-campbell/markdown": "1.0.*",
"graham-campbell/binput": "1.0.*",
"graham-campbell/throttle": "0.1.*",
"graham-campbell/credentials": "0.1.*",
"graham-campbell/navigation": "0.2.*"
},
"require-dev": {
"graham-campbell/testbench": "0.2.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-4": {
"GrahamCampbell\\CMSCore\\": "src/",
"GrahamCampbell\\Tests\\CMSCore\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}