mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36: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": {
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue