Skip to content

Commit

Permalink
Released content-3.0.0alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Nov 3, 2022
1 parent 13ef8da commit 159ca69
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
20 changes: 15 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"minimum-stability": "dev",
"name": "horde/content",
"description": "Tagging application",
"type": "horde-application",
Expand All @@ -17,15 +16,15 @@
"role": "lead"
}
],
"time": "2021-03-13",
"time": "2022-11-03",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com/"
"url": "https://horde-satis.maintaina.com"
}
],
"require": {
"horde/horde-installer-plugin": "^2 || dev-FRAMEWORK_6_0",
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"php": "^7.4 || ^8",
"horde/core": "^3 || dev-FRAMEWORK_6_0",
"horde/date": "^3 || dev-FRAMEWORK_6_0",
Expand All @@ -37,6 +36,7 @@
"ext-gettext": "*",
"ext-json": "*"
},
"require-dev": {},
"suggest": {
"horde/argv": "^3 || dev-FRAMEWORK_6_0",
"horde/controller": "^3 || dev-FRAMEWORK_6_0",
Expand All @@ -47,12 +47,22 @@
"Content": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Horde\\Content\\Test\\": "test/"
}
},
"bin": [
"bin/content-object-add",
"bin/content-object-delete",
"bin/content-tag",
"bin/content-tag-add",
"bin/content-tag-delete",
"bin/content-untag"
]
],
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}
3 changes: 2 additions & 1 deletion doc/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
v3.0.0alpha4
------------


[rla] Enable PHP 8.x compat.
|+


------------
Expand Down
7 changes: 4 additions & 3 deletions doc/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
state:
release: alpha
api: alpha
date: 2021-03-13
date: 2022-11-03
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |+
notes: |
[rla] Enable PHP 8.x compat.
|+
3.0.0alpha3:
api: 3.0.0alpha1
state:
Expand Down
45 changes: 18 additions & 27 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2021-03-13</date>
<date>2022-11-03</date>
<version>
<release>3.0.0alpha4</release>
<api>3.0.0alpha1</api>
Expand All @@ -27,10 +27,18 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
* [rla] Enable PHP 8.x compat.
* |+
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name=".github">
<dir name="workflows">
<file name="ci.yml" role="horde" />
<file name="phpdoc.yml" role="horde" />
<file name="update-satis.yml" role="horde" />
</dir> <!-- /.github/workflows -->
</dir> <!-- /.github -->
<dir name="app">
<dir name="controllers">
<file name="ApplicationController.php" role="horde" />
Expand Down Expand Up @@ -132,9 +140,9 @@
<dependencies>
<required>
<php>
<min>7.0.0</min>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
<min>7.4.0</min>
<max>9.0.0alpha1</max>
<exclude>9.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand All @@ -154,6 +162,9 @@
</usesrole>
<phprelease>
<filelist>
<install as="content/.github/workflows/ci.yml" name=".github/workflows/ci.yml" />
<install as="content/.github/workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
<install as="content/.github/workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
<install as="content/.htaccess" name=".htaccess" />
<install as="content/app/controllers/ApplicationController.php" name="app/controllers/ApplicationController.php" />
<install as="content/app/controllers/TagController.php" name="app/controllers/TagController.php" />
Expand Down Expand Up @@ -203,27 +214,6 @@
</filelist>
</phprelease>
<changelog>





















<release>
<version>
<release>1.0.0alpha1</release>
Expand Down Expand Up @@ -562,7 +552,8 @@
<date>2021-03-13</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
* [rla] Enable PHP 8.x compat.
* |+
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 159ca69

Please sign in to comment.