From 219d52f73993933b39969e150ab402f9f28347e1 Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Fri, 7 Apr 2023 18:18:28 +0200 Subject: [PATCH] composer update --- composer.json | 2 +- composer.lock | 2 +- conlite/external/composer/installed.php | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 8e77cb5..f72a9c3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "vendor/conlite", + "name": "org.conlite/conlite", "description": "ConLite vendor libs", "license": "GPL-3.0-or-later", "authors": [ diff --git a/composer.lock b/composer.lock index 52423f7..6a79dde 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c6b6bf25155d9d1ebea60cf6cc6d02a5", + "content-hash": "6c8aa3604068c77a7a8588c1cce19806", "packages": [ { "name": "phpmailer/phpmailer", diff --git a/conlite/external/composer/installed.php b/conlite/external/composer/installed.php index 1706c7f..91511e6 100644 --- a/conlite/external/composer/installed.php +++ b/conlite/external/composer/installed.php @@ -1,15 +1,24 @@ array( - 'name' => 'vendor/conlite', + 'name' => 'org.conlite/conlite', 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', - 'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69', + 'reference' => 'bf4c7533428f2ad8d5092b5197f2841ba758de7d', 'type' => 'library', 'install_path' => __DIR__ . '/../../../', 'aliases' => array(), 'dev' => true, ), 'versions' => array( + 'org.conlite/conlite' => array( + 'pretty_version' => 'dev-develop', + 'version' => 'dev-develop', + 'reference' => 'bf4c7533428f2ad8d5092b5197f2841ba758de7d', + 'type' => 'library', + 'install_path' => __DIR__ . '/../../../', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'phpmailer/phpmailer' => array( 'pretty_version' => 'v6.8.0', 'version' => '6.8.0.0', @@ -19,14 +28,5 @@ 'aliases' => array(), 'dev_requirement' => false, ), - 'vendor/conlite' => array( - 'pretty_version' => 'dev-develop', - 'version' => 'dev-develop', - 'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69', - 'type' => 'library', - 'install_path' => __DIR__ . '/../../../', - 'aliases' => array(), - 'dev_requirement' => false, - ), ), );