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:
Oliver Klee 2018-05-25 17:18:03 +02:00 committed by GitHub
parent ff2d3f7dc0
commit a32cce2dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {