mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

[TASK] Require PHP 7 and PHPUnit 5.7

This commit is contained in:
Oliver Klee 2017-09-07 12:49:53 +02:00
parent 7b9511edaa
commit 6a1d0e5497

View file

@ -24,14 +24,15 @@
}
],
"require": {
"php": "~7.0.0 || ~7.1.0",
"typo3/cms": "^7.6.0"
},
"require-dev": {
"namelesscoder/typo3-repository-client": "^1.2",
"nimut/testing-framework": "^1.0",
"mikey179/vfsStream": "^1.4",
"namelesscoder/typo3-repository-client": "^1.2.0",
"nimut/testing-framework": "^1.0.0",
"typo3-ter/phpunit": "*",
"phpunit/phpunit": "^4.7 || ^5.0"
"phpunit/phpunit": "^5.7.0",
"mikey179/vfsStream": "^1.6.0"
},
"config": {
"vendor-dir": ".Build/vendor",