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
Copy file name to clipboardExpand all lines: pkg/pm/wpmjson/package.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ type PackageConfig struct {
54
54
PlatformStrict*bool`json:"platform-strict,omitempty"`// If set to true, wpm will refuse to install the package if the platform requirements are not met.
55
55
}
56
56
57
-
// Platform holds the php and wp version constraints for a package.
58
-
typePlatformstruct {
57
+
// Requires holds wp and php version constraints for a package
0 commit comments