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",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"mofodojodino/profanity-filter": "^1.3",
|
||||
"byjoby/flatrr": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/dbunit": "^3"
|
||||
"phpunit/phpunit": "^7",
|
||||
"phpunit/dbunit": "^4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
|
|
Loading…
Reference in a new issue