Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer/composer.lock')
-rw-r--r--composer/composer.lock57
1 files changed, 57 insertions, 0 deletions
diff --git a/composer/composer.lock b/composer/composer.lock
new file mode 100644
index 0000000..7359e65
--- /dev/null
+++ b/composer/composer.lock
@@ -0,0 +1,57 @@
+{
+ "_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": "30bac8230c691b2aa3c666987235b4c9",
+ "packages": [
+ {
+ "name": "daita/my-small-php-tools",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/daita/my-small-php-tools.git",
+ "reference": "4e602526c3afbba7255ae4764037562075ef030f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/4e602526c3afbba7255ae4764037562075ef030f",
+ "reference": "4e602526c3afbba7255ae4764037562075ef030f",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "daita\\MySmallPhpTools\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "AGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Maxence Lange",
+ "email": "maxence@artificial-owl.com"
+ }
+ ],
+ "description": "My small PHP Tools",
+ "time": "2020-08-06T13:26:28+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": {
+ "daita/my-small-php-tools": 20
+ },
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": [],
+ "plugin-api-version": "1.1.0"
+}