-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (35 loc) · 917 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
37
38
{
"name": "cetera-labs/website-skeleton",
"type": "project",
"description": "A skeleton to start a new CeteraCMS website",
"homepage": "https://ceteralabs.com/cetera-cms/",
"license": "MIT",
"authors": [
{
"name": "Roman Romanov",
"email": "nicodim@mail.ru"
}
],
"require": {
"cetera-labs/cetera-cms":"dev-master"
},
"minimum-stability": "dev",
"repositories":[
{
"type":"package",
"package":{
"name":"cetera-labs/library",
"version":"13",
"dist":{
"url":"https://cms.cetera.ru/lib.zip",
"type":"zip"
}
}
}
],
"scripts": {
"post-update-cmd": [
"phing -find vendor/cetera-labs/cetera-cms/build.xml"
]
}
}