Update to use PHP 7.1, and its multiple exception catching

This commit is contained in:
Jonny Barnes 2017-02-27 22:22:52 +00:00
parent b255987423
commit 595b0c5e03
2 changed files with 2 additions and 5 deletions

View file

@ -5,8 +5,7 @@
"license": "CC0-1.0",
"type": "project",
"require": {
"ext-intl": "*",
"php": ">=7.0.0",
"php": ">=7.1.0",
"laravel/framework": "5.4.*",
"jonnybarnes/indieweb": "dev-master",
"jonnybarnes/webmentions-parser": "0.4.*",