diff --git a/composer.json b/composer.json index 139238f..a6e328f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,4 @@ { - "minimum-stability": "dev", "name": "horde/css_parser", "description": "CSS parser library", "type": "library", @@ -12,16 +11,17 @@ "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": "*" }, @@ -29,5 +29,15 @@ "psr-0": { "Horde_Css_Parser": "lib/" } + }, + "autoload-dev": { + "psr-4": { + "Horde\\Css\\Parser\\Test\\": "test/" + } + }, + "config": { + "allow-plugins": { + "horde/horde-installer-plugin": true + } } } \ No newline at end of file diff --git a/doc/Horde/Css/Parser/CHANGES b/doc/Horde/Css/Parser/CHANGES index f5cb114..d94ee75 100644 --- a/doc/Horde/Css/Parser/CHANGES +++ b/doc/Horde/Css/Parser/CHANGES @@ -2,7 +2,8 @@ v2.0.0alpha4 ------------ - +[rla] Alpha Release for PHP 8. +|+ ------------ diff --git a/doc/Horde/Css/Parser/changelog.yml b/doc/Horde/Css/Parser/changelog.yml index 2e31c7e..c4b12ec 100644 --- a/doc/Horde/Css/Parser/changelog.yml +++ b/doc/Horde/Css/Parser/changelog.yml @@ -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: diff --git a/package.xml b/package.xml index c65ad69..c5f8f6f 100644 --- a/package.xml +++ b/package.xml @@ -10,7 +10,7 @@ slusarz@horde.org no - 2021-03-13 + 2022-11-05 2.0.0alpha4 2.0.0alpha1 @@ -19,12 +19,20 @@ alpha alpha - LGPL-2.1 + LGPL-2.1-only -* +* [rla] Alpha Release for PHP 8. +* |+ + + + + + + + @@ -174,9 +182,9 @@ - 7.0.0 - 8.0.0alpha1 - 8.0.0alpha1 + 7.4.0 + 9.0.0alpha1 + 9.0.0alpha1 1.7.0 @@ -190,6 +198,9 @@ + + + @@ -277,21 +288,6 @@ - - - - - - - - - - - - - - - 1.0.0 @@ -528,9 +524,10 @@ alpha 2021-03-13 - LGPL-2.1 + LGPL-2.1-only -* +* [rla] Alpha Release for PHP 8. +* |+