Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
cabc5d28
Commit
cabc5d28
authored
Jun 05, 2019
by
Marc Egger
Browse files
commit to push merge
parent
da760be3
Pipeline
#1896
failed with stages
in 3 minutes and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cabc5d28
before_script
:
-
VERSION=`cat ./version`
stages
:
-
before
-
build
documentation
:
stage
:
before
script
:
-
cd extension/
-
docker pull t3docs/render-documentation
-
source <(docker run --rm t3docs/render-documentation show-shell-commands)
-
dockrun_t3rd makehtml
snapshot
:
stage
:
build
except
:
-
tags
script
:
...
...
@@ -10,6 +23,7 @@ snapshot:
-
scp qfq_$VERSION_*.zip w16:qfq/snapshots/
release
:
stage
:
build
only
:
-
tags
script
:
...
...
extension/composer.json
View file @
cabc5d28
{
"name"
:
"typo3/guide-example-extension-manual"
,
"type"
:
"typo3-cms-documentation"
,
"description"
:
"Documentation example"
,
"license"
:
"OPL-1.0"
,
"require"
:
{
"typo3/cms-core"
:
"^9.5"
"require"
:
{
"phpoffice/phpspreadsheet"
:
"^1.3"
,
"ext-json"
:
"*"
,
"typo3/cms-core"
:
"^8.7"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"^6.5"
},
"autoload"
:
{
"psr-4"
:
{
"qfq\\"
:
[
"qfq/"
,
"Source/api/"
,
"Source/external/"
,
"Source/core/"
,
"Source/core/database/"
,
"Source/core/exceptions/"
,
"Source/core/form/"
,
"Source/core/helper/"
,
"Source/core/report/"
,
"Source/core/store/"
,
"Source/core/typo3/"
]
}
}
}
extension/composer.json.qfq
deleted
100644 → 0
View file @
da760be3
{
"require": {
"phpoffice/phpspreadsheet": "^1.3",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"qfq\\": ["qfq/",
"Source/api/",
"Source/external/",
"Source/core/",
"Source/core/database/",
"Source/core/exceptions/",
"Source/core/form/",
"Source/core/helper/",
"Source/core/report/",
"Source/core/store/",
"Source/core/typo3/"]
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment