Revert "feat(seacms-them): use it from git"

dufraissejeremy 2 years ago
parent 64ae0237bc
commit 719a6df378
  1. 18
      composer.json

@ -19,7 +19,7 @@
"sort-packages": true, "sort-packages": true,
"allow-plugins": { "allow-plugins": {
"picocms/composer-installer": true, "picocms/composer-installer": true,
"topfloor/composer-cleanup-vcs-dirs": true "topfloor/composer-cleanup-vcs-dirs": false
} }
}, },
"extra": { "extra": {
@ -43,15 +43,19 @@
"url": "https://git.defis.info/SeaCMS/seacms-app" "url": "https://git.defis.info/SeaCMS/seacms-app"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/seacms-theme" "url": "../seacms-theme",
"options": {
"name": "seacms/seacms-theme",
"versions": {
"seacms/seacms-theme": "dev-master",
"symlink": true
}
}
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "https://git.defis.info/SeaCMS/pico" "url": "https://git.defis.info/SeaCMS/pico"
} }
], ]
"require-dev": {
"topfloor/composer-cleanup-vcs-dirs": "^1.1"
}
} }

Loading…
Cancel
Save