diff --git a/composer.lock b/composer.lock index 58dbc0e3..21a3e41a 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": "b24d7cc3989b64b679b388afafb16d09", + "content-hash": "984f0f8f41cf0e1d0b08397e6bb565a0", "packages": [ { "name": "jaxl/jaxl", @@ -80,17 +80,69 @@ "time": "2016-09-13T01:59:35+00:00" }, { - "name": "paragonie/random_compat", - "version": "v2.0.18", + "name": "mnsami/composer-custom-directory-installer", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" + "url": "https://github.com/mnsami/composer-custom-directory-installer.git", + "reference": "8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", - "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", + "url": "https://api.github.com/repos/mnsami/composer-custom-directory-installer/zipball/8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5", + "reference": "8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": ">=5.3" + }, + "type": "composer-plugin", + "extra": { + "class": [ + "Composer\\CustomDirectoryInstaller\\LibraryPlugin", + "Composer\\CustomDirectoryInstaller\\PearPlugin", + "Composer\\CustomDirectoryInstaller\\PluginPlugin" + ], + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Composer\\CustomDirectoryInstaller": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mina Nabil Sami", + "email": "mina.nsami@gmail.com" + } + ], + "description": "A composer plugin, to help install packages of different types in custom paths.", + "keywords": [ + "composer", + "composer-installer", + "composer-plugin" + ], + "time": "2016-05-25T08:26:02+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v2.0.19", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241", + "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241", "shasum": "" }, "require": { @@ -126,7 +178,7 @@ "pseudorandom", "random" ], - "time": "2019-01-03T20:59:08+00:00" + "time": "2020-10-15T10:06:57+00:00" }, { "name": "php-pushover/php-pushover", @@ -916,6 +968,188 @@ "templating" ], "time": "2020-02-11T05:59:23+00:00" + }, + { + "name": "viharm/php-db-auth", + "version": "v2.7.0", + "source": { + "type": "git", + "url": "https://bitbucket.org/viharm/phpdbauth.git", + "reference": "60c1b0a28d26178d5e4960d49185af85734643c6" + }, + "dist": { + "type": "zip", + "url": "https://bitbucket.org/viharm/phpdbauth/get/60c1b0a28d26178d5e4960d49185af85734643c6.zip", + "reference": "60c1b0a28d26178d5e4960d49185af85734643c6", + "shasum": "" + }, + "require": { + "mnsami/composer-custom-directory-installer": "1.1.*", + "php": ">=5.3.0", + "viharm/php-khelper": "^1.4.1" + }, + "type": "library", + "extra": { + "installer-paths": { + "./Lib/phpKhelper": [ + "viharm/php-khelper" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Viharm", + "email": "viharm@malviya.net", + "homepage": "http://viharm.malviya.net", + "role": "Developer" + } + ], + "description": "PHP library for looking up users in a database table field", + "homepage": "https://bitbucket.org/viharm/phpdbauth", + "keywords": [ + "auth", + "database", + "php" + ], + "time": "2020-01-05T11:48:12+00:00" + }, + { + "name": "viharm/php-khelper", + "version": "v1.4.1", + "source": { + "type": "git", + "url": "https://gitlab.com/viharm/phpKhelper.git", + "reference": "92aea82d609d3c9dc39952c9e386578f532e7140" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/viharm%2FphpKhelper/repository/archive.zip?sha=92aea82d609d3c9dc39952c9e386578f532e7140", + "reference": "92aea82d609d3c9dc39952c9e386578f532e7140", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Viharm", + "email": "viharm@malviya.net", + "homepage": "http://viharm.malviya.net", + "role": "Developer" + } + ], + "description": "A companion PHP library to accompany Kint (http://kint-php.github.io/kint/)", + "homepage": "https://gitlab.com/viharm/phpKhelper", + "keywords": [ + "debug", + "kint", + "php" + ], + "time": "2018-09-15T08:27:02+00:00" + }, + { + "name": "viharm/php-ldap-auth", + "version": "v2.5.1", + "source": { + "type": "git", + "url": "https://bitbucket.org/viharm/phpldapauth.git", + "reference": "3a60e626bfb63eda786dad30f09bd75fd5172cb1" + }, + "dist": { + "type": "zip", + "url": "https://bitbucket.org/viharm/phpldapauth/get/3a60e626bfb63eda786dad30f09bd75fd5172cb1.zip", + "reference": "3a60e626bfb63eda786dad30f09bd75fd5172cb1", + "shasum": "" + }, + "require": { + "mnsami/composer-custom-directory-installer": "1.1.*", + "php": ">=5.3.0", + "viharm/php-khelper": "^1.4.1" + }, + "type": "library", + "extra": { + "installer-paths": { + "./Lib/phpKhelper": [ + "viharm/php-khelper" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Viharm", + "email": "viharm@malviya.net", + "homepage": "http://viharm.malviya.net", + "role": "Developer" + } + ], + "description": "PHP library for authenticating with a directory server", + "homepage": "https://bitbucket.org/viharm/phpldapauth", + "keywords": [ + "ad", + "auth", + "ldap", + "openldap", + "php" + ], + "time": "2020-11-24T21:56:47+00:00" + }, + { + "name": "viharm/psm-ldap-auth", + "version": "v1.1.3", + "source": { + "type": "git", + "url": "https://gitlab.com/viharm/PsmLDAPauth.git", + "reference": "1addeb0403a19e457f2c622a67156f52568da308" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/viharm%2FPsmLDAPauth/repository/archive.zip?sha=1addeb0403a19e457f2c622a67156f52568da308", + "reference": "1addeb0403a19e457f2c622a67156f52568da308", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "viharm/php-db-auth": "^2.6.0", + "viharm/php-ldap-auth": "^2.4.0" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-only" + ], + "authors": [ + { + "name": "Viharm", + "email": "viharm@malviya.net", + "homepage": "http://viharm.malviya.net", + "role": "Developer" + } + ], + "description": "Module for authenticating PHP Server Monitor users against a directory", + "homepage": "https://gitlab.com/viharm/PsmLDAPauth", + "keywords": [ + "ad", + "auth", + "ldap", + "openldap", + "php", + "php server monitor", + "psm" + ], + "time": "2020-11-24T22:57:57+00:00" } ], "packages-dev": [],