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
|
||||
script:
|
||||
- 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
|
||||
cache:
|
||||
key: composer-cache
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
"Codappix\\Tests\\": "tests/Classes"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"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