mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 20:56:13 +01:00
[TASK] Update the testing framework from 2.0 to 3.0 (#11)
Also mark in the composer.json that stable dist packages are preferred.
This commit is contained in:
parent
ff2d3f7dc0
commit
a32cce2dff
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"helhum/typo3-composer-setup": "^0.5.1",
|
"helhum/typo3-composer-setup": "^0.5.1",
|
||||||
"helmich/typo3-typoscript-lint": "^1.4.4",
|
"helmich/typo3-typoscript-lint": "^1.4.4",
|
||||||
"nimut/testing-framework": "^2.0.0",
|
"nimut/testing-framework": "^3.0.0",
|
||||||
"phpunit/phpunit": "^5.7.0",
|
|
||||||
"mikey179/vfsStream": "^1.6.0",
|
|
||||||
"roave/security-advisories": "dev-master"
|
"roave/security-advisories": "dev-master"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
@ -53,6 +51,7 @@
|
||||||
"OliverKlee\\Tea\\Tests\\": "Tests/"
|
"OliverKlee\\Tea\\Tests\\": "Tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"prefer-stable": true,
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
|
@ -60,6 +59,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
|
"preferred-install": {
|
||||||
|
"*": "dist"
|
||||||
|
},
|
||||||
"vendor-dir": ".Build/vendor"
|
"vendor-dir": ".Build/vendor"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue