-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 835 Bytes
/
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
{
"name": "bgrrtt/spacecraft",
"description": "DevOps Infrastructure for CraftCMS.",
"authors": [
{ "name": "Branden Garrett", "email": "branden.garrett@gmail.com" }
],
"keywords": [
"spacecraft",
"craftcms",
"devops",
"boilerplate",
"starter"
],
"type": "project",
"homepage": "https://bgrrtt.com/spacecraft",
"support": {},
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"craftcms/cms": "^3.0.0-beta.23",
"roave/security-advisories": "dev-master"
},
"require-dev": {
"bgrrtt/ansible-roles": "dev-master"
},
"config": {
"optimize-autoloader": true
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}