From 2fbbae19d2538c342ce60caf763a0490e81cb7d1 Mon Sep 17 00:00:00 2001 From: Prabin Dahal Date: Fri, 13 Sep 2024 14:17:16 +0200 Subject: [PATCH] Change package as library --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a5e3657..5c11fb9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pdahal/php-xmpp", "description": "PHP library for XMPP based on `xmppo/xmpp-php`", - "version": "1.0.0", + "type": "library", "keywords": [ "php", "xmpp", @@ -19,7 +19,6 @@ "email": "marko.dupor@gmail.com" } ], - "type": "project", "require": { "php": ">=8.2" }, @@ -35,4 +34,4 @@ "Pdahal\\Xmpp\\": "src/" } } -} +} \ No newline at end of file