-
-
Notifications
You must be signed in to change notification settings - Fork 108
Related to issue #1236 and RequirementChecker section #1237
Copy link
Copy link
Open
Labels
Description
Why don't we see all extensions declared on root composer.json file
See with GitHub repo :
- https://github.com/overtrue/phplint/tree/9.0
- https://github.com/overtrue/phplint/blob/9.0/composer.json#L23-L26
Built online for the first time at https://github.com/overtrue/phplint/actions/runs/7056960071/job/19209802647
But when we check with BOX info command, we got :
API Version: 1.1.0
Archive Compression: None
Files Compression: None
Signature: SHA-1
Signature Hash: C72ECCE5306E94D119732B10D34311C30F993AC4
Metadata: None
Timestamp: 1701414157 (2023-12-01T07:02:37+00:00)
RequirementChecker:
Required:
- PHP ^8.0 (root)
- ext-json (root)
Conflict:
- ext-psr (symfony/service-contracts)
Contents: 459 files (2.36MB)
// Use the --list|-l option to list the content of the PHAR.
Only json extension is displayed, but not mbstring. Is there a reason or is it just a bug ?
Reactions are currently unavailable