diff --git a/composer/installed.json b/composer/installed.json index c78c7f1cb..9ba0c1d2e 100644 --- a/composer/installed.json +++ b/composer/installed.json @@ -6802,6 +6802,6 @@ "install-path": "../web-auth/webauthn-lib" } ], - "dev": true, + "dev": false, "dev-package-names": [] } diff --git a/composer/installed.php b/composer/installed.php index e4cad4349..123b89dab 100644 --- a/composer/installed.php +++ b/composer/installed.php @@ -7,7 +7,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(), - 'dev' => true, + 'dev' => false, ), 'versions' => array( 'aws/aws-crt-php' => array(