fix(legacy): set platform requirements to php ^7.4

This commit is contained in:
jo 2022-10-10 21:57:18 +02:00 committed by Kyle Robbertze
parent f4b4a7fadd
commit dbfb22646a
3 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,7 @@
}
],
"require": {
"php": "^7.4",
"adbario/php-dot-notation": "^3.0.0",
"composer/semver": "^3.2",
"james-heinrich/getid3": "^1.9",

6
legacy/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": "5dbe79738a8ba2c26115fb57c1f849f3",
"content-hash": "c4f5e22f5fdcfdadeea3baa22e939704",
"packages": [
{
"name": "adbario/php-dot-notation",
@ -4942,7 +4942,9 @@
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": "^7.4"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}

View File

@ -1,5 +1,6 @@
{
"require": {
"php": "^7.4",
"friendsofphp/php-cs-fixer": "<3.11.1"
}
}