We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f9699 commit 38c11d2Copy full SHA for 38c11d2
1 file changed
src/Composer/Json/ComposerJson.php
@@ -58,6 +58,16 @@ final class ComposerJson implements ComposerJsonInterface
58
*/
59
private array $data;
60
61
+ /**
62
+ * Stores the installed packages configuration.
63
+ *
64
+ * This property MUST contain the data read from the installed packages
65
+ * configuration file during construction. Consumers SHOULD treat the
66
+ * structure as internal implementation detail and SHALL rely on accessor
67
+ * methods instead of direct access.
68
69
+ * @var array<string, mixed>
70
+ */
71
private array $installed;
72
73
/**
0 commit comments