-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
My composer library has the following restrictions on PHP
{
"require": {
"php": ">=7.2",
"fakerphp/faker": "^1.20.0"
},
}
If my local PHP version is PHP7.2, then I can only install php-scoper
version for PHP7 through Composer e.g php-scoper v0.13.9
If I upgrade my local PHP version to 8.2. x and then install the latest version of php-scoper
e.g php-scoper v0.18.5
. Used to obtain the latest options and feature support for php-scoper
and add prefixes to the code, will it cause damage to my composer library? Is this usage method correct?
Metadata
Metadata
Assignees
Labels
No labels