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
@@ -116,17 +114,4 @@ private function getBasicStructure(string $version = self::COMPOSE_FILE_VERSION)
116
114
'services' => [],
117
115
];
118
116
}
119
-
120
-
privatefunctioncheckComposeFileVersion(): void
121
-
{
122
-
$data = $this->manipulator->getData();
123
-
124
-
if (empty($data['version'])) {
125
-
thrownewRuntimeCommandException('compose.yaml file version is not set.');
126
-
}
127
-
128
-
if (2.0 > (float) $data['version']) {
129
-
thrownewRuntimeCommandException(\sprintf('compose.yaml version %s is not supported. Please update your compose.yaml file to the latest version.', $data['version']));
0 commit comments