fix(legacy): set platform requirements to php ^7.4
This commit is contained in:
parent
f4b4a7fadd
commit
dbfb22646a
legacy
|
@ -24,6 +24,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"adbario/php-dot-notation": "^3.0.0",
|
||||
"composer/semver": "^3.2",
|
||||
"james-heinrich/getid3": "^1.9",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"friendsofphp/php-cs-fixer": "<3.11.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue