Skip to content

Commit

Permalink
[TASK] normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 8, 2020
1 parent baaf74e commit 33152ac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,18 @@
"name": "sci/sci-api",
"type": "typo3-cms-extension",
"description": "TYPO3 Content Block registration API extension",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"typo3",
"content-blocks"
],
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Structured Content Initiative"
}
],
"repositories": {
"local": {
"type": "path",
"url": "Build/packages/*"
},
"content-blocks-composer-plugin": {
"type": "vcs",
"url": "https://github.com/TYPO3-Initiatives/content-blocks-composer-plugin.git"
}
},
"require": {
"php": "^7.2",
"ext-json": "*",
Expand Down Expand Up @@ -99,8 +89,18 @@
"Sci\\SciApi\\Tests\\": "Tests/"
}
},
"prefer-stable": true,
"repositories": {
"local": {
"type": "path",
"url": "Build/packages/*"
},
"content-blocks-composer-plugin": {
"type": "vcs",
"url": "https://github.com/TYPO3-Initiatives/content-blocks-composer-plugin.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"[ -L .typo3/public/typo3conf/ext/sci_api ] || ( mkdir -p .typo3/public/typo3conf/ext/ && ln -snvf ../../../../. .typo3/public/typo3conf/ext/sci_api )"
Expand Down

0 comments on commit 33152ac

Please sign in to comment.