Bumped minimum required development PHP version to 7.4

This commit is contained in:
Chris Kankiewicz
2020-04-25 11:44:37 -07:00
parent f37ee881a1
commit 4e90926b4b
3 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ dist: bionic
language: php
php:
- 7.3
- 7.4
- nightly
@@ -18,7 +17,7 @@ cache:
- app/vendor
install:
- composer install
- composer install --no-suggest
- npm ci
script:

View File

@@ -30,6 +30,7 @@
"vlucas/phpdotenv": "^4.0"
},
"require-dev": {
"php": ">=7.4",
"friendsofphp/php-cs-fixer": "^2.3",
"johnkary/phpunit-speedtrap": "^3.2",
"phpunit/phpunit": "^9.1",

6
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "448fcacef3506c13036baca5eeb02f29",
"content-hash": "97cdefd2e4480748bbb183e286dc6640",
"packages": [
{
"name": "erusev/parsedown",
@@ -5636,6 +5636,8 @@
"ext-fileinfo": "*",
"ext-zip": "*"
},
"platform-dev": [],
"platform-dev": {
"php": ">=7.4"
},
"plugin-api-version": "1.1.0"
}