Skip to content

Commit

Permalink
Released Css_Parser-2.0.0alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang authored and Ralf Lang committed Oct 27, 2023
1 parent e9f6c52 commit c28782b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 30 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/css_parser",
"description": "CSS parser library",
"type": "library",
Expand All @@ -12,22 +11,33 @@
"role": "lead"
}
],
"time": "2021-03-13",
"time": "2022-11-05",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com/"
"url": "https://horde-satis.maintaina.com"
}
],
"require": {
"php": "^7.4 || ^8"
},
"require-dev": {},
"suggest": {
"ext-mbstring": "*"
},
"autoload": {
"psr-0": {
"Horde_Css_Parser": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Horde\\Css\\Parser\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}
3 changes: 2 additions & 1 deletion doc/Horde/Css/Parser/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
v2.0.0alpha4
------------


[rla] Alpha Release for PHP 8.
|+


------------
Expand Down
7 changes: 4 additions & 3 deletions doc/Horde/Css/Parser/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-05
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
notes: |
[rla] Alpha Release for PHP 8.
|+
2.0.0alpha3:
api: 2.0.0alpha1
state:
Expand Down
43 changes: 20 additions & 23 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-05</date>
<version>
<release>2.0.0alpha4</release>
<api>2.0.0alpha1</api>
Expand All @@ -19,12 +19,20 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
*
* [rla] Alpha Release for PHP 8.
* |+
</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="update-satis.yml" role="php" />
</dir> <!-- /.github/workflows -->
</dir> <!-- /.github -->
<dir name="bundle">
<dir name="vendor">
<dir name="composer">
Expand Down Expand Up @@ -174,9 +182,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 @@ -190,6 +198,9 @@
</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/update-satis.yml" name=".github/workflows/update-satis.yml" />
<install as="Horde/Css/Parser/vendor/autoload.php" name="bundle/vendor/autoload.php" />
<install as="Horde/Css/Parser/vendor/composer/autoload_classmap.php" name="bundle/vendor/composer/autoload_classmap.php" />
<install as="Horde/Css/Parser/vendor/composer/autoload_namespaces.php" name="bundle/vendor/composer/autoload_namespaces.php" />
Expand Down Expand Up @@ -277,21 +288,6 @@
</filelist>
</phprelease>
<changelog>















<release>
<version>
<release>1.0.0</release>
Expand Down Expand Up @@ -528,9 +524,10 @@
<api>alpha</api>
</stability>
<date>2021-03-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
*
* [rla] Alpha Release for PHP 8.
* |+
</notes>
</release>
</changelog>
Expand Down

0 comments on commit c28782b

Please sign in to comment.