Skip to content

Commit a7e4bc8

Browse files
committed
Require repository client only when needed
1 parent 6a1c800 commit a7e4bc8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ after_script:
7474
echo -e "Preparing upload of release ${TRAVIS_TAG} to TER\n"
7575
curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.4/lib/travis-after-all.js | node
7676
if [ $? -eq 0 ]; then
77+
composer require --dev namelesscoder/typo3-repository-client:^1.2.0
7778
# Cleanup before we upload
7879
git reset --hard HEAD && git clean -fx
7980

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"typo3/cms-core": "^6.2 || ^7.6 || ^8.0"
2626
},
2727
"require-dev": {
28-
"namelesscoder/typo3-repository-client": "1.1.x-dev",
2928
"mikey179/vfsStream": "~1.6.0",
3029
"phpunit/phpunit": "~4.8.0"
3130
},

0 commit comments

Comments
 (0)