mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +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": {
|
||||
"helhum/typo3-composer-setup": "^0.5.1",
|
||||
"helmich/typo3-typoscript-lint": "^1.4.4",
|
||||
"nimut/testing-framework": "^2.0.0",
|
||||
"phpunit/phpunit": "^5.7.0",
|
||||
"mikey179/vfsStream": "^1.6.0",
|
||||
"nimut/testing-framework": "^3.0.0",
|
||||
"roave/security-advisories": "dev-master"
|
||||
},
|
||||
"replace": {
|
||||
|
@ -53,6 +51,7 @@
|
|||
"OliverKlee\\Tea\\Tests\\": "Tests/"
|
||||
}
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
|
@ -60,6 +59,9 @@
|
|||
}
|
||||
],
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
"*": "dist"
|
||||
},
|
||||
"vendor-dir": ".Build/vendor"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue