Remove PHP version requirement for dev

This commit is contained in:
Chris Kankiewicz
2020-11-25 13:01:32 -07:00
parent 70730bd7b7
commit 96be3e4546
2 changed files with 2 additions and 5 deletions

View File

@@ -35,7 +35,6 @@
"vlucas/phpdotenv": "^5.0"
},
"require-dev": {
"php": ">=7.4",
"friendsofphp/php-cs-fixer": "^2.3",
"johnkary/phpunit-speedtrap": "^3.2",
"phlak/coding-standards": "^1.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": "b2e60d6154da02f2685748e1fb062843",
"content-hash": "49c69a4235afa733a3eb2c21c254609f",
"packages": [
{
"name": "erusev/parsedown",
@@ -7196,8 +7196,6 @@
"ext-fileinfo": "*",
"ext-zip": "*"
},
"platform-dev": {
"php": ">=7.4"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}