From cd16066be1a08fb28067cc590e836d0cf0717971 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 12 Sep 2024 18:22:13 +0200 Subject: [PATCH] chore: set version in composer.json Signed-off-by: Daniel Kesselberg --- composer.json | 2 +- composer.lock | 2 +- composer/installed.php | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 177c663b1..fa9775432 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nextcloud/3rdparty", - "version": "dev-master", + "version": "dev-stable30", "description": "All 3rdparty components", "license": "MIT", "config": { diff --git a/composer.lock b/composer.lock index c249521fc..8aa851120 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1122a291745dde5797d98832c2de4f9d", + "content-hash": "5836896c0fa5cf4bd676908f5e565bf0", "packages": [ { "name": "aws/aws-crt-php", diff --git a/composer/installed.php b/composer/installed.php index a9110ae04..ac0e0d744 100644 --- a/composer/installed.php +++ b/composer/installed.php @@ -1,9 +1,9 @@ array( 'name' => 'nextcloud/3rdparty', - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => NULL, + 'pretty_version' => 'dev-stable30', + 'version' => 'dev-stable30', + 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(), @@ -290,9 +290,9 @@ 'dev_requirement' => false, ), 'nextcloud/3rdparty' => array( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => NULL, + 'pretty_version' => 'dev-stable30', + 'version' => 'dev-stable30', + 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(),