2015-11-03 05:13:32 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-10-06 20:18:26 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-11-03 05:13:32 +01:00
"This file is @generated automatically"
],
2021-01-28 23:40:44 +01:00
"content-hash": "aeddc826b32f4e3b68467f58a5a0fd10",
2015-11-03 05:13:32 +01:00
"packages": [
2016-12-29 20:48:40 +01:00
{
"name": "composer/ca-bundle",
2021-01-28 23:40:44 +01:00
"version": "1.2.9",
2016-12-29 20:48:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2021-01-28 23:40:44 +01:00
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
2016-12-29 20:48:40 +01:00
},
"dist": {
"type": "zip",
2021-01-28 23:40:44 +01:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
2016-12-29 20:48:40 +01:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
2020-10-06 20:18:26 +02:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2016-12-29 20:48:40 +01:00
},
"require-dev": {
2021-01-28 23:40:44 +01:00
"phpstan/phpstan": "^0.12.55",
2016-12-29 20:48:40 +01:00
"psr/log": "^1.0",
2021-01-28 23:40:44 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5",
2020-10-06 20:18:26 +02:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2016-12-29 20:48:40 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-28 23:40:44 +01:00
"dev-main": "1.x-dev"
2016-12-29 20:48:40 +01:00
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2020-10-06 20:18:26 +02:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-01-28 23:40:44 +01:00
"time": "2021-01-12T12:10:35+00:00"
2016-12-29 20:48:40 +01:00
},
2015-11-03 05:13:32 +01:00
{
"name": "danielstjules/stringy",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/danielstjules/Stringy.git",
"reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
"reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Stringy\\": "src/"
},
"files": [
"src/Create.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com"
}
],
"description": "A string manipulation library with multibyte support",
"homepage": "https://github.com/danielstjules/Stringy",
"keywords": [
"UTF",
"helpers",
"manipulation",
"methods",
"multibyte",
"string",
"utf-8",
"utility",
"utils"
],
2016-12-29 20:48:40 +01:00
"time": "2015-07-23T00:54:12+00:00"
2015-11-03 05:13:32 +01:00
},
2021-01-28 23:40:44 +01:00
{
"name": "doctrine/annotations",
"version": "1.11.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/cache": "1.*",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2020-10-26T10:28:16+00:00"
},
2017-02-08 01:58:17 +01:00
{
"name": "doctrine/cache",
2020-10-06 20:18:26 +02:00
"version": "1.10.2",
2017-02-08 01:58:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-10-06 20:18:26 +02:00
"reference": "13e3381b25847283a91948d04640543941309727"
2017-02-08 01:58:17 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
2017-02-08 01:58:17 +01:00
"shasum": ""
},
"require": {
2020-10-06 20:18:26 +02:00
"php": "~7.1 || ^8.0"
2017-02-08 01:58:17 +01:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2020-10-06 20:18:26 +02:00
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2017-02-08 01:58:17 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-06 20:18:26 +02:00
"dev-master": "1.9.x-dev"
2017-02-08 01:58:17 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-10-06 20:18:26 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-02-08 01:58:17 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-10-06 20:18:26 +02:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2017-02-08 01:58:17 +01:00
"keywords": [
2020-10-06 20:18:26 +02:00
"abstraction",
"apcu",
2017-02-08 01:58:17 +01:00
"cache",
2020-10-06 20:18:26 +02:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2017-02-08 01:58:17 +01:00
],
2020-10-06 20:18:26 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2020-07-07T18:54:01+00:00"
2017-02-08 01:58:17 +01:00
},
{
2021-01-28 23:40:44 +01:00
"name": "doctrine/collections",
"version": "1.6.7",
2017-02-08 01:58:17 +01:00
"source": {
"type": "git",
2021-01-28 23:40:44 +01:00
"url": "https://github.com/doctrine/collections.git",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
2017-02-08 01:58:17 +01:00
},
"dist": {
"type": "zip",
2021-01-28 23:40:44 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
2017-02-08 01:58:17 +01:00
"shasum": ""
},
"require": {
2021-01-28 23:40:44 +01:00
"php": "^7.1.3 || ^8.0"
2017-02-08 01:58:17 +01:00
},
"require-dev": {
2021-01-28 23:40:44 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.8.1"
2017-02-08 01:58:17 +01:00
},
"type": "library",
"autoload": {
2020-10-06 20:18:26 +02:00
"psr-4": {
2021-01-28 23:40:44 +01:00
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2017-02-08 01:58:17 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-10-06 20:18:26 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-02-08 01:58:17 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2020-10-06 20:18:26 +02:00
},
{
2021-01-28 23:40:44 +01:00
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2020-10-06 20:18:26 +02:00
}
2017-02-08 01:58:17 +01:00
],
2021-01-28 23:40:44 +01:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"time": "2020-07-27T17:53:49+00:00"
2017-02-08 01:58:17 +01:00
},
{
2021-01-28 23:40:44 +01:00
"name": "doctrine/common",
"version": "v2.7.3",
2017-02-08 01:58:17 +01:00
"source": {
"type": "git",
2021-01-28 23:40:44 +01:00
"url": "https://github.com/doctrine/common.git",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
2017-02-08 01:58:17 +01:00
},
"dist": {
"type": "zip",
2021-01-28 23:40:44 +01:00
"url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
2017-02-08 01:58:17 +01:00
"shasum": ""
},
"require": {
2021-01-28 23:40:44 +01:00
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"php": "~5.6|~7.0"
2017-02-08 01:58:17 +01:00
},
"require-dev": {
2021-01-28 23:40:44 +01:00
"phpunit/phpunit": "^5.4.6"
2017-02-08 01:58:17 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-28 23:40:44 +01:00
"dev-master": "2.7.x-dev"
2017-02-08 01:58:17 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
2021-01-28 23:40:44 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-02-08 01:58:17 +01:00
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2021-01-28 23:40:44 +01:00
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
2017-02-08 01:58:17 +01:00
"keywords": [
2021-01-28 23:40:44 +01:00
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
2017-02-08 01:58:17 +01:00
],
2021-01-28 23:40:44 +01:00
"time": "2017-07-22T08:35:12+00:00"
},
{
"name": "doctrine/dbal",
"version": "v2.5.11",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
"reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
"shasum": ""
},
"require": {
"doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"symfony/console": "2.*||^3.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-02-08 01:58:17 +01:00
{
2021-01-28 23:40:44 +01:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2017-02-08 01:58:17 +01:00
},
{
2021-01-28 23:40:44 +01:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2017-02-08 01:58:17 +01:00
},
{
2021-01-28 23:40:44 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2017-02-08 01:58:17 +01:00
}
],
2021-01-28 23:40:44 +01:00
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
"time": "2017-02-04T21:20:13+00:00"
2017-02-08 01:58:17 +01:00
},
2015-11-03 05:13:32 +01:00
{
"name": "doctrine/inflector",
2020-10-06 20:18:26 +02:00
"version": "1.4.3",
2015-11-03 05:13:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-10-06 20:18:26 +02:00
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2015-11-03 05:13:32 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
2015-11-03 05:13:32 +01:00
"shasum": ""
},
"require": {
2020-10-06 20:18:26 +02:00
"php": "^7.2 || ^8.0"
2015-11-03 05:13:32 +01:00
},
"require-dev": {
2020-10-06 20:18:26 +02:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2015-11-03 05:13:32 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-06 20:18:26 +02:00
"dev-master": "2.0.x-dev"
2015-11-03 05:13:32 +01:00
}
},
"autoload": {
2020-10-06 20:18:26 +02:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2015-11-03 05:13:32 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-10-06 20:18:26 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2015-11-03 05:13:32 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-10-06 20:18:26 +02:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2015-11-03 05:13:32 +01:00
"keywords": [
"inflection",
2020-10-06 20:18:26 +02:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2017-02-08 01:58:17 +01:00
],
2020-10-06 20:18:26 +02:00
"funding": [
2017-02-08 01:58:17 +01:00
{
2020-10-06 20:18:26 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
2017-02-08 01:58:17 +01:00
},
{
2020-10-06 20:18:26 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2017-02-08 01:58:17 +01:00
},
{
2020-10-06 20:18:26 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
2017-02-08 01:58:17 +01:00
}
],
2020-10-06 20:18:26 +02:00
"time": "2020-05-29T07:19:59+00:00"
2016-12-29 20:48:40 +01:00
},
2021-01-28 23:40:44 +01:00
{
"name": "doctrine/lexer",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00"
},
2016-12-29 20:48:40 +01:00
{
"name": "geoip2/geoip2",
2020-10-06 20:18:26 +02:00
"version": "v2.11.0",
2016-12-29 20:48:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git",
2020-10-06 20:18:26 +02:00
"reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7"
2016-12-29 20:48:40 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
"reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
2016-12-29 20:48:40 +01:00
"shasum": ""
},
"require": {
2020-10-06 20:18:26 +02:00
"ext-json": "*",
"maxmind-db/reader": "~1.8",
"maxmind/web-service-common": "~0.8",
"php": ">=7.2"
2016-12-29 20:48:40 +01:00
},
"require-dev": {
2020-10-06 20:18:26 +02:00
"friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "3.*"
2016-12-29 20:48:40 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"GeoIp2\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
2020-10-06 20:18:26 +02:00
"homepage": "https://www.maxmind.com/"
2016-12-29 20:48:40 +01:00
}
],
"description": "MaxMind GeoIP2 PHP API",
"homepage": "https://github.com/maxmind/GeoIP2-php",
"keywords": [
"IP",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
2020-10-06 20:18:26 +02:00
"time": "2020-10-01T18:48:34+00:00"
2016-10-01 04:10:58 +02:00
},
2017-05-17 23:08:45 +02:00
{
"name": "google/recaptcha",
2020-10-06 20:18:26 +02:00
"version": "1.2.4",
2017-05-17 23:08:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
2020-10-06 20:18:26 +02:00
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
2017-05-17 23:08:45 +02:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
2017-05-17 23:08:45 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
2020-10-06 20:18:26 +02:00
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
2017-05-17 23:08:45 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-06 20:18:26 +02:00
"dev-master": "1.2.x-dev"
2017-05-17 23:08:45 +02:00
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-10-06 20:18:26 +02:00
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
2017-05-17 23:08:45 +02:00
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
2020-10-06 20:18:26 +02:00
"time": "2020-03-31T17:50:54+00:00"
2017-05-17 23:08:45 +02:00
},
2015-11-03 05:13:32 +01:00
{
"name": "illuminate/auth",
2020-10-06 20:18:26 +02:00
"version": "v5.1.41",
2015-11-03 05:13:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/auth.git",
2020-10-06 20:18:26 +02:00
"reference": "50824f5fccf42070e6801b6a04bb7c6f32ed578b"
2015-11-03 05:13:32 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/illuminate/auth/zipball/50824f5fccf42070e6801b6a04bb7c6f32ed578b",
"reference": "50824f5fccf42070e6801b6a04bb7c6f32ed578b",
2015-11-03 05:13:32 +01:00
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*",
"illuminate/http": "5.1.*",
"illuminate/session": "5.1.*",
"illuminate/support": "5.1.*",
"nesbot/carbon": "~1.19",
"php": ">=5.5.9"
},
"suggest": {
"illuminate/console": "Required to use the auth:clear-resets command (5.1.*)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Auth\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "The Illuminate Auth package.",
"homepage": "http://laravel.com",
2020-10-06 20:18:26 +02:00
"time": "2016-06-06T14:03:59+00:00"
2015-11-03 05:13:32 +01:00
},
{
"name": "illuminate/broadcasting",
2020-10-06 20:18:26 +02:00
"version": "v5.1.41",
2015-11-03 05:13:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/broadcasting.git",
2020-10-06 20:18:26 +02:00
"reference": "b376365db87b1aeb6277671f0ab4bd1a687edd35"
2015-11-03 05:13:32 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/illuminate/broadcasting/zipball/b376365db87b1aeb6277671f0ab4bd1a687edd35",
"reference": "b376365db87b1aeb6277671f0ab4bd1a687edd35",
2015-11-03 05:13:32 +01:00
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*",
"illuminate/support": "5.1.*",
"php": ">=5.5.9"
},
"suggest": {
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Broadcasting\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "The Illuminate Broadcasting package.",
"homepage": "http://laravel.com",
2016-12-29 20:48:40 +01:00
"time": "2015-12-21T04:33:22+00:00"
2015-11-03 05:13:32 +01:00
},
{
"name": "illuminate/bus",
2020-10-06 20:18:26 +02:00
"version": "v5.1.41",
2015-11-03 05:13:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
2020-10-06 20:18:26 +02:00
"reference": "6637c1347dc3c57c2808705e7fe80ac733c73939"
2015-11-03 05:13:32 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/illuminate/bus/zipball/6637c1347dc3c57c2808705e7fe80ac733c73939",
"reference": "6637c1347dc3c57c2808705e7fe80ac733c73939",
2015-11-03 05:13:32 +01:00
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*",
"illuminate/pipeline": "5.1.*",
"illuminate/support": "5.1.*",
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Bus\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "The Illuminate Bus package.",
"homepage": "http://laravel.com",
2016-12-29 20:48:40 +01:00
"time": "2015-12-24T19:50:28+00:00"
2015-11-03 05:13:32 +01:00
},
{
"name": "illuminate/cache",
2020-10-06 20:18:26 +02:00
"version": "v5.1.41",
2015-11-03 05:13:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/cache.git",
2020-10-06 20:18:26 +02:00
"reference": "d499f629bdefc9d14882b423137ead66bb7f3350"
2015-11-03 05:13:32 +01:00
},
"dist": {
"type": "zip",
2020-10-06 20:18:26 +02:00
"url": "https://api.github.com/repos/illuminate/cache/zipball/d499f629bdefc9d14882b423137ead66bb7f3350",
"reference": "d499f629bdefc9d14882b423137ead66bb7f3350",
2015-11-03 05:13:32 +01:00
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*",
"illuminate/support": "5.1.*",
"nesbot/carbon": "~1.19",
"php": ">=5.5.9"
},
"suggest": {
"illuminate/database": "Required to use the database cache driver (5.1.*).",
"illuminate/filesystem": "Required to use the file cache driver (5.1.*).",
"illuminate/redis": "Required to use the redis cache driver (5.1.*)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Cache\\": ""
}
},