Skip to content

Commit

Permalink
Released Idna-2.0.0alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang authored and Ralf Lang committed Oct 26, 2023
1 parent 128bff0 commit 2ba55c1
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 23 deletions.
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"minimum-stability": "dev",
"name": "horde/idna",
"description": "IDNA normalization library",
"type": "library",
Expand All @@ -12,24 +11,35 @@
"role": "lead"
}
],
"time": "2021-03-13",
"time": "2022-11-04",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com/"
"url": "https://horde-satis.maintaina.com"
}
],
"require": {
"php": "^7.4 || ^8",
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0"
},
"require-dev": {},
"suggest": {
"ext-intl": "*"
},
"autoload": {
"psr-0": {
"Horde_Idna": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Horde\\Idna\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}
3 changes: 2 additions & 1 deletion doc/Horde/Idna/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
v2.0.0alpha4
------------


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


------------
Expand Down
7 changes: 4 additions & 3 deletions doc/Horde/Idna/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-04
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |+
notes: |
[rla] Enable PHP 8.x compat.
|+
2.0.0alpha3:
api: 2.0.0alpha1
state:
Expand Down
36 changes: 20 additions & 16 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2021-03-13</date>
<date>2022-11-04</date>
<version>
<release>2.0.0alpha4</release>
<api>2.0.0alpha1</api>
Expand All @@ -21,10 +21,19 @@
</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="php" />
<file name="phpdoc.yml" role="php" />
<file name="release.yml" role="php" />
<file name="update-satis.yml" role="php" />
</dir> <!-- /.github/workflows -->
</dir> <!-- /.github -->
<dir name="doc">
<dir name="Horde">
<dir name="Idna">
Expand Down Expand Up @@ -75,9 +84,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 @@ -91,6 +100,10 @@
</dependencies>
<phprelease>
<filelist>
<install as="workflows/ci.yml" name=".github/workflows/ci.yml" />
<install as="workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
<install as="workflows/release.yml" name=".github/workflows/release.yml" />
<install as="workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
<install as="CHANGES" name="doc/Horde/Idna/CHANGES" />
<install as="UPGRADING.rst" name="doc/Horde/Idna/UPGRADING.rst" />
<install as="Horde/Idna.php" name="lib/Horde/Idna.php" />
Expand All @@ -109,16 +122,6 @@
</filelist>
</phprelease>
<changelog>










<release>
<version>
<release>1.0.0</release>
Expand Down Expand Up @@ -281,7 +284,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 2ba55c1

Please sign in to comment.