From eab33a5a097368c5b3cc1298a92e93e0377bf214 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 10 May 2018 22:52:56 +0200 Subject: [PATCH] composer.json: this has been renamed --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c66f389..bf22087 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { - "name": "Icinga/ipl-3rdparty", + "name": "icinga/reactbundle", "type": "library", - "description": "ipl 3rd party PHP libraries", - "homepage": "https://github.com/Icinga/libipl-3rdparty", + "description": "Icinga Web 2 - ReactPHP-based 3rd party libraries", + "homepage": "https://github.com/Icinga/icingaweb2-module-reactbundle", "license": "MIT", "config": { "sort-packages": true }, "support": { - "issues": "https://github.com/Icinga/libipl-3rdparty/issues" + "issues": "https://github.com/Icinga/icingaweb2-module-reactbundle/issues" }, "require": { "php": ">=5.4.0",