mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 03:56:12 +01: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": { "require": {
"php": "~7.0.0 || ~7.1.0",
"typo3/cms": "^7.6.0" "typo3/cms": "^7.6.0"
}, },
"require-dev": { "require-dev": {
"namelesscoder/typo3-repository-client": "^1.2", "namelesscoder/typo3-repository-client": "^1.2.0",
"nimut/testing-framework": "^1.0", "nimut/testing-framework": "^1.0.0",
"mikey179/vfsStream": "^1.4",
"typo3-ter/phpunit": "*", "typo3-ter/phpunit": "*",
"phpunit/phpunit": "^4.7 || ^5.0" "phpunit/phpunit": "^5.7.0",
"mikey179/vfsStream": "^1.6.0"
}, },
"config": { "config": {
"vendor-dir": ".Build/vendor", "vendor-dir": ".Build/vendor",