mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[TASK] Allow PHP up to 7.2.x
Also remove the dependency on the phpunit extension.
This commit is contained in:
parent
617ef35c8f
commit
99277a3cb4
3 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
|
- php: 7.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"source": "https://github.com/oliverklee/tea"
|
"source": "https://github.com/oliverklee/tea"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.0.0 || ~7.1.0",
|
"php": "~7.0.0 || ~7.1.0 || ~7.2.0",
|
||||||
"typo3/cms-core": "^7.6 || ^8.7"
|
"typo3/cms-core": "^7.6 || ^8.7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
@ -10,8 +10,8 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'version' => '2.0.x-dev',
|
'version' => '2.0.x-dev',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
|
'php' => '7.0.0-7.2.99',
|
||||||
'typo3' => '7.6.0-8.7.99',
|
'typo3' => '7.6.0-8.7.99',
|
||||||
'phpunit' => '4.0.0-5.9.99',
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue