force php 7.3

This commit is contained in:
David Bomba 2019-07-09 10:33:34 +10:00
parent 60e0e84980
commit d25d6d1c9e
2 changed files with 2 additions and 3 deletions

View File

@ -12,10 +12,9 @@ services:
group: deprecated-2017Q4 group: deprecated-2017Q4
php: php:
- 7.1
- 7.2
- 7.3 - 7.3
- 7.4snapshot - 7.4snapshot
- nightly
addons: addons:
apt: apt:

View File

@ -18,7 +18,7 @@
], ],
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.1.3", "php": ">=7.3",
"asgrim/ofxparser": "^1.2", "asgrim/ofxparser": "^1.2",
"davejamesmiller/laravel-breadcrumbs": "5.x", "davejamesmiller/laravel-breadcrumbs": "5.x",
"fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",