We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1c800 commit a7e4bc8Copy full SHA for a7e4bc8
2 files changed
.travis.yml
@@ -74,6 +74,7 @@ after_script:
74
echo -e "Preparing upload of release ${TRAVIS_TAG} to TER\n"
75
curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.4/lib/travis-after-all.js | node
76
if [ $? -eq 0 ]; then
77
+ composer require --dev namelesscoder/typo3-repository-client:^1.2.0
78
# Cleanup before we upload
79
git reset --hard HEAD && git clean -fx
80
composer.json
@@ -25,7 +25,6 @@
25
"typo3/cms-core": "^6.2 || ^7.6 || ^8.0"
26
},
27
"require-dev": {
28
- "namelesscoder/typo3-repository-client": "1.1.x-dev",
29
"mikey179/vfsStream": "~1.6.0",
30
"phpunit/phpunit": "~4.8.0"
31
0 commit comments