Force PHP 7.3, break anything before PHP 7.3

This commit is contained in:
James Cole
2019-08-23 18:55:14 +02:00
parent 731ef7b13c
commit a86e956dbb
3 changed files with 8 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
"docs": "https://firefly-iii.readthedocs.io/en/latest/"
},
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-fileinfo": "*",