Update lib/composer.json to PHP 7.4
This commit is contained in:
parent
c16bf0f280
commit
e368dc0826
|
@ -4,7 +4,7 @@
|
|||
"prefer-stable": true,
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"league/container": "3.3.5",
|
||||
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
"php": "7.4"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue