Migrate to GitLab
This commit is contained in:
parent
1642f19301
commit
80fff4c214
3 changed files with 1225 additions and 1229 deletions
|
@ -7,7 +7,6 @@ setup:composer:
|
||||||
stage: setup
|
stage: setup
|
||||||
script:
|
script:
|
||||||
- mkdir -p .composer/cache
|
- mkdir -p .composer/cache
|
||||||
- composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
|
|
||||||
- COMPOSER_CACHE_DIR=.composer/cache composer install --no-progress --no-ansi --no-interaction -o
|
- COMPOSER_CACHE_DIR=.composer/cache composer install --no-progress --no-ansi --no-interaction -o
|
||||||
cache:
|
cache:
|
||||||
key: composer-cache
|
key: composer-cache
|
||||||
|
|
|
@ -39,6 +39,11 @@
|
||||||
"Codappix\\Tests\\": "tests/Classes"
|
"Codappix\\Tests\\": "tests/Classes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"platform": {
|
||||||
|
"php": "7.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
"app-dir": "app",
|
"app-dir": "app",
|
||||||
|
|
2448
composer.lock
generated
2448
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue