Skip to content

Commit

Permalink
Merge pull request #1891 from nextcloud/debt/noid/set-version-in-comp…
Browse files Browse the repository at this point in the history
…oser-29

[stable29] chore: set version in composer.json
  • Loading branch information
kesselb authored Jul 4, 2024
2 parents aafe4fb + 08dd7c2 commit 085f84a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 27 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "nextcloud/3rdparty",
"version": "dev-stable29",
"description": "All 3rdparty components",
"license": "MIT",
"config": {
Expand Down
60 changes: 39 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'nextcloud/3rdparty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a912b6da034f385b17707ce8c41275b91a593683',
'pretty_version' => 'dev-stable29',
'version' => 'dev-stable29',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down Expand Up @@ -317,9 +317,9 @@
'dev_requirement' => false,
),
'nextcloud/3rdparty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a912b6da034f385b17707ce8c41275b91a593683',
'pretty_version' => 'dev-stable29',
'version' => 'dev-stable29',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down

0 comments on commit 085f84a

Please sign in to comment.