File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
lib/internal/Magento/Framework/Module Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Framework \Module ;
7
7
8
8
/**
9
- * Provide information of dependencies and conflicts in composer.json files and mapping of package name to module name
9
+ * Provide information of dependencies and conflicts in composer.json files, mapping of package name to module name,
10
+ * and mapping of module name to package version
10
11
*/
11
12
class PackageInfo
12
13
{
@@ -18,21 +19,21 @@ class PackageInfo
18
19
private $ packageModuleMap ;
19
20
20
21
/**
21
- * Map of modules to package current version, contains depending module's name
22
+ * Map of module name to package version
22
23
*
23
24
* @var string[]
24
25
*/
25
26
private $ modulePackageVersionMap ;
26
27
27
28
/**
28
- * "require" field of each module
29
+ * "require" field of each module, contains depending modules' name
29
30
*
30
31
* @var array[]
31
32
*/
32
33
private $ requireMap ;
33
34
34
35
/**
35
- * "conflict" field of each module, contains conflicting module's name and version
36
+ * "conflict" field of each module, contains conflicting modules' name and version
36
37
*
37
38
* @var array[]
38
39
*/
You can’t perform that action at this time.
0 commit comments