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:
parent
7b9511edaa
commit
6a1d0e5497
1 changed files with 5 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue