actually it does need php 7.1

there are nullable return type hints
This commit is contained in:
Joby Elliott 2018-08-21 20:22:33 -06:00
parent d1c6c1eaae
commit de18730209

View file

@ -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": [