diff --git a/.horde.yml b/.horde.yml index c931fd5..a76d3b7 100644 --- a/.horde.yml +++ b/.horde.yml @@ -21,11 +21,11 @@ state: release: alpha api: alpha license: - identifier: BSD + identifier: BSD-2-Clause uri: http://www.horde.org/licenses/bsd dependencies: required: - php: ^7 + php: ^7 || ^8 composer: horde/horde: ^6 optional: diff --git a/composer.json b/composer.json index 76b5fac..97b3b8f 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,9 @@ { - "minimum-stability": "dev", "name": "horde/vilma", "description": "Domain and user administration application", "type": "horde-application", "homepage": "https://www.horde.org", - "license": "BSD", + "license": "BSD-2-Clause", "authors": [ { "name": "Jan Schneider", @@ -12,18 +11,14 @@ "role": "lead" } ], - "time": "2021-03-15", - "repositories": [ - { - "type": "composer", - "url": "https://horde-satis.maintaina.com/" - } - ], + "time": "2024-01-12", + "repositories": [], "require": { - "horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || '*'", - "php": "^7", + "horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2", + "php": "^7 || ^8", "horde/horde": "^6 || dev-FRAMEWORK_6_0" }, + "require-dev": {}, "suggest": { "horde/test": "^3 || dev-FRAMEWORK_6_0" }, @@ -32,7 +27,13 @@ "Vilma": "lib/" } }, + "autoload-dev": {}, "bin": [ "bin/vilma-create-mailboxes" - ] + ], + "config": { + "allow-plugins": { + "horde/horde-installer-plugin": true + } + } } \ No newline at end of file diff --git a/doc/changelog.yml b/doc/changelog.yml index 76f4dff..73a4093 100644 --- a/doc/changelog.yml +++ b/doc/changelog.yml @@ -8,8 +8,9 @@ license: identifier: BSD uri: http://www.horde.org/licenses/bsd - notes: |+ - + notes: | + [rla] Change license identifier from 'BSD' to BSD-2-Clause to make SPDX compatible and to align with the actually shipped license file. + |+ 1.0.0alpha1: api: 1.0.0 state: