You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ box info composer-unused.phar
> output
API Version: 1.1.0
Built with Box: 3.16.0@adb282a
Archive Compression: None
Files Compression: None
Signature: SHA-1
Signature Hash: E11A7EE8E6670D53D3948E12BAE8392BE019BFC5
Metadata: None
Timestamp: 1701355209 (2023-11-30T14:40:09+00:00)
RequirementChecker:
In Requirement.php line 26:
Undefined array key "source"
info [-l|--list] [-m|--mode MODE] [-d|--depth DEPTH] [--] [<phar>]
UmlWriter 3.4.0
Output
$ box info umlwriter.phar
> output
API Version: 1.1.0
Built with Box: 4.3.8@5534406
Archive Compression: None
Files Compression:
- GZ (99.93%)
- None (0.07%)
Signature: SHA-1
Signature Hash: B91733EBC7A4323262AD0191BD426C7833D1AA70
Metadata: None
Timestamp: 1681205957 (2023-04-11T09:39:17+00:00)
RequirementChecker:
In Requirement.php line 26:
Undefined array key "source"
info [-l|--list] [-m|--mode MODE] [-d|--depth DEPTH] [--] [<phar>]
PS: I've noticed that box info command works when there are no Requirement Checker defined in project with box.json config file (like Phive or Composer)
Given on BOX info output
RequirementChecker: Not found.
The text was updated successfully, but these errors were encountered:
Bug report
Trying to get
info
on some phar artifacts raise following ErrorExceptionUndefined array key "source"
For example, with :
Composer Unused 0.8.11
Output
UmlWriter 3.4.0
Output
PS: I've noticed that box info command works when there are no Requirement Checker defined in project with box.json config file (like Phive or Composer)
Given on BOX info output
The text was updated successfully, but these errors were encountered: