Skip to content

Commit

Permalink
[TASK] use -local for local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 9, 2020
1 parent 0d50092 commit ca069ca
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build/packages/call-to-action/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sci/call-to-action",
"name": "sci/call-to-action-local",
"description": "Content block providing a call-to-action image with a button.",
"type": "typo3-cms-contentblock",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion Build/packages/counter/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sci/counter",
"name": "sci/counter-local",
"description": "Content block providing animated counter.",
"type": "typo3-cms-contentblock",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion Build/packages/example/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sci/example",
"name": "sci/example-local",
"description": "Content block providing examples for all field types.",
"type": "typo3-cms-contentblock",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion Build/packages/slider/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sci/slider",
"name": "sci/slider-local",
"description": "Content block with multiple slides switched by autoplay.",
"type": "typo3-cms-contentblock",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion Build/packages/text/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sci/text",
"name": "sci/text-local",
"type": "typo3-cms-contentblock",
"license": "GPL-2.0-or-later"
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"friendsofphp/php-cs-fixer": "^2.16",
"helhum/typo3-console": "^6.3",
"roave/security-advisories": "dev-master",
"sci/call-to-action": "@dev",
"sci/counter": "@dev",
"sci/example": "@dev",
"sci/slider": "@dev",
"sci/text": "@dev",
"sci/call-to-action-local": "@dev",
"sci/counter-local": "@dev",
"sci/example-local": "@dev",
"sci/slider-local": "@dev",
"sci/text-local": "@dev",
"typo3/cms-about": "^10.4 || ^11.0.0 || dev-master",
"typo3/cms-adminpanel": "^10.4 || ^11.0.0 || dev-master",
"typo3/cms-backend": "^10.4 || ^11.0.0 || dev-master",
Expand Down Expand Up @@ -94,7 +94,7 @@
"type": "path",
"url": "Build/packages/*"
},
"content-blocks-composer-plugin": {
"cb-composer-plugin": {
"type": "vcs",
"url": "https://github.com/TYPO3-Initiatives/content-blocks-composer-plugin.git"
}
Expand Down

0 comments on commit ca069ca

Please sign in to comment.