actually it does need php 7.1
there are nullable return type hints
This commit is contained in:
parent
d1c6c1eaae
commit
de18730209
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=7.1",
|
||||||
"mofodojodino/profanity-filter": "^1.3",
|
"mofodojodino/profanity-filter": "^1.3",
|
||||||
"byjoby/flatrr": "dev-master"
|
"byjoby/flatrr": "dev-master"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6.5",
|
"phpunit/phpunit": "^7",
|
||||||
"phpunit/dbunit": "^3"
|
"phpunit/dbunit": "^4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": [
|
"test": [
|
||||||
|
|
Loading…
Reference in a new issue