mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"require": {
|
|
"components/jquery": "2.1.4",
|
|
"components/angular.js": "1.3.16",
|
|
"components/bootstrap": "3.3.5",
|
|
"michelf/php-markdown": "1.5.0"
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"_comment":
|
|
{
|
|
"um GIT-Repos zu inkludieren, muss die url zuerst zu 'repositories' hinzugefügt werden. Anschließend kann es bei 'require' wie üblich mit angegeben werden:":{
|
|
"repositories": [
|
|
{"type": "git", "url": "https://github.com/BEISPIEL/BEISPIEL.git"}
|
|
],
|
|
"require": {
|
|
"BEISPIEL/BEISPIEL": "x.x.x"
|
|
}
|
|
}
|
|
}
|
|
}
|