From 142e34d453563eb9e36a1279a837cb99966b8080 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 19 Jul 2024 17:15:59 +0200 Subject: [PATCH] remove composer.lock --- .gitignore | 3 +- composer.lock | 135 -------------------------------------------------- 2 files changed, 2 insertions(+), 136 deletions(-) delete mode 100644 composer.lock diff --git a/.gitignore b/.gitignore index 5bb18f5..4b81b66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ templates_c/* cache/* -/vendor/ \ No newline at end of file +/vendor/ +composer.lock diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 1b089c6..0000000 --- a/composer.lock +++ /dev/null @@ -1,135 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "56375018a001ea46ef5cab77680ad7d9", - "packages": [ - { - "name": "ltb-project/ldap", - "version": "v0.1.0", - "source": { - "type": "git", - "url": "https://github.com/ltb-project/ltb-ldap.git", - "reference": "5acd3c86998acbc302937196e8495e81cdcfb4a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ltb-project/ltb-ldap/zipball/5acd3c86998acbc302937196e8495e81cdcfb4a1", - "reference": "5acd3c86998acbc302937196e8495e81cdcfb4a1", - "shasum": "" - }, - "require": { - "ext-ldap": ">=7.4", - "php": ">=7.4", - "phpmailer/phpmailer": "^6.5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ltb\\": "src/Ltb" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-3.0-or-later" - ], - "description": "PHP framework for LTB project applications", - "support": { - "issues": "https://github.com/ltb-project/ltb-ldap/issues", - "source": "https://github.com/ltb-project/ltb-ldap/tree/v0.1.0" - }, - "time": "2023-04-24T13:24:07+00:00" - }, - { - "name": "phpmailer/phpmailer", - "version": "v6.8.1", - "source": { - "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "e88da8d679acc3824ff231fdc553565b802ac016" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016", - "reference": "e88da8d679acc3824ff231fdc553565b802ac016", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-filter": "*", - "ext-hash": "*", - "php": ">=5.5.0" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", - "doctrine/annotations": "^1.2.6 || ^1.13.3", - "php-parallel-lint/php-console-highlighter": "^1.0.0", - "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.7.2", - "yoast/phpunit-polyfills": "^1.0.4" - }, - "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", - "ext-openssl": "Needed for secure SMTP sending and DKIM signing", - "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "psr/log": "For optional PSR-3 debug logging", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", - "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-only" - ], - "authors": [ - { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" - } - ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "support": { - "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1" - }, - "funding": [ - { - "url": "https://github.com/Synchro", - "type": "github" - } - ], - "time": "2023-08-29T08:26:30+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.2.0" -}