-
- Downloads
Merge pull request #19390 from civicrm/php_version_bump
#2204 Bump Minimum install PHP 7.2
No related branches found
No related tags found
... | ... | @@ -38,11 +38,11 @@ |
"include-path": ["vendor/tecnickcom"], | ||
"config": { | ||
"platform": { | ||
"php": "7.1" | ||
"php": "7.2" | ||
} | ||
}, | ||
"require": { | ||
"php": "~7.1", | ||
"php": "~7.2", | ||
"cache/integration-tests": "~0.17.0", | ||
"dompdf/dompdf" : "~0.8", | ||
"electrolinux/phpquery": "^0.9.6", | ||
... | ... |
Please register or sign in to comment