From 3ce6dcf58456a3ed00d37ad869fda435852d02d5 Mon Sep 17 00:00:00 2001 From: "Nabeel S." <99736+nabeelio@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:50:55 -0500 Subject: [PATCH 1/3] Add acars plugin to phpvms configuration Added a new acars plugin with specific requirements. --- packages/phpvms.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/phpvms.yml b/packages/phpvms.yml index 5b07382..69f70ac 100644 --- a/packages/phpvms.yml +++ b/packages/phpvms.yml @@ -5,6 +5,19 @@ meta: maintainers: - nabeelio addons: + - name: acars + description: phpvms plugin for acars v3+ + category: acars + license: MIT + keywords: + - acars + - phpvms + source: + type: push + requirements: + php: >=8.4 + phpvms: >=8.0 + - name: smoke-test description: Disposable smoke-test fixture used to verify the addon-registry pipeline. Not a real plugin. category: dev-tools @@ -17,5 +30,5 @@ addons: type: github-release repository: nabeelio/phpvms-registry-smoke-test requirements: - php: ^8.2 - phpvms: ^7.0 + php: >=8.4 + phpvms: >=8.0 From 930af33d01845ee7f3c8eb8fc2995ba90f5987b4 Mon Sep 17 00:00:00 2001 From: "Nabeel S." <99736+nabeelio@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:03:41 -0500 Subject: [PATCH 2/3] Change requirements to use single quotes for PHP Updated PHP version and phpvms requirements to use single quotes. --- packages/phpvms.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/phpvms.yml b/packages/phpvms.yml index 69f70ac..da11e2d 100644 --- a/packages/phpvms.yml +++ b/packages/phpvms.yml @@ -15,8 +15,8 @@ addons: source: type: push requirements: - php: >=8.4 - phpvms: >=8.0 + php: '>=8.4' + phpvms: '>=8.0' - name: smoke-test description: Disposable smoke-test fixture used to verify the addon-registry pipeline. Not a real plugin. @@ -30,5 +30,5 @@ addons: type: github-release repository: nabeelio/phpvms-registry-smoke-test requirements: - php: >=8.4 - phpvms: >=8.0 + php: '>=8.4' + phpvms: '>=8.0' From c506a4b5d1625a54f04edf5df576da21cbcbe606 Mon Sep 17 00:00:00 2001 From: "Nabeel S." <99736+nabeelio@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:06:55 -0500 Subject: [PATCH 3/3] Change acars addon category and keywords Updated the category of the acars addon and modified keywords. --- packages/phpvms.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/phpvms.yml b/packages/phpvms.yml index da11e2d..839648b 100644 --- a/packages/phpvms.yml +++ b/packages/phpvms.yml @@ -7,11 +7,12 @@ meta: addons: - name: acars description: phpvms plugin for acars v3+ - category: acars + category: operations license: MIT keywords: - acars - - phpvms + - pireps + - operations source: type: push requirements: