Require PHP 5.7

This commit is contained in:
Michael Butler 2018-01-27 13:49:47 -05:00
parent 3cfd0562e6
commit 4bedb1b063

View file

@ -22,5 +22,8 @@
}, },
"autoload": { "autoload": {
"psr-4": { "Michelf\\": "Michelf/" } "psr-4": { "Michelf\\": "Michelf/" }
},
"require-dev": {
"phpunit/phpunit": "^5.7"
} }
} }