Merge branch 'clean-composer-json' into 'develop'
Clean composer.json file See merge request t3o/ter!358
Showing
... | ... | @@ -12,10 +12,6 @@ |
"issues": "https://git-t3o.typo3.org/t3o/ter/issues" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
... | ... | @@ -27,7 +23,7 @@ |
], | ||
"require": { | ||
"php": ">=7.0", | ||
"typo3/cms": "^8.7", | ||
"typo3/cms-core": "^8.7", | ||
"helhum/typo3-console": "^5.0", | ||
"dmitryd/typo3-realurl": "^2.2", | ||
"apache-solr-for-typo3/solr": "^7.0", | ||
... | ... | @@ -39,17 +35,15 @@ |
"nimut/testing-framework": "^2.0" | ||
}, | ||
"config": { | ||
"bin-dir": "bin", | ||
"store-auths": false | ||
"store-auths": false, | ||
"platform": { | ||
"php": "7.0.30" | ||
} | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"web-dir": "html", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"helhum/typo3-console": { | ||
"install-binary": true, | ||
"install-extension-dummy": false | ||
} | ||
}, | ||
"autoload": { | ||
... | ... | @@ -64,8 +58,7 @@ |
}, | ||
"scripts": { | ||
"test:unit": [ | ||
"[ -e bin/phpunit ] || composer install", | ||
"./bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml" | ||
"./vendor/bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml" | ||
] | ||
} | ||
} |
Please register or sign in to comment