diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000000..4c188eef02
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,3 @@
+## Reporting a Vulnerability
+
+If you discover any security related issues, please email contact@invoiceninja.com instead of using the issue tracker.
diff --git a/app/Models/Account.php b/app/Models/Account.php
index ea97b297c9..1400f4c71d 100644
--- a/app/Models/Account.php
+++ b/app/Models/Account.php
@@ -1129,6 +1129,7 @@ class Account extends Eloquent
$currencyId = ($client && $client->currency_id) ? $client->currency_id : ($this->currency_id ?: DEFAULT_CURRENCY);
// $currencyId = ($client && $client->currency_id) ? $client->currency_id : $this->currency_id ?: DEFAULT_CURRENCY;
+
$locale = ($client && $client->language_id) ? $client->language->locale : ($this->language_id ? $this->Language->locale : DEFAULT_LOCALE);
Session::put(SESSION_CURRENCY, $currencyId);
diff --git a/app/Models/Traits/Inviteable.php b/app/Models/Traits/Inviteable.php
index 763140a0e9..a0c5ef583a 100644
--- a/app/Models/Traits/Inviteable.php
+++ b/app/Models/Traits/Inviteable.php
@@ -77,6 +77,7 @@ trait Inviteable
return $hasValue ? implode('
', $parts) : false;
// return $hasValue ? implode($parts, '
') : false;
+
}
/**
diff --git a/app/Ninja/Reports/InvoiceReport.php b/app/Ninja/Reports/InvoiceReport.php
index 1dce1b17b1..10b3d7b870 100644
--- a/app/Ninja/Reports/InvoiceReport.php
+++ b/app/Ninja/Reports/InvoiceReport.php
@@ -47,6 +47,10 @@ class InvoiceReport extends AbstractReport
public function run()
{
+ if (!Auth::user()) {
+ return;
+ }
+
$account = Auth::user()->account;
$statusIds = $this->options['status_ids'];
$exportFormat = $this->options['export_format'];
diff --git a/composer.json b/composer.json
index 28205c882f..c7cdb2babc 100644
--- a/composer.json
+++ b/composer.json
@@ -66,6 +66,38 @@
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-rackspace": "~1.0",
"league/fractal": "0.13.*",
+ "maatwebsite/excel": "~2.0",
+ "mashape/unirest-php": "^3.0.5",
+ "mpdf/mpdf": "^8.0",
+ "nesbot/carbon": "^1.26",
+ "nwidart/laravel-modules": "2.0.*",
+ "omnipay/authorizenet": "dev-solution-id as 2.5.0",
+ "omnipay/firstdata": "^2.4",
+ "patricktalmadge/bootstrapper": "5.5.x",
+ "turbo124/google2fa-laravel": "0.1.2",
+ "predis/predis": "^1.1",
+ "simshaun/recurr": "dev-master",
+ "stripe/stripe-php": "^6.40",
+ "symfony/css-selector": "~3.1",
+ "turbo124/laravel-push-notification": "2.*",
+ "webpatser/laravel-countries": "dev-master#75992ad",
+ "websight/l5-google-cloud-storage": "dev-master",
+ "wepay/php-sdk": "^0.2",
+ "wildbit/postmark-php": "^2.5",
+ "abdala/omnipay-pagseguro": "0.2",
+ "agmscode/omnipay-agms": "~1.0",
+ "andreas22/omnipay-fasapay": "1.*",
+ "bramdevries/omnipay-paymill": "^1.0",
+ "cardgate/omnipay-cardgate": "~2.0",
+ "delatbabel/omnipay-fatzebra": "dev-master",
+ "dercoder/omnipay-ecopayz": "~1.0",
+ "dercoder/omnipay-paysafecard": "dev-master",
+ "digitickets/omnipay-barclays-epdq": "~3.0",
+ "digitickets/omnipay-datacash": "~3.0",
+ "digitickets/omnipay-realex": "~5.0",
+ "fotografde/omnipay-checkoutcom": "~2.0",
+ "fruitcakestudio/omnipay-sisow": "~2.0",
+ "justinbusschau/omnipay-secpay": "~2.0",
"lokielse/omnipay-alipay": "~1.4",
"maatwebsite/excel": "dev-carbon#8b17952",
"meebio/omnipay-creditcall": "dev-master",
diff --git a/composer.lock b/composer.lock
index cd8bd99203..e69de29bb2 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,17194 +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": "79061f5d707814c6181a4ab8ccf6223e",
- "packages": [
- {
- "name": "abdala/omnipay-pagseguro",
- "version": "0.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/abdala/omnipay-pagseguro.git",
- "reference": "da53d77eccc4c0c4e24d6df825cbae4e0944f9dc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/abdala/omnipay-pagseguro/zipball/da53d77eccc4c0c4e24d6df825cbae4e0944f9dc",
- "reference": "da53d77eccc4c0c4e24d6df825cbae4e0944f9dc",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\PagSeguro\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Abdala Cerqueira",
- "email": "abdala.cerqueira@gmail.com"
- }
- ],
- "description": "PagSeguro gateway for OmniPay",
- "homepage": "https://github.com/abdala/omnipay-pagseguro",
- "keywords": [
- "PHPeste",
- "Pagseguro",
- "gateway",
- "merchant",
- "mp",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/abdala/omnipay-pagseguro/issues",
- "source": "https://github.com/abdala/omnipay-pagseguro/tree/master"
- },
- "time": "2017-02-03T14:11:08+00:00"
- },
- {
- "name": "agmscode/omnipay-agms",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/agmscode/omnipay-agms.git",
- "reference": "d6b1346013e7f34253c77289281a107bb98d2232"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/agmscode/omnipay-agms/zipball/d6b1346013e7f34253c77289281a107bb98d2232",
- "reference": "d6b1346013e7f34253c77289281a107bb98d2232",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Agms\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Maanas Royy",
- "email": "maanas@agms.com"
- }
- ],
- "description": "Agms driver for the Omnipay PHP payment processing library",
- "homepage": "http://onlinepaymentprocessing.com/",
- "keywords": [
- "AGMS",
- "avant-garde marketing solutions inc",
- "gateway",
- "merchant",
- "omnipay",
- "onlinepaymentprocessing",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "issues": "https://github.com/agmscode/omnipay-agms/issues",
- "source": "https://github.com/agmscode/omnipay-agms/tree/master"
- },
- "time": "2015-03-21T20:06:25+00:00"
- },
- {
- "name": "anahkiasen/former",
- "version": "4.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/formers/former.git",
- "reference": "c5bcd07f4d17c8da6bea413865177a4e39876379"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/formers/former/zipball/c5bcd07f4d17c8da6bea413865177a4e39876379",
- "reference": "c5bcd07f4d17c8da6bea413865177a4e39876379",
- "shasum": ""
- },
- "require": {
- "anahkiasen/html-object": "~1.4",
- "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0",
- "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0",
- "php": "^7.2|^8.0"
- },
- "require-dev": {
- "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0",
- "mockery/mockery": "^1.3",
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.1-dev"
- },
- "laravel": {
- "providers": [
- "Former\\FormerServiceProvider"
- ],
- "aliases": {
- "Former": "Former\\Facades\\Former"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Former\\": [
- "src/Former",
- "tests"
- ],
- "Laravel\\": "src/Laravel"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Maxime Fabre",
- "email": "ehtnam6@gmail.com"
- }
- ],
- "description": "A powerful form builder",
- "homepage": "http://formers.github.io/former/",
- "keywords": [
- "bootstrap",
- "form",
- "foundation",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/formers/former/issues",
- "source": "https://github.com/formers/former/tree/4.6.0"
- },
- "time": "2020-11-30T20:20:21+00:00"
- },
- {
- "name": "anahkiasen/html-object",
- "version": "1.4.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Anahkiasen/html-object.git",
- "reference": "45bb54b91112c064d3906c207259d5c8dcba798f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/45bb54b91112c064d3906c207259d5c8dcba798f",
- "reference": "45bb54b91112c064d3906c207259d5c8dcba798f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "madewithlove/php-cs-fixer-config": "^1.3",
- "phpunit/phpunit": "^4.8",
- "phpunit/phpunit-dom-assertions": "^0.1.0",
- "symfony/css-selector": "^2.6"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "HtmlObject\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Anahkiasen",
- "email": "ehtnam6@gmail.com"
- }
- ],
- "description": "A set of classes to create and manipulate HTML objects abstractions",
- "support": {
- "issues": "https://github.com/Anahkiasen/html-object/issues",
- "source": "https://github.com/Anahkiasen/html-object/tree/master"
- },
- "time": "2017-05-31T07:52:45+00:00"
- },
- {
- "name": "andreas22/omnipay-fasapay",
- "version": "v1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/andreas22/omnipay-fasapay.git",
- "reference": "127c8d6cb73e88a5a03bf60c52af4d8d19363225"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/andreas22/omnipay-fasapay/zipball/127c8d6cb73e88a5a03bf60c52af4d8d19363225",
- "reference": "127c8d6cb73e88a5a03bf60c52af4d8d19363225",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Fasapay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Andreas Christodoulou",
- "email": "ac@digitzone.net"
- }
- ],
- "description": "Fasapay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/andreas22/omnipay-fasapay",
- "keywords": [
- "fasapay",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "transfer"
- ],
- "support": {
- "issues": "https://github.com/andreas22/omnipay-fasapay/issues",
- "source": "https://github.com/andreas22/omnipay-fasapay/tree/master"
- },
- "time": "2015-03-19T21:32:19+00:00"
- },
- {
- "name": "asgrim/ofxparser",
- "version": "1.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/asgrim/ofxparser.git",
- "reference": "a7cc813eed19df612fc58bbe9fc89837ed98b3bf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/asgrim/ofxparser/zipball/a7cc813eed19df612fc58bbe9fc89837ed98b3bf",
- "reference": "a7cc813eed19df612fc58bbe9fc89837ed98b3bf",
- "shasum": ""
- },
- "require": {
- "php": "~5.6|~7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~5.5",
- "squizlabs/php_codesniffer": "~2.6"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "OfxParser": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guillaume Bailleul",
- "email": "contact@guillaume-bailleul.fr",
- "homepage": "http://www.guillaume-bailleul.fr"
- },
- {
- "name": "James Titcumb",
- "email": "hello@jamestitcumb.com",
- "homepage": "http://www.jamestitcumb.com/"
- },
- {
- "name": "Oliver Lowe",
- "email": "mrtriangle@gmail.com"
- }
- ],
- "description": "Simple OFX file parser",
- "keywords": [
- "finance",
- "ofx",
- "open financial exchange",
- "parser"
- ],
- "support": {
- "issues": "https://github.com/asgrim/ofxparser/issues",
- "source": "https://github.com/asgrim/ofxparser/tree/master"
- },
- "abandoned": true,
- "time": "2018-10-29T10:10:13+00:00"
- },
- {
- "name": "asm89/stack-cors",
- "version": "1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/asm89/stack-cors.git",
- "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
- "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.9",
- "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
- "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.0 || ^4.8.10",
- "squizlabs/php_codesniffer": "^2.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Asm89\\Stack\\": "src/Asm89/Stack/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Alexander",
- "email": "iam.asm89@gmail.com"
- }
- ],
- "description": "Cross-origin resource sharing library and stack middleware",
- "homepage": "https://github.com/asm89/stack-cors",
- "keywords": [
- "cors",
- "stack"
- ],
- "support": {
- "issues": "https://github.com/asm89/stack-cors/issues",
- "source": "https://github.com/asm89/stack-cors/tree/1.3.0"
- },
- "time": "2019-12-24T22:41:47+00:00"
- },
- {
- "name": "aws/aws-crt-php",
- "version": "v1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/awslabs/aws-crt-php.git",
- "reference": "3942776a8c99209908ee0b287746263725685732"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
- "reference": "3942776a8c99209908ee0b287746263725685732",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35|^5.4.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "AWS SDK Common Runtime Team",
- "email": "aws-sdk-common-runtime@amazon.com"
- }
- ],
- "description": "AWS Common Runtime for PHP",
- "homepage": "http://aws.amazon.com/sdkforphp",
- "keywords": [
- "amazon",
- "aws",
- "crt",
- "sdk"
- ],
- "support": {
- "issues": "https://github.com/awslabs/aws-crt-php/issues",
- "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
- },
- "time": "2021-09-03T22:57:30+00:00"
- },
- {
- "name": "aws/aws-sdk-php",
- "version": "3.198.7",
- "source": {
- "type": "git",
- "url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc",
- "reference": "40197a954c9f49557a1b0d49e2a9bd6f7bf6adfc",
- "shasum": ""
- },
- "require": {
- "aws/aws-crt-php": "^1.0.2",
- "ext-json": "*",
- "ext-pcre": "*",
- "ext-simplexml": "*",
- "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
- "guzzlehttp/promises": "^1.4.0",
- "guzzlehttp/psr7": "^1.7.0",
- "mtdowling/jmespath.php": "^2.6",
- "php": ">=5.5"
- },
- "require-dev": {
- "andrewsville/php-token-reflection": "^1.4",
- "aws/aws-php-sns-message-validator": "~1.0",
- "behat/behat": "~3.0",
- "doctrine/cache": "~1.4",
- "ext-dom": "*",
- "ext-openssl": "*",
- "ext-pcntl": "*",
- "ext-sockets": "*",
- "nette/neon": "^2.3",
- "paragonie/random_compat": ">= 2",
- "phpunit/phpunit": "^4.8.35|^5.4.3",
- "psr/cache": "^1.0",
- "psr/simple-cache": "^1.0",
- "sebastian/comparator": "^1.2.3"
- },
- "suggest": {
- "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
- "doctrine/cache": "To use the DoctrineCacheAdapter",
- "ext-curl": "To send requests using cURL",
- "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
- "ext-sockets": "To use client-side monitoring"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Aws\\": "src/"
- },
- "files": [
- "src/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Amazon Web Services",
- "homepage": "http://aws.amazon.com"
- }
- ],
- "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
- "homepage": "http://aws.amazon.com/sdkforphp",
- "keywords": [
- "amazon",
- "aws",
- "cloud",
- "dynamodb",
- "ec2",
- "glacier",
- "s3",
- "sdk"
- ],
- "support": {
- "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
- "issues": "https://github.com/aws/aws-sdk-php/issues",
- "source": "https://github.com/aws/aws-sdk-php/tree/3.198.7"
- },
- "time": "2021-10-18T18:17:12+00:00"
- },
- {
- "name": "bacon/bacon-qr-code",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Bacon/BaconQrCode.git",
- "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
- "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
- "shasum": ""
- },
- "require": {
- "ext-iconv": "*",
- "php": "^5.4|^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8"
- },
- "suggest": {
- "ext-gd": "to generate QR code images"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "BaconQrCode": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Ben Scholzen 'DASPRiD'",
- "email": "mail@dasprids.de",
- "homepage": "http://www.dasprids.de",
- "role": "Developer"
- }
- ],
- "description": "BaconQrCode is a QR code generator for PHP.",
- "homepage": "https://github.com/Bacon/BaconQrCode",
- "support": {
- "issues": "https://github.com/Bacon/BaconQrCode/issues",
- "source": "https://github.com/Bacon/BaconQrCode/tree/master"
- },
- "time": "2017-10-17T09:59:25+00:00"
- },
- {
- "name": "barracudanetworks/archivestream-php",
- "version": "1.0.8",
- "source": {
- "type": "git",
- "url": "https://github.com/barracudanetworks/ArchiveStream-php.git",
- "reference": "c66e749de07df3e3c8556c0c67fa59729f134e1a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barracudanetworks/ArchiveStream-php/zipball/c66e749de07df3e3c8556c0c67fa59729f134e1a",
- "reference": "c66e749de07df3e3c8556c0c67fa59729f134e1a",
- "shasum": ""
- },
- "require": {
- "ext-gmp": "*",
- "ext-mbstring": "*",
- "php": ">=5.1.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Barracuda\\ArchiveStream\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.",
- "homepage": "https://github.com/barracudanetworks/ArchiveStream-php",
- "keywords": [
- "archive",
- "php",
- "stream",
- "tar",
- "zip"
- ],
- "support": {
- "issues": "https://github.com/barracudanetworks/ArchiveStream-php/issues",
- "source": "https://github.com/barracudanetworks/ArchiveStream-php/tree/master"
- },
- "time": "2020-05-21T14:51:27+00:00"
- },
- {
- "name": "barryvdh/laravel-cors",
- "version": "v1.0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/fruitcake/laravel-cors.git",
- "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6",
- "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6",
- "shasum": ""
- },
- "require": {
- "asm89/stack-cors": "^1.3",
- "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
- "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
- "php": ">=7",
- "symfony/http-foundation": "^3.3|^4.0|^5.0",
- "symfony/http-kernel": "^3.3|^4.0|^5.0"
- },
- "require-dev": {
- "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
- "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
- "phpro/grumphp": "^0.16|^0.17",
- "phpunit/phpunit": "^6.0|^7.0|^8.0",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- },
- "laravel": {
- "providers": [
- "Fruitcake\\Cors\\CorsServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Fruitcake\\Cors\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fruitcake",
- "homepage": "https://fruitcake.nl"
- },
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- }
- ],
- "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
- "keywords": [
- "api",
- "cors",
- "crossdomain",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/fruitcake/laravel-cors/issues",
- "source": "https://github.com/fruitcake/laravel-cors/tree/1.0"
- },
- "funding": [
- {
- "url": "https://github.com/barryvdh",
- "type": "github"
- }
- ],
- "time": "2020-04-28T08:47:37+00:00"
- },
- {
- "name": "barryvdh/laravel-debugbar",
- "version": "v3.6.3",
- "source": {
- "type": "git",
- "url": "https://github.com/barryvdh/laravel-debugbar.git",
- "reference": "fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f",
- "reference": "fc69fd6293e4e9d0f0181bb56219e9b3b3c4dd1f",
- "shasum": ""
- },
- "require": {
- "illuminate/routing": "^6|^7|^8",
- "illuminate/session": "^6|^7|^8",
- "illuminate/support": "^6|^7|^8",
- "maximebf/debugbar": "^1.16.3",
- "php": ">=7.2",
- "symfony/debug": "^4.3|^5",
- "symfony/finder": "^4.3|^5"
- },
- "require-dev": {
- "mockery/mockery": "^1.3.3",
- "orchestra/testbench-dusk": "^4|^5|^6",
- "phpunit/phpunit": "^8.5|^9.0",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.5-dev"
- },
- "laravel": {
- "providers": [
- "Barryvdh\\Debugbar\\ServiceProvider"
- ],
- "aliases": {
- "Debugbar": "Barryvdh\\Debugbar\\Facade"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Barryvdh\\Debugbar\\": "src/"
- },
- "files": [
- "src/helpers.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- }
- ],
- "description": "PHP Debugbar integration for Laravel",
- "keywords": [
- "debug",
- "debugbar",
- "laravel",
- "profiler",
- "webprofiler"
- ],
- "support": {
- "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
- "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.3"
- },
- "funding": [
- {
- "url": "https://fruitcake.nl",
- "type": "custom"
- },
- {
- "url": "https://github.com/barryvdh",
- "type": "github"
- }
- ],
- "time": "2021-09-22T12:28:00+00:00"
- },
- {
- "name": "barryvdh/laravel-ide-helper",
- "version": "v2.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/barryvdh/laravel-ide-helper.git",
- "reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5515cabea39b9cf55f98980d0f269dc9d85cfcca",
- "reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca",
- "shasum": ""
- },
- "require": {
- "barryvdh/reflection-docblock": "^2.0.6",
- "composer/composer": "^1.6 || ^2",
- "doctrine/dbal": "~2.3",
- "ext-json": "*",
- "illuminate/console": "^6 || ^7 || ^8",
- "illuminate/filesystem": "^6 || ^7 || ^8",
- "illuminate/support": "^6 || ^7 || ^8",
- "php": ">=7.2",
- "phpdocumentor/type-resolver": "^1.1.0"
- },
- "require-dev": {
- "ext-pdo_sqlite": "*",
- "friendsofphp/php-cs-fixer": "^2",
- "illuminate/config": "^6 || ^7 || ^8",
- "illuminate/view": "^6 || ^7 || ^8",
- "mockery/mockery": "^1.3.3",
- "orchestra/testbench": "^4 || ^5 || ^6",
- "phpunit/phpunit": "^8.5 || ^9",
- "spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3 || ^4",
- "vimeo/psalm": "^3.12"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- },
- "laravel": {
- "providers": [
- "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Barryvdh\\LaravelIdeHelper\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- }
- ],
- "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
- "keywords": [
- "autocomplete",
- "codeintel",
- "helper",
- "ide",
- "laravel",
- "netbeans",
- "phpdoc",
- "phpstorm",
- "sublime"
- ],
- "support": {
- "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
- "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.8.2"
- },
- "funding": [
- {
- "url": "https://github.com/barryvdh",
- "type": "github"
- }
- ],
- "time": "2020-12-06T08:55:05+00:00"
- },
- {
- "name": "barryvdh/reflection-docblock",
- "version": "v2.0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
- "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
- "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0,<4.5"
- },
- "suggest": {
- "dflydev/markdown": "~1.0",
- "erusev/parsedown": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Barryvdh": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "mike.vanriel@naenius.com"
- }
- ],
- "support": {
- "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6"
- },
- "time": "2018-12-13T10:34:14+00:00"
- },
- {
- "name": "braintree/braintree_php",
- "version": "3.40.0",
- "source": {
- "type": "git",
- "url": "https://github.com/braintree/braintree_php.git",
- "reference": "840fc6ebf8d96756fed475cce94565fef178187d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/braintree/braintree_php/zipball/840fc6ebf8d96756fed475cce94565fef178187d",
- "reference": "840fc6ebf8d96756fed475cce94565fef178187d",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "ext-dom": "*",
- "ext-hash": "*",
- "ext-openssl": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Braintree": "lib/"
- },
- "psr-4": {
- "Braintree\\": "lib/Braintree"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Braintree",
- "homepage": "https://www.braintreepayments.com"
- }
- ],
- "description": "Braintree PHP Client Library",
- "support": {
- "issues": "https://github.com/braintree/braintree_php/issues",
- "source": "https://github.com/braintree/braintree_php/tree/3.40.0"
- },
- "time": "2019-03-28T23:16:53+00:00"
- },
- {
- "name": "bramdevries/omnipay-paymill",
- "version": "1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/bramdevries/omnipay-paymill.git",
- "reference": "df264a980b4b6005899f659d55b24d5c125d7e2e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/bramdevries/omnipay-paymill/zipball/df264a980b4b6005899f659d55b24d5c125d7e2e",
- "reference": "df264a980b4b6005899f659d55b24d5c125d7e2e",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\Paymill\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "authors": [
- {
- "name": "Bram Devries",
- "email": "bramdevries93@gmail.com"
- }
- ],
- "description": "Paymill driver for the Omnipay payment processing library",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "paymill"
- ],
- "support": {
- "issues": "https://github.com/bramdevries/omnipay-paymill/issues",
- "source": "https://github.com/bramdevries/omnipay-paymill/tree/1.0.2"
- },
- "time": "2014-12-14T17:00:43+00:00"
- },
- {
- "name": "cardgate/omnipay-cardgate",
- "version": "v2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/cardgate/omnipay-cardgate.git",
- "reference": "7b040a2aaefcfffdc2cfd8ddaeb9dc918eb3669a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cardgate/omnipay-cardgate/zipball/7b040a2aaefcfffdc2cfd8ddaeb9dc918eb3669a",
- "reference": "7b040a2aaefcfffdc2cfd8ddaeb9dc918eb3669a",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.3"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Cardgate\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CardGate",
- "email": "tech@cardgate.com"
- },
- {
- "name": "Cardgate",
- "homepage": "https://cardgate.com"
- }
- ],
- "description": "Cardgate gateway for the Omnipay payment processing library",
- "keywords": [
- "cardgate",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/cardgate/omnipay-cardgate/issues",
- "source": "https://github.com/cardgate/omnipay-cardgate/tree/v2.0.1"
- },
- "time": "2018-05-30T08:53:51+00:00"
- },
- {
- "name": "cerdic/css-tidy",
- "version": "v1.7.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Cerdic/CSSTidy.git",
- "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/919411b2c16ab985f7c61e0d9bb6c35d080f6cf6",
- "reference": "919411b2c16ab985f7c61e0d9bb6c35d080f6cf6",
- "shasum": ""
- },
- "require": {
- "php": "^5.4.0 || ^7"
- },
- "require-dev": {
- "pear/text_diff": "^1.2",
- "simpletest/simpletest": "^1.1"
- },
- "bin": [
- "bin/pcsstidy"
- ],
- "type": "library",
- "autoload": {
- "classmap": [
- "class.csstidy_optimise.php",
- "class.csstidy_print.php",
- "class.csstidy.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1-or-later"
- ],
- "authors": [
- {
- "name": "Cédric MORIN",
- "email": "changeme@mailinator.com"
- }
- ],
- "description": "CSSTidy is a CSS minifier",
- "support": {
- "issues": "https://github.com/Cerdic/CSSTidy/issues",
- "source": "https://github.com/Cerdic/CSSTidy/tree/v1.7.3"
- },
- "time": "2020-11-03T13:08:18+00:00"
- },
- {
- "name": "chumper/datatable",
- "version": "dev-laravel6-support",
- "source": {
- "type": "git",
- "url": "https://github.com/turbo124/chumper-datatable.git",
- "reference": "c31243d883b02f38b497c4e4d04e5a878c603c19"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/turbo124/chumper-datatable/zipball/c31243d883b02f38b497c4e4d04e5a878c603c19",
- "reference": "c31243d883b02f38b497c4e4d04e5a878c603c19",
- "shasum": ""
- },
- "require": {
- "illuminate/config": "~5.0|^6.0",
- "illuminate/support": "~5.0|^6.0",
- "illuminate/view": "~5.0|^6.0",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "mockery/mockery": "dev-master",
- "orchestra/testbench": "3.1.*",
- "phpunit/phpunit": "3.7.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Chumper\\Datatable": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Plaschke",
- "email": "github@nilsplaschke.de",
- "homepage": "http://nilsplaschke.de",
- "role": "Developer"
- }
- ],
- "description": "This is a laravel 4 package for the server and client side of datatablaes at http://datatables.net/",
- "homepage": "http://github.com/Chumper/datatable",
- "keywords": [
- "ajax",
- "datatables",
- "jquery",
- "laravel"
- ],
- "support": {
- "source": "https://github.com/turbo124/chumper-datatable/tree/laravel6-support"
- },
- "time": "2021-09-25T23:44:18+00:00"
- },
- {
- "name": "cleverit/ubl_invoice",
- "version": "v1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/CleverIT/UBL_invoice.git",
- "reference": "3a9ad41ae9039e718bee29eea9127e6f0c819c71"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/CleverIT/UBL_invoice/zipball/3a9ad41ae9039e718bee29eea9127e6f0c819c71",
- "reference": "3a9ad41ae9039e718bee29eea9127e6f0c819c71",
- "shasum": ""
- },
- "require": {
- "sabre/xml": "^1.5"
- },
- "require-dev": {
- "greenter/ubl-validator": "^2.0",
- "phpunit/phpunit": "^7.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "CleverIt\\UBL\\Invoice\\": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bram van Eijk | CleverIT",
- "email": "bram@cleverit.nl",
- "homepage": "http://www.cleverit.nl",
- "role": "Developer"
- }
- ],
- "description": "A PHP wrapper for UBL invoices",
- "homepage": "https://github.com/CleverIT/UBL_invoice",
- "keywords": [
- "clever invoice",
- "cleverit",
- "electronic invoice",
- "invoice",
- "ubl",
- "ublinvoice",
- "xml",
- "xml invoice"
- ],
- "support": {
- "issues": "https://github.com/CleverIT/UBL_invoice/issues",
- "source": "https://github.com/CleverIT/UBL_invoice/tree/v1.3.0"
- },
- "time": "2019-02-05T13:34:30+00:00"
- },
- {
- "name": "codedge/laravel-selfupdater",
- "version": "2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/codedge/laravel-selfupdater.git",
- "reference": "a5ce96bfec83531937121b469967401ca25f5d6a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/a5ce96bfec83531937121b469967401ca25f5d6a",
- "reference": "a5ce96bfec83531937121b469967401ca25f5d6a",
- "shasum": ""
- },
- "require": {
- "ext-zip": "*",
- "guzzlehttp/guzzle": "6.*",
- "laravel/framework": "^5.8|6.*",
- "php": ">=7.2"
- },
- "require-dev": {
- "mockery/mockery": "^0.9.5",
- "orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",
- "phpunit/phpunit": "^7.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Codedge\\Updater\\UpdaterServiceProvider"
- ],
- "aliases": {
- "Updater": "Codedge\\Updater\\UpdaterFacade"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Codedge\\Updater\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Holger Lösken",
- "email": "holger.loesken@codedge.de",
- "homepage": "http://codedge.de",
- "role": "Developer"
- }
- ],
- "description": "Providing an auto-updating functionality for your self-hosted Laravel application.",
- "keywords": [
- "auto update",
- "auto-update",
- "laravel",
- "laravel application",
- "self update",
- "self-hosted laravel application",
- "self-update",
- "update"
- ],
- "support": {
- "issues": "https://github.com/codedge/laravel-selfupdater/issues",
- "source": "https://github.com/codedge/laravel-selfupdater"
- },
- "time": "2019-12-08T23:02:03+00:00"
- },
- {
- "name": "collizo4sky/omnipay-wepay",
- "version": "dev-address-fix",
- "source": {
- "type": "git",
- "url": "https://github.com/hillelcoren/omnipay-wepay.git",
- "reference": "942f3e0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hillelcoren/omnipay-wepay/zipball/942f3e0",
- "reference": "942f3e0",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.3"
- },
- "require-dev": {
- "omnipay/tests": "~2.0",
- "satooshi/php-coveralls": "1.*"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\WePay\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "description": "WePay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/collizo4sky/omnipay-wepay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "wepay"
- ],
- "support": {
- "source": "https://github.com/hillelcoren/omnipay-wepay/tree/address-fix"
- },
- "time": "2017-10-18T16:31:00+00:00"
- },
- {
- "name": "composer/ca-bundle",
- "version": "1.2.11",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/ca-bundle.git",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
- "shasum": ""
- },
- "require": {
- "ext-openssl": "*",
- "ext-pcre": "*",
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpstan/phpstan": "^0.12.55",
- "psr/log": "^1.0",
- "symfony/phpunit-bridge": "^4.2 || ^5",
- "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- }
- },
- "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"
- ],
- "support": {
- "irc": "irc://irc.freenode.org/composer",
- "issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.2.11"
- },
- "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"
- }
- ],
- "time": "2021-09-25T20:32:43+00:00"
- },
- {
- "name": "composer/composer",
- "version": "2.1.9",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/composer.git",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/e558c88f28d102d497adec4852802c0dc14c7077",
- "reference": "e558c88f28d102d497adec4852802c0dc14c7077",
- "shasum": ""
- },
- "require": {
- "composer/ca-bundle": "^1.0",
- "composer/metadata-minifier": "^1.0",
- "composer/semver": "^3.0",
- "composer/spdx-licenses": "^1.2",
- "composer/xdebug-handler": "^2.0",
- "justinrainbow/json-schema": "^5.2.11",
- "php": "^5.3.2 || ^7.0 || ^8.0",
- "psr/log": "^1.0",
- "react/promise": "^1.2 || ^2.7",
- "seld/jsonlint": "^1.4",
- "seld/phar-utils": "^1.0",
- "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
- "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.10",
- "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
- },
- "suggest": {
- "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
- "ext-zip": "Enabling the zip extension allows you to unzip archives",
- "ext-zlib": "Allow gzip compression of HTTP requests"
- },
- "bin": [
- "bin/composer"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\": "src/Composer"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "https://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
- }
- ],
- "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
- "homepage": "https://getcomposer.org/",
- "keywords": [
- "autoload",
- "dependency",
- "package"
- ],
- "support": {
- "irc": "ircs://irc.libera.chat:6697/composer",
- "issues": "https://github.com/composer/composer/issues",
- "source": "https://github.com/composer/composer/tree/2.1.9"
- },
- "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"
- }
- ],
- "time": "2021-10-05T07:47:38+00:00"
- },
- {
- "name": "composer/metadata-minifier",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/metadata-minifier.git",
- "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
- "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "composer/composer": "^2",
- "phpstan/phpstan": "^0.12.55",
- "symfony/phpunit-bridge": "^4.2 || ^5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\MetadataMinifier\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Small utility library that handles metadata minification and expansion.",
- "keywords": [
- "composer",
- "compression"
- ],
- "support": {
- "issues": "https://github.com/composer/metadata-minifier/issues",
- "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
- },
- "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"
- }
- ],
- "time": "2021-04-07T13:37:33+00:00"
- },
- {
- "name": "composer/semver",
- "version": "3.2.5",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/semver.git",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
- "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpstan/phpstan": "^0.12.54",
- "symfony/phpunit-bridge": "^4.2 || ^5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Semver\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- },
- {
- "name": "Rob Bast",
- "email": "rob.bast@gmail.com",
- "homepage": "http://robbast.nl"
- }
- ],
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
- "keywords": [
- "semantic",
- "semver",
- "validation",
- "versioning"
- ],
- "support": {
- "irc": "irc://irc.freenode.org/composer",
- "issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.2.5"
- },
- "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"
- }
- ],
- "time": "2021-05-24T12:41:47+00:00"
- },
- {
- "name": "composer/spdx-licenses",
- "version": "1.5.5",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/spdx-licenses.git",
- "reference": "de30328a7af8680efdc03e396aad24befd513200"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
- "reference": "de30328a7af8680efdc03e396aad24befd513200",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Spdx\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- },
- {
- "name": "Rob Bast",
- "email": "rob.bast@gmail.com",
- "homepage": "http://robbast.nl"
- }
- ],
- "description": "SPDX licenses list and validation library.",
- "keywords": [
- "license",
- "spdx",
- "validator"
- ],
- "support": {
- "irc": "irc://irc.freenode.org/composer",
- "issues": "https://github.com/composer/spdx-licenses/issues",
- "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
- },
- "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"
- }
- ],
- "time": "2020-12-03T16:04:16+00:00"
- },
- {
- "name": "composer/xdebug-handler",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/composer/xdebug-handler.git",
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
- "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0",
- "psr/log": "^1 || ^2 || ^3"
- },
- "require-dev": {
- "phpstan/phpstan": "^0.12.55",
- "symfony/phpunit-bridge": "^4.2 || ^5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Composer\\XdebugHandler\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "John Stevenson",
- "email": "john-stevenson@blueyonder.co.uk"
- }
- ],
- "description": "Restarts a process without Xdebug.",
- "keywords": [
- "Xdebug",
- "performance"
- ],
- "support": {
- "irc": "irc://irc.freenode.org/composer",
- "issues": "https://github.com/composer/xdebug-handler/issues",
- "source": "https://github.com/composer/xdebug-handler/tree/2.0.2"
- },
- "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"
- }
- ],
- "time": "2021-07-31T17:03:58+00:00"
- },
- {
- "name": "container-interop/container-interop",
- "version": "1.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/container-interop/container-interop.git",
- "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
- "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
- "shasum": ""
- },
- "require": {
- "psr/container": "^1.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Interop\\Container\\": "src/Interop/Container/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
- "homepage": "https://github.com/container-interop/container-interop",
- "support": {
- "issues": "https://github.com/container-interop/container-interop/issues",
- "source": "https://github.com/container-interop/container-interop/tree/master"
- },
- "abandoned": "psr/container",
- "time": "2017-02-14T19:40:03+00:00"
- },
- {
- "name": "delatbabel/omnipay-fatzebra",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/delatbabel/omnipay-fatzebra.git",
- "reference": "e78ac21ed624e23e69efb61dd50b62fbe407d51e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/delatbabel/omnipay-fatzebra/zipball/e78ac21ed624e23e69efb61dd50b62fbe407d51e",
- "reference": "e78ac21ed624e23e69efb61dd50b62fbe407d51e",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "apigen/apigen": "^4.1",
- "nette/utils": "~2.3.0",
- "omnipay/dummy": "dev-master",
- "omnipay/tests": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Fatzebra\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Del",
- "email": "del@babel.com.au"
- }
- ],
- "description": "Fatzebra / Paystream (Australia) driver for the Omnipay payment processing library",
- "homepage": "https://github.com/delatbabel/omnipay-fatzebra",
- "keywords": [
- "australia",
- "fatzebra",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "paystream"
- ],
- "support": {
- "issues": "https://github.com/delatbabel/omnipay-fatzebra/issues",
- "source": "https://github.com/delatbabel/omnipay-fatzebra/tree/master"
- },
- "time": "2017-06-09T10:33:34+00:00"
- },
- {
- "name": "dercoder/omnipay-ecopayz",
- "version": "v1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/dercoder/omnipay-ecopayz.git",
- "reference": "825e937e1b057e25cba4067e048bf5bc0a60a836"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dercoder/omnipay-ecopayz/zipball/825e937e1b057e25cba4067e048bf5bc0a60a836",
- "reference": "825e937e1b057e25cba4067e048bf5bc0a60a836",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.3"
- },
- "require-dev": {
- "omnipay/tests": "~2.0",
- "satooshi/php-coveralls": "1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Omnipay\\Ecopayz\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Ecopayz driver for the Omnipay payment processing library",
- "homepage": "https://github.com/dercoder/omnipay-ecopayz",
- "keywords": [
- "ecopayz",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/dercoder/omnipay-ecopayz/issues",
- "source": "https://github.com/dercoder/omnipay-ecopayz/tree/master"
- },
- "time": "2016-09-15T16:18:21+00:00"
- },
- {
- "name": "dercoder/omnipay-paysafecard",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/dercoder/omnipay-paysafecard.git",
- "reference": "9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dercoder/omnipay-paysafecard/zipball/9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8",
- "reference": "9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8",
- "shasum": ""
- },
- "require": {
- "league/url": "~3.0",
- "omnipay/common": "~2.3"
- },
- "require-dev": {
- "omnipay/tests": "~2.0",
- "satooshi/php-coveralls": "~1.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Paysafecard\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Alexander Fedra",
- "email": "alexander.fedra@gmail.com"
- }
- ],
- "description": "Paysafecard driver for the Omnipay payment processing library",
- "homepage": "https://github.com/dercoder/omnipay-paysafecard",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "paysafecard"
- ],
- "support": {
- "issues": "https://github.com/dercoder/omnipay-paysafecard/issues",
- "source": "https://github.com/dercoder/omnipay-paysafecard/tree/v1.0.0"
- },
- "time": "2016-06-21T10:42:41+00:00"
- },
- {
- "name": "digitickets/omnipay-barclays-epdq",
- "version": "3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/digitickets/omnipay-barclays-epdq.git",
- "reference": "34d1dcac8325d206b7da8878aea1993083781a6c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/digitickets/omnipay-barclays-epdq/zipball/34d1dcac8325d206b7da8878aea1993083781a6c",
- "reference": "34d1dcac8325d206b7da8878aea1993083781a6c",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Omnipay\\BarclaysEpdq\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Sam Vaughton",
- "email": "samvaughton@gmail.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/samvaughton/omnipay-barclays-epdq/graphs/contributors"
- }
- ],
- "description": "Barclays ePDQ driver for the Omnipay payment processing library.",
- "homepage": "https://github.com/digitickets/omnipay-barclays-epdq",
- "keywords": [
- "barclays",
- "epdq",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/digitickets/omnipay-barclays-epdq/issues",
- "source": "https://github.com/digitickets/omnipay-barclays-epdq/tree/master"
- },
- "time": "2016-11-17T14:04:17+00:00"
- },
- {
- "name": "digitickets/omnipay-datacash",
- "version": "v3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/digitickets/omnipay-datacash.git",
- "reference": "5707ebfc0bfd95658347a93969f567e33ac6e0a6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/digitickets/omnipay-datacash/zipball/5707ebfc0bfd95658347a93969f567e33ac6e0a6",
- "reference": "5707ebfc0bfd95658347a93969f567e33ac6e0a6",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "2.*"
- },
- "require-dev": {
- "guzzle/plugin-mock": "~3.1",
- "mockery/mockery": "~0.8",
- "omnipay/tests": "2.*",
- "phpunit/phpunit": "~3.7.16",
- "squizlabs/php_codesniffer": "~1.4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Omnipay\\DataCash\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Andrew Coates",
- "email": "andycoatz@gmail.com"
- }
- ],
- "description": "DataCash driver for the Omnipay payment processing library",
- "homepage": "https://github.com/digitickets/omnipay-datacash",
- "keywords": [
- "datacash",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/digitickets/omnipay-datacash/issues",
- "source": "https://github.com/digitickets/omnipay-datacash/tree/master"
- },
- "time": "2016-11-17T13:32:25+00:00"
- },
- {
- "name": "digitickets/omnipay-gocardlessv2",
- "version": "dev-payment-fix",
- "source": {
- "type": "git",
- "url": "https://github.com/hillelcoren/omnipay-gocardlessv2.git",
- "reference": "4eb63d8591de9a3da610c74480a7344617791235"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hillelcoren/omnipay-gocardlessv2/zipball/4eb63d8591de9a3da610c74480a7344617791235",
- "reference": "4eb63d8591de9a3da610c74480a7344617791235",
- "shasum": ""
- },
- "require": {
- "gocardless/gocardless-pro": "^1",
- "omnipay/common": "~2.0",
- "php": "^5.5|^7"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.0",
- "omnipay/tests": "~2.0",
- "satooshi/php-coveralls": "^1.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\GoCardlessV2\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Omnipay\\GoCardlessV2Tests\\": "tests/"
- }
- },
- "scripts": {
- "run-sa": [
- "vendor/bin/phpstan analyse --ansi --no-progress -c phpstan.neon -l 4 src tests"
- ],
- "run-fixer": [
- "vendor/bin/php-cs-fixer fix"
- ],
- "run-tests": [
- "vendor/bin/phpunit"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Digitickets Contributors",
- "homepage": "https://github.com/digitickets/omnipay-gocardlessv2/contributors"
- },
- {
- "name": "Kayla Daniels",
- "email": "kayladnls@gmail.com",
- "role": "Original Developer of Base Package"
- },
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com",
- "role": "Original Developer of Base Package"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-braintree/contributors",
- "role": "Original Base Package"
- }
- ],
- "description": "GoCardless gateway for Omnipay payment processing library, using the v2 GoCardless API",
- "homepage": "https://github.com/digitickets/omnipay-gocardlessv2",
- "keywords": [
- "gateway",
- "gocardless",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "source": "https://github.com/hillelcoren/omnipay-gocardlessv2/tree/payment-fix"
- },
- "time": "2017-09-07T10:13:36+00:00"
- },
- {
- "name": "digitickets/omnipay-realex",
- "version": "5.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/digitickets/omnipay-realex.git",
- "reference": "eb9d4c8f78c9360248eab901f541069e08defafd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/digitickets/omnipay-realex/zipball/eb9d4c8f78c9360248eab901f541069e08defafd",
- "reference": "eb9d4c8f78c9360248eab901f541069e08defafd",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "squizlabs/php_codesniffer": "~1.4.4"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Omnipay\\Realex\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Andrew Coates",
- "email": "andycoatz@gmail.com"
- }
- ],
- "description": "Realex driver with 3D Secure & refund support for Omnipay payment processing library",
- "homepage": "https://github.com/digitickets/omnipay-realex",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase",
- "realex"
- ],
- "support": {
- "issues": "https://github.com/digitickets/omnipay-realex/issues",
- "source": "https://github.com/digitickets/omnipay-realex/tree/5.1.0"
- },
- "time": "2017-12-19T19:14:50+00:00"
- },
- {
- "name": "dnoegel/php-xdg-base-dir",
- "version": "v0.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
- "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
- "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "require-dev": {
- "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "XdgBaseDir\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "implementation of xdg base directory specification for php",
- "support": {
- "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
- "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
- },
- "time": "2019-12-04T15:06:13+00:00"
- },
- {
- "name": "doctrine/annotations",
- "version": "1.13.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/annotations.git",
- "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
- "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
- "shasum": ""
- },
- "require": {
- "doctrine/lexer": "1.*",
- "ext-tokenizer": "*",
- "php": "^7.1 || ^8.0",
- "psr/cache": "^1 || ^2 || ^3"
- },
- "require-dev": {
- "doctrine/cache": "^1.11 || ^2.0",
- "doctrine/coding-standard": "^6.0 || ^8.1",
- "phpstan/phpstan": "^0.12.20",
- "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
- "symfony/cache": "^4.4 || ^5.2"
- },
- "type": "library",
- "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"
- ],
- "support": {
- "issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/1.13.2"
- },
- "time": "2021-08-05T19:00:23+00:00"
- },
- {
- "name": "doctrine/cache",
- "version": "1.12.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/cache.git",
- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
- "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
- "shasum": ""
- },
- "require": {
- "php": "~7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": ">2.2,<2.4"
- },
- "require-dev": {
- "alcaeus/mongo-php-adapter": "^1.1",
- "cache/integration-tests": "dev-master",
- "doctrine/coding-standard": "^8.0",
- "mongodb/mongodb": "^1.1",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "predis/predis": "~1.0",
- "psr/cache": "^1.0 || ^2.0 || ^3.0",
- "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
- "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
- },
- "suggest": {
- "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
- }
- },
- "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": "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",
- "keywords": [
- "abstraction",
- "apcu",
- "cache",
- "caching",
- "couchdb",
- "memcached",
- "php",
- "redis",
- "xcache"
- ],
- "support": {
- "issues": "https://github.com/doctrine/cache/issues",
- "source": "https://github.com/doctrine/cache/tree/1.12.1"
- },
- "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": "2021-07-17T14:39:21+00:00"
- },
- {
- "name": "doctrine/collections",
- "version": "1.6.8",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/collections.git",
- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
- "vimeo/psalm": "^4.2.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
- }
- },
- "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": "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"
- ],
- "support": {
- "issues": "https://github.com/doctrine/collections/issues",
- "source": "https://github.com/doctrine/collections/tree/1.6.8"
- },
- "time": "2021-08-10T18:51:53+00:00"
- },
- {
- "name": "doctrine/common",
- "version": "2.13.3",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/common.git",
- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
- "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.0",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/event-manager": "^1.0",
- "doctrine/inflector": "^1.0",
- "doctrine/lexer": "^1.0",
- "doctrine/persistence": "^1.3.3",
- "doctrine/reflection": "^1.0",
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^1.0",
- "phpstan/phpstan": "^0.11",
- "phpstan/phpstan-phpunit": "^0.11",
- "phpunit/phpunit": "^7.0",
- "squizlabs/php_codesniffer": "^3.0",
- "symfony/phpunit-bridge": "^4.0.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.11.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
- }
- },
- "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"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
- "homepage": "https://www.doctrine-project.org/projects/common.html",
- "keywords": [
- "common",
- "doctrine",
- "php"
- ],
- "support": {
- "issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/2.13.x"
- },
- "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%2Fcommon",
- "type": "tidelift"
- }
- ],
- "time": "2020-06-05T16:46:05+00:00"
- },
- {
- "name": "doctrine/dbal",
- "version": "v2.6.3",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/dbal.git",
- "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
- "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
- "shasum": ""
- },
- "require": {
- "doctrine/common": "^2.7.1",
- "ext-pdo": "*",
- "php": "^7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.4.6",
- "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
- "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.6.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Doctrine\\DBAL\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- }
- ],
- "description": "Database Abstraction Layer",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "database",
- "dbal",
- "persistence",
- "queryobject"
- ],
- "support": {
- "issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/v2.6.3"
- },
- "time": "2017-11-19T13:38:54+00:00"
- },
- {
- "name": "doctrine/event-manager",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/event-manager.git",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
- "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": "<2.9@dev"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
- }
- },
- "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"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
- "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
- "keywords": [
- "event",
- "event dispatcher",
- "event manager",
- "event system",
- "events"
- ],
- "support": {
- "issues": "https://github.com/doctrine/event-manager/issues",
- "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
- },
- "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%2Fevent-manager",
- "type": "tidelift"
- }
- ],
- "time": "2020-05-29T18:28:51+00:00"
- },
- {
- "name": "doctrine/inflector",
- "version": "1.4.4",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/inflector.git",
- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
- "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.0",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
- }
- },
- "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": "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",
- "keywords": [
- "inflection",
- "inflector",
- "lowercase",
- "manipulation",
- "php",
- "plural",
- "singular",
- "strings",
- "uppercase",
- "words"
- ],
- "support": {
- "issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/1.4.4"
- },
- "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%2Finflector",
- "type": "tidelift"
- }
- ],
- "time": "2021-04-16T17:34:40+00: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"
- ],
- "support": {
- "issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.1"
- },
- "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"
- },
- {
- "name": "doctrine/persistence",
- "version": "1.3.8",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/persistence.git",
- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
- "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.0",
- "doctrine/cache": "^1.0",
- "doctrine/collections": "^1.0",
- "doctrine/event-manager": "^1.0",
- "doctrine/reflection": "^1.2",
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": "<2.10@dev"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan": "^0.11",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "vimeo/psalm": "^3.11"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common",
- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
- }
- },
- "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"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
- "homepage": "https://doctrine-project.org/projects/persistence.html",
- "keywords": [
- "mapper",
- "object",
- "odm",
- "orm",
- "persistence"
- ],
- "support": {
- "issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/1.3.x"
- },
- "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%2Fpersistence",
- "type": "tidelift"
- }
- ],
- "time": "2020-06-20T12:56:16+00:00"
- },
- {
- "name": "doctrine/reflection",
- "version": "1.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/reflection.git",
- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
- "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.0",
- "ext-tokenizer": "*",
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/common": "<2.9"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0 || ^8.2.0",
- "doctrine/common": "^2.10",
- "phpstan/phpstan": "^0.11.0 || ^0.12.20",
- "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
- "phpunit/phpunit": "^7.5 || ^9.1.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
- }
- },
- "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"
- },
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com"
- }
- ],
- "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
- "homepage": "https://www.doctrine-project.org/projects/reflection.html",
- "keywords": [
- "reflection",
- "static"
- ],
- "support": {
- "issues": "https://github.com/doctrine/reflection/issues",
- "source": "https://github.com/doctrine/reflection/tree/1.2.2"
- },
- "abandoned": "roave/better-reflection",
- "time": "2020-10-27T21:46:55+00:00"
- },
- {
- "name": "dompdf/dompdf",
- "version": "v0.6.2",
- "source": {
- "type": "git",
- "url": "https://github.com/dompdf/dompdf.git",
- "reference": "cc06008f75262510ee135b8cbb14e333a309f651"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cc06008f75262510ee135b8cbb14e333a309f651",
- "reference": "cc06008f75262510ee135b8cbb14e333a309f651",
- "shasum": ""
- },
- "require": {
- "phenx/php-font-lib": "0.2.*"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "include/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Fabien Ménager",
- "email": "fabien.menager@gmail.com"
- },
- {
- "name": "Brian Sweeney",
- "email": "eclecticgeek@gmail.com"
- }
- ],
- "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
- "homepage": "https://github.com/dompdf/dompdf",
- "support": {
- "issues": "https://github.com/dompdf/dompdf/issues",
- "source": "https://github.com/dompdf/dompdf/tree/master"
- },
- "time": "2015-12-07T04:07:13+00:00"
- },
- {
- "name": "dragonmantank/cron-expression",
- "version": "v2.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/dragonmantank/cron-expression.git",
- "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
- "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
- "shasum": ""
- },
- "require": {
- "php": "^7.0|^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Cron\\": "src/Cron/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Chris Tankersley",
- "email": "chris@ctankersley.com",
- "homepage": "https://github.com/dragonmantank"
- }
- ],
- "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
- "keywords": [
- "cron",
- "schedule"
- ],
- "support": {
- "issues": "https://github.com/dragonmantank/cron-expression/issues",
- "source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1"
- },
- "funding": [
- {
- "url": "https://github.com/dragonmantank",
- "type": "github"
- }
- ],
- "time": "2020-10-13T00:52:37+00:00"
- },
- {
- "name": "egulias/email-validator",
- "version": "2.1.25",
- "source": {
- "type": "git",
- "url": "https://github.com/egulias/EmailValidator.git",
- "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
- "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
- "shasum": ""
- },
- "require": {
- "doctrine/lexer": "^1.0.1",
- "php": ">=5.5",
- "symfony/polyfill-intl-idn": "^1.10"
- },
- "require-dev": {
- "dominicsayers/isemail": "^3.0.7",
- "phpunit/phpunit": "^4.8.36|^7.5.15",
- "satooshi/php-coveralls": "^1.0.1"
- },
- "suggest": {
- "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Egulias\\EmailValidator\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Eduardo Gulias Davis"
- }
- ],
- "description": "A library for validating emails against several RFCs",
- "homepage": "https://github.com/egulias/EmailValidator",
- "keywords": [
- "email",
- "emailvalidation",
- "emailvalidator",
- "validation",
- "validator"
- ],
- "support": {
- "issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
- },
- "funding": [
- {
- "url": "https://github.com/egulias",
- "type": "github"
- }
- ],
- "time": "2020-12-29T14:50:06+00:00"
- },
- {
- "name": "ezyang/htmlpurifier",
- "version": "v4.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "require-dev": {
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "HTMLPurifier": "library/"
- },
- "files": [
- "library/HTMLPurifier.composer.php"
- ],
- "exclude-from-classmap": [
- "/library/HTMLPurifier/Language/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1-or-later"
- ],
- "authors": [
- {
- "name": "Edward Z. Yang",
- "email": "admin@htmlpurifier.org",
- "homepage": "http://ezyang.com"
- }
- ],
- "description": "Standards compliant HTML filter written in PHP",
- "homepage": "http://htmlpurifier.org/",
- "keywords": [
- "html"
- ],
- "support": {
- "issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/master"
- },
- "time": "2020-06-29T00:56:53+00:00"
- },
- {
- "name": "firebase/php-jwt",
- "version": "v5.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.8 <=9"
- },
- "suggest": {
- "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Firebase\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Neuman Vong",
- "email": "neuman+pear@twilio.com",
- "role": "Developer"
- },
- {
- "name": "Anant Narayanan",
- "email": "anant@php.net",
- "role": "Developer"
- }
- ],
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
- "homepage": "https://github.com/firebase/php-jwt",
- "keywords": [
- "jwt",
- "php"
- ],
- "support": {
- "issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
- },
- "time": "2021-06-23T19:00:23+00:00"
- },
- {
- "name": "fotografde/omnipay-checkoutcom",
- "version": "2.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/fotografde/omnipay-checkoutcom.git",
- "reference": "292de331d9f0cf185f7d58a77caef4d2d53d7935"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fotografde/omnipay-checkoutcom/zipball/292de331d9f0cf185f7d58a77caef4d2d53d7935",
- "reference": "292de331d9f0cf185f7d58a77caef4d2d53d7935",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\CheckoutCom\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Beinbrech",
- "email": "marco.beinbrech@fotograf.de"
- }
- ],
- "description": "Checkout.com driver for the Omnipay payment processing library",
- "homepage": "https://github.com/fotografde/omnipay-checkoutcom",
- "keywords": [
- "checkoutcom",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/fotografde/omnipay-checkoutcom/issues",
- "source": "https://github.com/fotografde/omnipay-checkoutcom/tree/master"
- },
- "time": "2017-09-12T15:25:57+00:00"
- },
- {
- "name": "fruitcakestudio/omnipay-sisow",
- "version": "v2.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/fruitcake/omnipay-sisow.git",
- "reference": "b0a20a4f1ee5e08f3e5b0796748a15cbe1aed1b4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fruitcake/omnipay-sisow/zipball/b0a20a4f1ee5e08f3e5b0796748a15cbe1aed1b4",
- "reference": "b0a20a4f1ee5e08f3e5b0796748a15cbe1aed1b4",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.2"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Sisow\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- },
- {
- "name": "Fruitcake Studio",
- "homepage": "http://fruitcakestudio.nl"
- }
- ],
- "description": "Sisow gateway for the Omnipay payment processing library",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "sisow"
- ],
- "support": {
- "issues": "https://github.com/fruitcake/omnipay-sisow/issues",
- "source": "https://github.com/fruitcake/omnipay-sisow/tree/v2.0.4"
- },
- "time": "2018-01-03T09:47:20+00:00"
- },
- {
- "name": "fzaninotto/faker",
- "version": "v1.9.2",
- "source": {
- "type": "git",
- "url": "https://github.com/fzaninotto/Faker.git",
- "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
- "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "ext-intl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7",
- "squizlabs/php_codesniffer": "^2.9.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.9-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Faker\\": "src/Faker/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "François Zaninotto"
- }
- ],
- "description": "Faker is a PHP library that generates fake data for you.",
- "keywords": [
- "data",
- "faker",
- "fixtures"
- ],
- "support": {
- "issues": "https://github.com/fzaninotto/Faker/issues",
- "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
- },
- "abandoned": true,
- "time": "2020-12-11T09:56:16+00:00"
- },
- {
- "name": "gocardless/gocardless-pro",
- "version": "1.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/gocardless/gocardless-pro-php.git",
- "reference": "39413c73a6a798a62c855833e85b65c8cb9b3fbf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/gocardless/gocardless-pro-php/zipball/39413c73a6a798a62c855833e85b65c8cb9b3fbf",
- "reference": "39413c73a6a798a62c855833e85b65c8cb9b3fbf",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "guzzlehttp/guzzle": "^6.0",
- "php": ">=5.5"
- },
- "require-dev": {
- "phpdocumentor/phpdocumentor": "2.*",
- "phpunit/phpunit": "4.6.*",
- "satooshi/php-coveralls": "~0.6.1",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GoCardlessPro\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "GoCardless and contributors",
- "homepage": "https://github.com/gocardless/gocardless-pro-php/contributors"
- }
- ],
- "description": "GoCardless Pro PHP Client Library",
- "homepage": "https://gocardless.com/",
- "keywords": [
- "api",
- "direct debit",
- "gocardless"
- ],
- "support": {
- "issues": "https://github.com/gocardless/gocardless-pro-php/issues",
- "source": "https://github.com/gocardless/gocardless-pro-php/tree/v1.7.0"
- },
- "time": "2018-05-22T12:28:03+00:00"
- },
- {
- "name": "google/apiclient",
- "version": "v2.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/googleapis/google-api-php-client.git",
- "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
- "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
- "shasum": ""
- },
- "require": {
- "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
- "google/apiclient-services": "~0.200",
- "google/auth": "^1.10",
- "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
- "guzzlehttp/psr7": "^1.7||^2.0.0",
- "monolog/monolog": "^1.17||^2.0",
- "php": "^5.6|^7.0|^8.0",
- "phpseclib/phpseclib": "~2.0||^3.0.2"
- },
- "require-dev": {
- "cache/filesystem-adapter": "^0.3.2|^1.1",
- "composer/composer": "^1.10.22",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
- "phpcompatibility/php-compatibility": "^9.2",
- "phpspec/prophecy-phpunit": "^1.1||^2.0",
- "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
- "squizlabs/php_codesniffer": "~2.3",
- "symfony/css-selector": "~2.1",
- "symfony/dom-crawler": "~2.1",
- "yoast/phpunit-polyfills": "^1.0"
- },
- "suggest": {
- "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Google\\": "src/"
- },
- "files": [
- "src/aliases.php"
- ],
- "classmap": [
- "src/aliases.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Client library for Google APIs",
- "homepage": "http://developers.google.com/api-client-library/php",
- "keywords": [
- "google"
- ],
- "support": {
- "issues": "https://github.com/googleapis/google-api-php-client/issues",
- "source": "https://github.com/googleapis/google-api-php-client/tree/v2.11.0"
- },
- "time": "2021-09-20T21:15:55+00:00"
- },
- {
- "name": "google/apiclient-services",
- "version": "v0.217.0",
- "source": {
- "type": "git",
- "url": "https://github.com/googleapis/google-api-php-client-services.git",
- "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ea990973edf24d959c9e9f550182a53672d5a4bc",
- "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7||^8.5.13"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Google\\Service\\": "src"
- },
- "files": [
- "autoload.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Client library for Google APIs",
- "homepage": "http://developers.google.com/api-client-library/php",
- "keywords": [
- "google"
- ],
- "support": {
- "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
- "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.217.0"
- },
- "time": "2021-10-06T11:20:29+00:00"
- },
- {
- "name": "google/auth",
- "version": "v1.18.0",
- "source": {
- "type": "git",
- "url": "https://github.com/googleapis/google-auth-library-php.git",
- "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
- "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
- "shasum": ""
- },
- "require": {
- "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
- "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
- "guzzlehttp/psr7": "^1.7|^2.0",
- "php": ">=5.4",
- "psr/cache": "^1.0|^2.0",
- "psr/http-message": "^1.0"
- },
- "require-dev": {
- "guzzlehttp/promises": "0.1.1|^1.3",
- "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
- "phpseclib/phpseclib": "^2.0.31",
- "phpunit/phpunit": "^4.8.36|^5.7",
- "sebastian/comparator": ">=1.2.3"
- },
- "suggest": {
- "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Google\\Auth\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Google Auth Library for PHP",
- "homepage": "http://github.com/google/google-auth-library-php",
- "keywords": [
- "Authentication",
- "google",
- "oauth2"
- ],
- "support": {
- "docs": "https://googleapis.github.io/google-auth-library-php/master/",
- "issues": "https://github.com/googleapis/google-auth-library-php/issues",
- "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
- },
- "time": "2021-08-24T18:03:18+00:00"
- },
- {
- "name": "google/cloud-core",
- "version": "v1.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/googleapis/google-cloud-php-core.git",
- "reference": "2cbd6d2d975611cd420df428344049fe3a20dbde"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/2cbd6d2d975611cd420df428344049fe3a20dbde",
- "reference": "2cbd6d2d975611cd420df428344049fe3a20dbde",
- "shasum": ""
- },
- "require": {
- "google/auth": "^1.18",
- "guzzlehttp/guzzle": "^5.3|^6.0|^7.0",
- "guzzlehttp/promises": "^1.3",
- "guzzlehttp/psr7": "^1.7|^2.0",
- "monolog/monolog": "^1.1|^2.0",
- "php": ">=5.5",
- "psr/http-message": "1.0.*",
- "rize/uri-template": "~0.3"
- },
- "require-dev": {
- "erusev/parsedown": "^1.6",
- "google/common-protos": "^1.0",
- "google/gax": "^1.9",
- "opis/closure": "^3",
- "phpdocumentor/reflection": "^3.0",
- "phpunit/phpunit": "^4.8|^5.0",
- "squizlabs/php_codesniffer": "2.*"
- },
- "suggest": {
- "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
- "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
- },
- "bin": [
- "bin/google-cloud-batch"
- ],
- "type": "library",
- "extra": {
- "component": {
- "id": "cloud-core",
- "target": "googleapis/google-cloud-php-core.git",
- "path": "Core",
- "entry": "src/ServiceBuilder.php"
- }
- },
- "autoload": {
- "psr-4": {
- "Google\\Cloud\\Core\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
- "support": {
- "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.43.0"
- },
- "time": "2021-09-15T00:52:58+00:00"
- },
- {
- "name": "google/cloud-storage",
- "version": "v1.25.1",
- "source": {
- "type": "git",
- "url": "https://github.com/googleapis/google-cloud-php-storage.git",
- "reference": "8367aaaa6c541fcc95ff349e8f14d9ce9f631c16"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/8367aaaa6c541fcc95ff349e8f14d9ce9f631c16",
- "reference": "8367aaaa6c541fcc95ff349e8f14d9ce9f631c16",
- "shasum": ""
- },
- "require": {
- "google/cloud-core": "^1.43",
- "google/crc32": "^0.1.0"
- },
- "require-dev": {
- "erusev/parsedown": "^1.6",
- "google/cloud-pubsub": "^1.0",
- "phpdocumentor/reflection": "^3.0",
- "phpseclib/phpseclib": "^2",
- "phpunit/phpunit": "^4.8|^5.0",
- "squizlabs/php_codesniffer": "2.*"
- },
- "suggest": {
- "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
- "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
- },
- "type": "library",
- "extra": {
- "component": {
- "id": "cloud-storage",
- "target": "googleapis/google-cloud-php-storage.git",
- "path": "Storage",
- "entry": "src/StorageClient.php"
- }
- },
- "autoload": {
- "psr-4": {
- "Google\\Cloud\\Storage\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Cloud Storage Client for PHP",
- "support": {
- "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.25.1"
- },
- "time": "2021-10-04T22:16:26+00:00"
- },
- {
- "name": "google/crc32",
- "version": "v0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/google/php-crc32.git",
- "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
- "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2",
- "paragonie/random_compat": ">=2",
- "phpunit/phpunit": "^4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Google\\CRC32\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Andrew Brampton",
- "email": "bramp@google.com"
- }
- ],
- "description": "Various CRC32 implementations",
- "homepage": "https://github.com/google/php-crc32",
- "support": {
- "issues": "https://github.com/google/php-crc32/issues",
- "source": "https://github.com/google/php-crc32/tree/v0.1.0"
- },
- "time": "2019-05-09T06:24:58+00:00"
- },
- {
- "name": "guzzle/guzzle",
- "version": "v3.8.1",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
- "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "php": ">=5.3.3",
- "symfony/event-dispatcher": ">=2.1"
- },
- "replace": {
- "guzzle/batch": "self.version",
- "guzzle/cache": "self.version",
- "guzzle/common": "self.version",
- "guzzle/http": "self.version",
- "guzzle/inflection": "self.version",
- "guzzle/iterator": "self.version",
- "guzzle/log": "self.version",
- "guzzle/parser": "self.version",
- "guzzle/plugin": "self.version",
- "guzzle/plugin-async": "self.version",
- "guzzle/plugin-backoff": "self.version",
- "guzzle/plugin-cache": "self.version",
- "guzzle/plugin-cookie": "self.version",
- "guzzle/plugin-curlauth": "self.version",
- "guzzle/plugin-error-response": "self.version",
- "guzzle/plugin-history": "self.version",
- "guzzle/plugin-log": "self.version",
- "guzzle/plugin-md5": "self.version",
- "guzzle/plugin-mock": "self.version",
- "guzzle/plugin-oauth": "self.version",
- "guzzle/service": "self.version",
- "guzzle/stream": "self.version"
- },
- "require-dev": {
- "doctrine/cache": "*",
- "monolog/monolog": "1.*",
- "phpunit/phpunit": "3.7.*",
- "psr/log": "1.0.*",
- "symfony/class-loader": "*",
- "zendframework/zend-cache": "<2.3",
- "zendframework/zend-log": "<2.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.8-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Guzzle": "src/",
- "Guzzle\\Tests": "tests/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Guzzle Community",
- "homepage": "https://github.com/guzzle/guzzle/contributors"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ],
- "support": {
- "issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/master"
- },
- "abandoned": "guzzlehttp/guzzle",
- "time": "2014-01-28T22:29:15+00:00"
- },
- {
- "name": "guzzlehttp/guzzle",
- "version": "6.5.5",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
- "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.6.1",
- "php": ">=5.5",
- "symfony/polyfill-intl-idn": "^1.17.0"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.1"
- },
- "suggest": {
- "psr/log": "Required for using the Log middleware"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.5-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ],
- "support": {
- "issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/6.5"
- },
- "time": "2020-06-16T21:01:06+00:00"
- },
- {
- "name": "guzzlehttp/promises",
- "version": "1.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/promises.git",
- "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
- "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^4.4 || ^5.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.5-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- },
- {
- "name": "Tobias Schultze",
- "email": "webmaster@tubo-world.de",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "Guzzle promises library",
- "keywords": [
- "promise"
- ],
- "support": {
- "issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/1.5.0"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
- "type": "tidelift"
- }
- ],
- "time": "2021-10-07T13:05:22+00:00"
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "1.8.3",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/psr7.git",
- "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
- "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "psr/http-message": "~1.0",
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
- },
- "provide": {
- "psr/http-message-implementation": "1.0"
- },
- "require-dev": {
- "ext-zlib": "*",
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
- },
- "suggest": {
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "George Mponos",
- "email": "gmponos@gmail.com",
- "homepage": "https://github.com/gmponos"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- },
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com",
- "homepage": "https://github.com/sagikazarmark"
- },
- {
- "name": "Tobias Schultze",
- "email": "webmaster@tubo-world.de",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "PSR-7 message implementation that also provides common utility methods",
- "keywords": [
- "http",
- "message",
- "psr-7",
- "request",
- "response",
- "stream",
- "uri",
- "url"
- ],
- "support": {
- "issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/1.8.3"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
- "type": "tidelift"
- }
- ],
- "time": "2021-10-05T13:56:00+00:00"
- },
- {
- "name": "intervention/image",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/Intervention/image.git",
- "reference": "a1abc986fd644365e1740e70ea89b43b39c5cd59"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Intervention/image/zipball/a1abc986fd644365e1740e70ea89b43b39c5cd59",
- "reference": "a1abc986fd644365e1740e70ea89b43b39c5cd59",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "guzzlehttp/psr7": "~1.1 || ^2.0",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "mockery/mockery": "~0.9.2",
- "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
- },
- "suggest": {
- "ext-gd": "to use GD library based image processing.",
- "ext-imagick": "to use Imagick based image processing.",
- "intervention/imagecache": "Caching extension for the Intervention Image library"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-dev"
- },
- "laravel": {
- "providers": [
- "Intervention\\Image\\ImageServiceProvider"
- ],
- "aliases": {
- "Image": "Intervention\\Image\\Facades\\Image"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Intervention\\Image\\": "src/Intervention/Image"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Oliver Vogel",
- "email": "oliver@olivervogel.com",
- "homepage": "http://olivervogel.com/"
- }
- ],
- "description": "Image handling and manipulation library with support for Laravel integration",
- "homepage": "http://image.intervention.io/",
- "keywords": [
- "gd",
- "image",
- "imagick",
- "laravel",
- "thumbnail",
- "watermark"
- ],
- "support": {
- "issues": "https://github.com/Intervention/image/issues",
- "source": "https://github.com/Intervention/image/tree/master"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/interventionphp",
- "type": "custom"
- },
- {
- "url": "https://github.com/Intervention",
- "type": "github"
- }
- ],
- "time": "2021-10-13T15:35:26+00:00"
- },
- {
- "name": "jakoch/phantomjs-installer",
- "version": "2.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/jakoch/phantomjs-installer.git",
- "reference": "b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85",
- "reference": "b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85",
- "shasum": ""
- },
- "require": {
- "ext-openssl": "*"
- },
- "type": "custom-installer",
- "autoload": {
- "psr-0": {
- "PhantomInstaller\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jens-André Koch",
- "email": "jakoch@web.de"
- }
- ],
- "description": "A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `/bin` of your project.",
- "keywords": [
- "binaries",
- "headless",
- "phantomjs"
- ],
- "support": {
- "issues": "https://github.com/jakoch/phantomjs-installer/issues",
- "source": "https://github.com/jakoch/phantomjs-installer/tree/master"
- },
- "time": "2016-01-25T16:30:30+00:00"
- },
- {
- "name": "jakub-onderka/php-console-color",
- "version": "v0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "jakub-onderka/php-code-style": "1.0",
- "jakub-onderka/php-parallel-lint": "1.0",
- "jakub-onderka/php-var-dump-check": "0.*",
- "phpunit/phpunit": "~4.3",
- "squizlabs/php_codesniffer": "1.*"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JakubOnderka\\PhpConsoleColor\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Jakub Onderka",
- "email": "jakub.onderka@gmail.com"
- }
- ],
- "support": {
- "issues": "https://github.com/JakubOnderka/PHP-Console-Color/issues",
- "source": "https://github.com/JakubOnderka/PHP-Console-Color/tree/master"
- },
- "abandoned": "php-parallel-lint/php-console-color",
- "time": "2018-09-29T17:23:10+00:00"
- },
- {
- "name": "jakub-onderka/php-console-highlighter",
- "version": "v0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
- "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "jakub-onderka/php-console-color": "~0.2",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "jakub-onderka/php-code-style": "~1.0",
- "jakub-onderka/php-parallel-lint": "~1.0",
- "jakub-onderka/php-var-dump-check": "~0.1",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jakub Onderka",
- "email": "acci@acci.cz",
- "homepage": "http://www.acci.cz/"
- }
- ],
- "description": "Highlight PHP code in terminal",
- "support": {
- "issues": "https://github.com/JakubOnderka/PHP-Console-Highlighter/issues",
- "source": "https://github.com/JakubOnderka/PHP-Console-Highlighter/tree/master"
- },
- "abandoned": "php-parallel-lint/php-console-highlighter",
- "time": "2018-09-29T18:48:56+00:00"
- },
- {
- "name": "jaybizzle/crawler-detect",
- "version": "v1.2.107",
- "source": {
- "type": "git",
- "url": "https://github.com/JayBizzle/Crawler-Detect.git",
- "reference": "62b9055b555be9e1479d7c37515d7c58975c2aa4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/62b9055b555be9e1479d7c37515d7c58975c2aa4",
- "reference": "62b9055b555be9e1479d7c37515d7c58975c2aa4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Jaybizzle\\CrawlerDetect\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mark Beech",
- "email": "m@rkbee.ch",
- "role": "Developer"
- }
- ],
- "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
- "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
- "keywords": [
- "crawler",
- "crawler detect",
- "crawler detector",
- "crawlerdetect",
- "php crawler detect"
- ],
- "support": {
- "issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
- "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.107"
- },
- "time": "2021-10-12T16:06:07+00:00"
- },
- {
- "name": "jaybizzle/laravel-crawler-detect",
- "version": "v1.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/JayBizzle/Laravel-Crawler-Detect.git",
- "reference": "e39b536fb5e4f21a49328e83a2ab26f0b64b06f7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JayBizzle/Laravel-Crawler-Detect/zipball/e39b536fb5e4f21a49328e83a2ab26f0b64b06f7",
- "reference": "e39b536fb5e4f21a49328e83a2ab26f0b64b06f7",
- "shasum": ""
- },
- "require": {
- "jaybizzle/crawler-detect": "1.*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "orchestra/testbench": "3.1.*",
- "phpunit/phpunit": "4.*"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Jaybizzle\\LaravelCrawlerDetect\\LaravelCrawlerDetectServiceProvider"
- ],
- "aliases": {
- "Crawler": "Jaybizzle\\LaravelCrawlerDetect\\Facades\\LaravelCrawlerDetect"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Jaybizzle\\LaravelCrawlerDetect\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mark Beech",
- "email": "mbeech@mark-beech.co.uk"
- }
- ],
- "description": "A Laravel package to detect web crawlers via the user agent",
- "homepage": "http://github.com/JayBizzle/Laravel-Crawler-Detect",
- "keywords": [
- "bot",
- "crawler",
- "crawler detect",
- "crawler detector",
- "crawlerdetect",
- "detect",
- "laravel",
- "php crawler detect",
- "spider",
- "user-agent"
- ],
- "support": {
- "issues": "https://github.com/JayBizzle/Laravel-Crawler-Detect/issues",
- "source": "https://github.com/JayBizzle/Laravel-Crawler-Detect/tree/master"
- },
- "time": "2017-06-01T20:29:30+00:00"
- },
- {
- "name": "jeremeamia/superclosure",
- "version": "2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jeremeamia/super_closure.git",
- "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
- "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
- "shasum": ""
- },
- "require": {
- "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
- "php": ">=5.4",
- "symfony/polyfill-php56": "^1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0|^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "SuperClosure\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jeremy Lindblom",
- "email": "jeremeamia@gmail.com",
- "homepage": "https://github.com/jeremeamia",
- "role": "Developer"
- }
- ],
- "description": "Serialize Closure objects, including their context and binding",
- "homepage": "https://github.com/jeremeamia/super_closure",
- "keywords": [
- "closure",
- "function",
- "lambda",
- "parser",
- "serializable",
- "serialize",
- "tokenizer"
- ],
- "support": {
- "issues": "https://github.com/jeremeamia/super_closure/issues",
- "source": "https://github.com/jeremeamia/super_closure/tree/master"
- },
- "abandoned": "opis/closure",
- "time": "2018-03-21T22:21:57+00:00"
- },
- {
- "name": "jlapp/swaggervel",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/slampenny/Swaggervel.git",
- "reference": "e026d72cacec8b2db8b2510179d73042f5e87bb9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/slampenny/Swaggervel/zipball/e026d72cacec8b2db8b2510179d73042f5e87bb9",
- "reference": "e026d72cacec8b2db8b2510179d73042f5e87bb9",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "zircote/swagger-php": "*"
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-0": {
- "Jlapp\\Swaggervel": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "jlapp",
- "email": "jordan@jordanlapp.com"
- }
- ],
- "description": "A great way to integrate Swagger into Laravel",
- "keywords": [
- "L4",
- "api",
- "documentation",
- "l5",
- "laravel",
- "swagger"
- ],
- "support": {
- "issues": "https://github.com/slampenny/Swaggervel/issues",
- "source": "https://github.com/slampenny/Swaggervel/tree/master"
- },
- "time": "2016-01-25T15:38:17+00:00"
- },
- {
- "name": "jonnyw/php-phantomjs",
- "version": "dev-fixes",
- "source": {
- "type": "git",
- "url": "https://github.com/turbo124/php-phantomjs.git",
- "reference": "f7a75445e38f2422362e503ff5c3ed877ef4ec9f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/turbo124/php-phantomjs/zipball/f7a75445e38f2422362e503ff5c3ed877ef4ec9f",
- "reference": "f7a75445e38f2422362e503ff5c3ed877ef4ec9f",
- "shasum": ""
- },
- "require": {
- "jakoch/phantomjs-installer": "^2.1",
- "php": ">=5.3.0",
- "symfony/config": "~2.3|~3.0|^4.0|^5.0",
- "symfony/dependency-injection": "~2.3|~3.0|^4.0|^5.0",
- "symfony/filesystem": "~2.3|~3.0|^4.0|^5.0",
- "symfony/yaml": "~2.3|~3.0|^4.0|^5.0",
- "twig/twig": "~1.16"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0",
- "smalot/pdfparser": "~0.9",
- "zendframework/zendpdf": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "JonnyW\\PhantomJs\\": "src"
- },
- "classmap": [
- "src/"
- ]
- },
- "scripts": {
- "post-install-cmd": [
- "PhantomInstaller\\Installer::installPhantomJS"
- ],
- "post-update-cmd": [
- "PhantomInstaller\\Installer::installPhantomJS"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jonny Wenmoth",
- "email": "contact@jonnyw.me",
- "homepage": "http://jonnyw.me/"
- }
- ],
- "description": "A PHP wrapper for loading pages through PhantomJS",
- "keywords": [
- "Headless Browser",
- "PhantomJS",
- "Testing"
- ],
- "support": {
- "source": "https://github.com/turbo124/php-phantomjs/tree/fixes"
- },
- "time": "2021-09-25T23:22:41+00:00"
- },
- {
- "name": "justinbusschau/omnipay-secpay",
- "version": "2.0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/JustinBusschau/omnipay-secpay.git",
- "reference": "7bc8c25bb5247ab83f66df31857820eb51f22c7f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JustinBusschau/omnipay-secpay/zipball/7bc8c25bb5247ab83f66df31857820eb51f22c7f",
- "reference": "7bc8c25bb5247ab83f66df31857820eb51f22c7f",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\SecPay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Justin Busschau",
- "email": "justin.busschau@gmail.com"
- }
- ],
- "description": "SecPay gateway for the Omnipay payment processing library",
- "homepage": "https://github.com/justinbusschau/omnipay-secpay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "paypoint",
- "paypoint.net",
- "secpay"
- ],
- "support": {
- "issues": "https://github.com/JustinBusschau/omnipay-secpay/issues",
- "source": "https://github.com/JustinBusschau/omnipay-secpay/tree/2.0.6"
- },
- "time": "2015-06-05T12:03:08+00:00"
- },
- {
- "name": "justinrainbow/json-schema",
- "version": "5.2.11",
- "source": {
- "type": "git",
- "url": "https://github.com/justinrainbow/json-schema.git",
- "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
- "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
- "json-schema/json-schema-test-suite": "1.2.0",
- "phpunit/phpunit": "^4.8.35"
- },
- "bin": [
- "bin/validate-json"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "JsonSchema\\": "src/JsonSchema/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bruno Prieto Reis",
- "email": "bruno.p.reis@gmail.com"
- },
- {
- "name": "Justin Rainbow",
- "email": "justin.rainbow@gmail.com"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch"
- },
- {
- "name": "Robert Schönthal",
- "email": "seroscho@googlemail.com"
- }
- ],
- "description": "A library to validate a json schema.",
- "homepage": "https://github.com/justinrainbow/json-schema",
- "keywords": [
- "json",
- "schema"
- ],
- "support": {
- "issues": "https://github.com/justinrainbow/json-schema/issues",
- "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
- },
- "time": "2021-07-22T09:24:00+00:00"
- },
- {
- "name": "laracasts/presenter",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/laracasts/Presenter.git",
- "reference": "65fd3a79ef4caafa3db2fb35f2b7c6a4ffa13f6e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laracasts/Presenter/zipball/65fd3a79ef4caafa3db2fb35f2b7c6a4ffa13f6e",
- "reference": "65fd3a79ef4caafa3db2fb35f2b7c6a4ffa13f6e",
- "shasum": ""
- },
- "require": {
- "illuminate/support": "~5.0|~6.0|~7.0|~8.0",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "mockery/mockery": "~0.9",
- "phpspec/phpspec": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-0": {
- "Laracasts\\Presenter": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jeffrey Way",
- "email": "jeffrey@laracasts.com"
- }
- ],
- "description": "Simple view presenters",
- "keywords": [
- "laravel",
- "presenter",
- "view"
- ],
- "support": {
- "issues": "https://github.com/laracasts/Presenter/issues",
- "source": "https://github.com/laracasts/Presenter/tree/0.2.4"
- },
- "time": "2020-09-07T13:30:46+00:00"
- },
- {
- "name": "laravel/framework",
- "version": "v6.20.35",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/framework.git",
- "reference": "5e55aa4063b9f7cf3249bfebcc37a6fbad4f159a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/5e55aa4063b9f7cf3249bfebcc37a6fbad4f159a",
- "reference": "5e55aa4063b9f7cf3249bfebcc37a6fbad4f159a",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "^1.4|^2.0",
- "dragonmantank/cron-expression": "^2.3.1",
- "egulias/email-validator": "^2.1.10",
- "ext-json": "*",
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "league/commonmark": "^1.3",
- "league/flysystem": "^1.1",
- "monolog/monolog": "^1.12|^2.0",
- "nesbot/carbon": "^2.31",
- "opis/closure": "^3.6",
- "php": "^7.2.5|^8.0",
- "psr/container": "^1.0",
- "psr/simple-cache": "^1.0",
- "ramsey/uuid": "^3.7",
- "swiftmailer/swiftmailer": "^6.0",
- "symfony/console": "^4.3.4",
- "symfony/debug": "^4.3.4",
- "symfony/finder": "^4.3.4",
- "symfony/http-foundation": "^4.3.4",
- "symfony/http-kernel": "^4.3.4",
- "symfony/polyfill-php73": "^1.17",
- "symfony/process": "^4.3.4",
- "symfony/routing": "^4.3.4",
- "symfony/var-dumper": "^4.3.4",
- "tijsverkoyen/css-to-inline-styles": "^2.2.1",
- "vlucas/phpdotenv": "^3.3"
- },
- "conflict": {
- "tightenco/collect": "<5.5.33"
- },
- "replace": {
- "illuminate/auth": "self.version",
- "illuminate/broadcasting": "self.version",
- "illuminate/bus": "self.version",
- "illuminate/cache": "self.version",
- "illuminate/config": "self.version",
- "illuminate/console": "self.version",
- "illuminate/container": "self.version",
- "illuminate/contracts": "self.version",
- "illuminate/cookie": "self.version",
- "illuminate/database": "self.version",
- "illuminate/encryption": "self.version",
- "illuminate/events": "self.version",
- "illuminate/filesystem": "self.version",
- "illuminate/hashing": "self.version",
- "illuminate/http": "self.version",
- "illuminate/log": "self.version",
- "illuminate/mail": "self.version",
- "illuminate/notifications": "self.version",
- "illuminate/pagination": "self.version",
- "illuminate/pipeline": "self.version",
- "illuminate/queue": "self.version",
- "illuminate/redis": "self.version",
- "illuminate/routing": "self.version",
- "illuminate/session": "self.version",
- "illuminate/support": "self.version",
- "illuminate/translation": "self.version",
- "illuminate/validation": "self.version",
- "illuminate/view": "self.version"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^3.155",
- "doctrine/dbal": "^2.6",
- "filp/whoops": "^2.8",
- "guzzlehttp/guzzle": "^6.3.1|^7.0.1",
- "league/flysystem-cached-adapter": "^1.0",
- "mockery/mockery": "~1.3.3|^1.4.2",
- "moontoast/math": "^1.1",
- "orchestra/testbench-core": "^4.8",
- "pda/pheanstalk": "^4.0",
- "phpunit/phpunit": "^7.5.15|^8.4|^9.3.3",
- "predis/predis": "^1.1.1",
- "symfony/cache": "^4.3.4"
- },
- "suggest": {
- "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
- "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
- "ext-ftp": "Required to use the Flysystem FTP driver.",
- "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
- "ext-memcached": "Required to use the memcache cache driver.",
- "ext-pcntl": "Required to use all features of the queue worker.",
- "ext-posix": "Required to use all features of the queue worker.",
- "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
- "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
- "filp/whoops": "Required for friendly error pages in development (^2.8).",
- "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0.1).",
- "laravel/tinker": "Required to use the tinker console command (^2.0).",
- "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
- "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
- "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
- "moontoast/math": "Required to use ordered UUIDs (^1.1).",
- "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
- "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
- "predis/predis": "Required to use the predis connector (^1.1.2).",
- "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
- "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
- "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
- "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
- "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.x-dev"
- }
- },
- "autoload": {
- "files": [
- "src/Illuminate/Foundation/helpers.php",
- "src/Illuminate/Support/helpers.php"
- ],
- "psr-4": {
- "Illuminate\\": "src/Illuminate/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Laravel Framework.",
- "homepage": "https://laravel.com",
- "keywords": [
- "framework",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2021-10-05T14:05:19+00:00"
- },
- {
- "name": "laravel/helpers",
- "version": "v1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/helpers.git",
- "reference": "febb10d8daaf86123825de2cb87f789a3371f0ac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/helpers/zipball/febb10d8daaf86123825de2cb87f789a3371f0ac",
- "reference": "febb10d8daaf86123825de2cb87f789a3371f0ac",
- "shasum": ""
- },
- "require": {
- "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
- "php": "^7.1.3|^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0|^8.0|^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "files": [
- "src/helpers.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- },
- {
- "name": "Dries Vints",
- "email": "dries.vints@gmail.com"
- }
- ],
- "description": "Provides backwards compatibility for helpers in the latest Laravel release.",
- "keywords": [
- "helpers",
- "laravel"
- ],
- "support": {
- "source": "https://github.com/laravel/helpers/tree/v1.4.1"
- },
- "time": "2021-02-16T15:27:11+00:00"
- },
- {
- "name": "laravel/legacy-encrypter",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/legacy-encrypter.git",
- "reference": "0e53ea5051588e4e5de8d36b02f2b26335d0d987"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/legacy-encrypter/zipball/0e53ea5051588e4e5de8d36b02f2b26335d0d987",
- "reference": "0e53ea5051588e4e5de8d36b02f2b26335d0d987",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "illuminate/contracts": ">=5.3",
- "illuminate/support": ">=5.3",
- "paragonie/random_compat": "~1.4|~2.0",
- "php": ">=5.5.9"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Laravel\\LegacyEncrypter\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The legacy version of the Laravel mcrypt encrypter.",
- "homepage": "http://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2017-05-24T13:23:35+00:00"
- },
- {
- "name": "laravel/socialite",
- "version": "v4.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/socialite.git",
- "reference": "80951df0d93435b773aa00efe1fad6d5015fac75"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/socialite/zipball/80951df0d93435b773aa00efe1fad6d5015fac75",
- "reference": "80951df0d93435b773aa00efe1fad6d5015fac75",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/guzzle": "^6.0|^7.0",
- "illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
- "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
- "league/oauth1-client": "^1.0",
- "php": "^7.1.3"
- },
- "require-dev": {
- "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
- "mockery/mockery": "^1.0",
- "orchestra/testbench": "^3.7|^3.8|^4.0|^5.0",
- "phpunit/phpunit": "^7.0|^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
- },
- "laravel": {
- "providers": [
- "Laravel\\Socialite\\SocialiteServiceProvider"
- ],
- "aliases": {
- "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Laravel\\Socialite\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
- "homepage": "https://laravel.com",
- "keywords": [
- "laravel",
- "oauth"
- ],
- "support": {
- "issues": "https://github.com/laravel/socialite/issues",
- "source": "https://github.com/laravel/socialite"
- },
- "time": "2020-06-03T13:30:03+00:00"
- },
- {
- "name": "laravel/tinker",
- "version": "v1.0.10",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/tinker.git",
- "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7",
- "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7",
- "shasum": ""
- },
- "require": {
- "illuminate/console": "~5.1|^6.0",
- "illuminate/contracts": "~5.1|^6.0",
- "illuminate/support": "~5.1|^6.0",
- "php": ">=5.5.9",
- "psy/psysh": "0.7.*|0.8.*|0.9.*",
- "symfony/var-dumper": "~3.0|~4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0|~5.0"
- },
- "suggest": {
- "illuminate/database": "The Illuminate Database package (~5.1)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- },
- "laravel": {
- "providers": [
- "Laravel\\Tinker\\TinkerServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Laravel\\Tinker\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "Powerful REPL for the Laravel framework.",
- "keywords": [
- "REPL",
- "Tinker",
- "laravel",
- "psysh"
- ],
- "support": {
- "issues": "https://github.com/laravel/tinker/issues",
- "source": "https://github.com/laravel/tinker/tree/v1.0.10"
- },
- "time": "2019-08-07T15:10:45+00:00"
- },
- {
- "name": "laravelcollective/html",
- "version": "v6.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/LaravelCollective/html.git",
- "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/LaravelCollective/html/zipball/ae15b9c4bf918ec3a78f092b8555551dd693fde3",
- "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3",
- "shasum": ""
- },
- "require": {
- "illuminate/http": "^6.0|^7.0|^8.0",
- "illuminate/routing": "^6.0|^7.0|^8.0",
- "illuminate/session": "^6.0|^7.0|^8.0",
- "illuminate/support": "^6.0|^7.0|^8.0",
- "illuminate/view": "^6.0|^7.0|^8.0",
- "php": ">=7.2.5"
- },
- "require-dev": {
- "illuminate/database": "^6.0|^7.0|^8.0",
- "mockery/mockery": "~1.0",
- "phpunit/phpunit": "~8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.x-dev"
- },
- "laravel": {
- "providers": [
- "Collective\\Html\\HtmlServiceProvider"
- ],
- "aliases": {
- "Form": "Collective\\Html\\FormFacade",
- "Html": "Collective\\Html\\HtmlFacade"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Collective\\Html\\": "src/"
- },
- "files": [
- "src/helpers.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adam Engebretson",
- "email": "adam@laravelcollective.com"
- },
- {
- "name": "Taylor Otwell",
- "email": "taylorotwell@gmail.com"
- }
- ],
- "description": "HTML and Form Builders for the Laravel Framework",
- "homepage": "https://laravelcollective.com",
- "support": {
- "issues": "https://github.com/LaravelCollective/html/issues",
- "source": "https://github.com/LaravelCollective/html"
- },
- "time": "2020-12-15T20:20:05+00:00"
- },
- {
- "name": "league/commonmark",
- "version": "1.6.6",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/commonmark.git",
- "reference": "c4228d11e30d7493c6836d20872f9582d8ba6dcf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c4228d11e30d7493c6836d20872f9582d8ba6dcf",
- "reference": "c4228d11e30d7493c6836d20872f9582d8ba6dcf",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "scrutinizer/ocular": "1.7.*"
- },
- "require-dev": {
- "cebe/markdown": "~1.0",
- "commonmark/commonmark.js": "0.29.2",
- "erusev/parsedown": "~1.0",
- "ext-json": "*",
- "github/gfm": "0.29.0",
- "michelf/php-markdown": "~1.4",
- "mikehaertl/php-shellcommand": "^1.4",
- "phpstan/phpstan": "^0.12.90",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
- "scrutinizer/ocular": "^1.5",
- "symfony/finder": "^4.2"
- },
- "bin": [
- "bin/commonmark"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\CommonMark\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com",
- "role": "Lead Developer"
- }
- ],
- "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
- "homepage": "https://commonmark.thephpleague.com",
- "keywords": [
- "commonmark",
- "flavored",
- "gfm",
- "github",
- "github-flavored",
- "markdown",
- "md",
- "parser"
- ],
- "support": {
- "docs": "https://commonmark.thephpleague.com/",
- "issues": "https://github.com/thephpleague/commonmark/issues",
- "rss": "https://github.com/thephpleague/commonmark/releases.atom",
- "source": "https://github.com/thephpleague/commonmark"
- },
- "funding": [
- {
- "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
- "type": "custom"
- },
- {
- "url": "https://www.colinodell.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://www.paypal.me/colinpodell/10.00",
- "type": "custom"
- },
- {
- "url": "https://github.com/colinodell",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/colinodell",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-17T17:13:23+00:00"
- },
- {
- "name": "league/csv",
- "version": "9.7.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/csv.git",
- "reference": "8544655c460fd01eed0ad258e514488d4b388645"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/csv/zipball/8544655c460fd01eed0ad258e514488d4b388645",
- "reference": "8544655c460fd01eed0ad258e514488d4b388645",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "ext-mbstring": "*",
- "php": "^7.3 || ^8.0"
- },
- "require-dev": {
- "ext-curl": "*",
- "ext-dom": "*",
- "friendsofphp/php-cs-fixer": "^3.0",
- "phpstan/phpstan": "^0.12.99",
- "phpstan/phpstan-phpunit": "^0.12.22",
- "phpstan/phpstan-strict-rules": "^0.12.11",
- "phpunit/phpunit": "^9.5"
- },
- "suggest": {
- "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
- "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "9.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Csv\\": "src"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ignace Nyamagana Butera",
- "email": "nyamsprod@gmail.com",
- "homepage": "https://github.com/nyamsprod/",
- "role": "Developer"
- }
- ],
- "description": "CSV data manipulation made easy in PHP",
- "homepage": "http://csv.thephpleague.com",
- "keywords": [
- "convert",
- "csv",
- "export",
- "filter",
- "import",
- "read",
- "transform",
- "write"
- ],
- "support": {
- "docs": "https://csv.thephpleague.com",
- "issues": "https://github.com/thephpleague/csv/issues",
- "rss": "https://github.com/thephpleague/csv/releases.atom",
- "source": "https://github.com/thephpleague/csv"
- },
- "funding": [
- {
- "url": "https://github.com/sponsors/nyamsprod",
- "type": "github"
- }
- ],
- "time": "2021-10-05T19:41:46+00:00"
- },
- {
- "name": "league/flysystem",
- "version": "1.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem.git",
- "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea",
- "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "league/mime-type-detection": "^1.3",
- "php": "^7.2.5 || ^8.0"
- },
- "conflict": {
- "league/flysystem-sftp": "<1.0.6"
- },
- "require-dev": {
- "phpspec/prophecy": "^1.11.1",
- "phpunit/phpunit": "^8.5.8"
- },
- "suggest": {
- "ext-ftp": "Allows you to use FTP server storage",
- "ext-openssl": "Allows you to use FTPS server storage",
- "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
- "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
- "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
- "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
- "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
- "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
- "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
- "league/flysystem-webdav": "Allows you to use WebDAV storage",
- "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
- "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
- "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frenky.net"
- }
- ],
- "description": "Filesystem abstraction: Many filesystems, one API.",
- "keywords": [
- "Cloud Files",
- "WebDAV",
- "abstraction",
- "aws",
- "cloud",
- "copy.com",
- "dropbox",
- "file systems",
- "files",
- "filesystem",
- "filesystems",
- "ftp",
- "rackspace",
- "remote",
- "s3",
- "sftp",
- "storage"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/1.1.5"
- },
- "funding": [
- {
- "url": "https://offset.earth/frankdejonge",
- "type": "other"
- }
- ],
- "time": "2021-08-17T13:49:42+00:00"
- },
- {
- "name": "league/flysystem-aws-s3-v3",
- "version": "1.0.29",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
- "reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
- "reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
- "shasum": ""
- },
- "require": {
- "aws/aws-sdk-php": "^3.20.0",
- "league/flysystem": "^1.0.40",
- "php": ">=5.5.0"
- },
- "require-dev": {
- "henrikbjorn/phpspec-code-coverage": "~1.0.1",
- "phpspec/phpspec": "^2.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\AwsS3v3\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frenky.net"
- }
- ],
- "description": "Flysystem adapter for the AWS S3 SDK v3.x",
- "support": {
- "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
- "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
- },
- "time": "2020-10-08T18:58:37+00:00"
- },
- {
- "name": "league/flysystem-cached-adapter",
- "version": "1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
- "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
- "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
- "shasum": ""
- },
- "require": {
- "league/flysystem": "~1.0",
- "psr/cache": "^1.0.0"
- },
- "require-dev": {
- "mockery/mockery": "~0.9",
- "phpspec/phpspec": "^3.4",
- "phpunit/phpunit": "^5.7",
- "predis/predis": "~1.0",
- "tedivm/stash": "~0.12"
- },
- "suggest": {
- "ext-phpredis": "Pure C implemented extension for PHP"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\Cached\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "frankdejonge",
- "email": "info@frenky.net"
- }
- ],
- "description": "An adapter decorator to enable meta-data caching.",
- "support": {
- "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
- "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
- },
- "time": "2020-07-25T15:56:04+00:00"
- },
- {
- "name": "league/flysystem-rackspace",
- "version": "1.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem-rackspace.git",
- "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-rackspace/zipball/ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
- "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
- "shasum": ""
- },
- "require": {
- "league/flysystem": "~1.0",
- "php": ">=5.4.0",
- "rackspace/php-opencloud": "~1.16"
- },
- "require-dev": {
- "mockery/mockery": "0.9.*",
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\Rackspace\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frenky.net"
- }
- ],
- "description": "Flysystem adapter for Rackspace",
- "support": {
- "issues": "https://github.com/thephpleague/flysystem-rackspace/issues",
- "source": "https://github.com/thephpleague/flysystem-rackspace/tree/master"
- },
- "time": "2016-03-11T12:13:42+00:00"
- },
- {
- "name": "league/fractal",
- "version": "0.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/fractal.git",
- "reference": "3caeefbad51bce7a06947321938128512f42346c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c",
- "reference": "3caeefbad51bce7a06947321938128512f42346c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4"
- },
- "require-dev": {
- "illuminate/contracts": "~5.0",
- "mockery/mockery": "~0.9",
- "pagerfanta/pagerfanta": "~1.0.0",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5",
- "zendframework/zend-paginator": "~2.3"
- },
- "suggest": {
- "illuminate/pagination": "The Illuminate Pagination component.",
- "pagerfanta/pagerfanta": "Pagerfanta Paginator",
- "zendframework/zend-paginator": "Zend Framework Paginator"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.13-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Fractal\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Phil Sturgeon",
- "email": "me@philsturgeon.uk",
- "homepage": "http://philsturgeon.uk/",
- "role": "Developer"
- }
- ],
- "description": "Handle the output of complex data structures ready for API output.",
- "homepage": "http://fractal.thephpleague.com/",
- "keywords": [
- "api",
- "json",
- "league",
- "rest"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/fractal/issues",
- "source": "https://github.com/thephpleague/fractal/tree/master"
- },
- "time": "2015-10-07T14:48:58+00:00"
- },
- {
- "name": "league/mime-type-detection",
- "version": "1.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/mime-type-detection.git",
- "reference": "b38b25d7b372e9fddb00335400467b223349fd7e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e",
- "reference": "b38b25d7b372e9fddb00335400467b223349fd7e",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.18",
- "phpstan/phpstan": "^0.12.68",
- "phpunit/phpunit": "^8.5.8 || ^9.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\MimeTypeDetection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
- }
- ],
- "description": "Mime-type detection for Flysystem",
- "support": {
- "issues": "https://github.com/thephpleague/mime-type-detection/issues",
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0"
- },
- "funding": [
- {
- "url": "https://github.com/frankdejonge",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-25T08:23:19+00:00"
- },
- {
- "name": "league/oauth1-client",
- "version": "v1.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/oauth1-client.git",
- "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
- "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "ext-openssl": "*",
- "guzzlehttp/guzzle": "^6.0|^7.0",
- "guzzlehttp/psr7": "^1.7|^2.0",
- "php": ">=7.1||>=8.0"
- },
- "require-dev": {
- "ext-simplexml": "*",
- "friendsofphp/php-cs-fixer": "^2.17",
- "mockery/mockery": "^1.3.3",
- "phpstan/phpstan": "^0.12.42",
- "phpunit/phpunit": "^7.5||9.5"
- },
- "suggest": {
- "ext-simplexml": "For decoding XML-based responses."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev",
- "dev-develop": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\OAuth1\\Client\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ben Corlett",
- "email": "bencorlett@me.com",
- "homepage": "http://www.webcomm.com.au",
- "role": "Developer"
- }
- ],
- "description": "OAuth 1.0 Client Library",
- "keywords": [
- "Authentication",
- "SSO",
- "authorization",
- "bitbucket",
- "identity",
- "idp",
- "oauth",
- "oauth1",
- "single sign on",
- "trello",
- "tumblr",
- "twitter"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/oauth1-client/issues",
- "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.0"
- },
- "time": "2021-08-15T23:05:49+00:00"
- },
- {
- "name": "league/url",
- "version": "3.3.5",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/url.git",
- "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
- "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.3.0",
- "true/punycode": "^2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.3-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Url\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ignace Nyamagana Butera",
- "email": "nyamsprod@gmail.com",
- "homepage": "https://github.com/nyamsprod/",
- "role": "Developer"
- }
- ],
- "description": "League/url is a lightweight PHP Url manipulating library",
- "homepage": "http://url.thephpleague.com",
- "keywords": [
- "parse_url",
- "php",
- "url"
- ],
- "support": {
- "forum": "https://groups.google.com/forum/#!forum/thephpleague",
- "issues": "https://github.com/thephpleague/url/issues",
- "source": "https://github.com/thephpleague/url/tree/3.x"
- },
- "abandoned": "league/uri",
- "time": "2015-07-15T08:24:12+00:00"
- },
- {
- "name": "lokielse/omnipay-alipay",
- "version": "v1.4.13",
- "source": {
- "type": "git",
- "url": "https://github.com/lokielse/omnipay-alipay.git",
- "reference": "0a8e30dd1c9c8cc4a4cffbc8e381a7b1284d3b95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/lokielse/omnipay-alipay/zipball/0a8e30dd1c9c8cc4a4cffbc8e381a7b1284d3b95",
- "reference": "0a8e30dd1c9c8cc4a4cffbc8e381a7b1284d3b95",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\Alipay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Loki Else",
- "email": "lokielse@gmail.com"
- }
- ],
- "description": "Alipay gateway for Omnipay payment processing library",
- "homepage": "https://github.com/lokielse/omnipay-alipay",
- "keywords": [
- "alipay",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "issues": "https://github.com/lokielse/omnipay-alipay/issues",
- "source": "https://github.com/lokielse/omnipay-alipay/tree/v1.4.13"
- },
- "time": "2016-09-22T10:40:06+00:00"
- },
- {
- "name": "maatwebsite/excel",
- "version": "dev-carbon",
- "source": {
- "type": "git",
- "url": "https://github.com/tainmar/Laravel-Excel.git",
- "reference": "8b17952"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tainmar/Laravel-Excel/zipball/8b17952",
- "reference": "8b17952",
- "shasum": ""
- },
- "require": {
- "illuminate/cache": "*",
- "illuminate/config": "*",
- "illuminate/filesystem": "*",
- "illuminate/support": "*",
- "jeremeamia/superclosure": "^2.3",
- "laravel/helpers": "~1.0",
- "nesbot/carbon": "~1.0 | ~2.0",
- "php": ">=5.5",
- "phpoffice/phpexcel": "^1.8.1",
- "tijsverkoyen/css-to-inline-styles": "~2.0"
- },
- "require-dev": {
- "mockery/mockery": "~1.0",
- "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
- "phpseclib/phpseclib": "~1.0",
- "phpunit/phpunit": "~4.0"
- },
- "suggest": {
- "illuminate/http": "*",
- "illuminate/queue": "*",
- "illuminate/routing": "*",
- "illuminate/view": "*"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Maatwebsite\\Excel\\ExcelServiceProvider"
- ],
- "aliases": {
- "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
- }
- }
- },
- "autoload": {
- "classmap": [
- "src/Maatwebsite/Excel"
- ],
- "psr-0": {
- "Maatwebsite\\Excel\\": "src/"
- }
- },
- "autoload-dev": {
- "classmap": [
- "tests/TestCase.php"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Maatwebsite.nl",
- "email": "patrick@maatwebsite.nl"
- }
- ],
- "description": "Supercharged Excel exports in Laravel",
- "keywords": [
- "batch",
- "csv",
- "excel",
- "export",
- "import",
- "laravel",
- "phpexcel"
- ],
- "support": {
- "source": "https://github.com/tainmar/Laravel-Excel/tree/carbon"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/patrickbrouwers"
- },
- {
- "type": "custom",
- "url": "https://laravel-excel.com/commercial-support"
- }
- ],
- "time": "2019-11-29T16:31:11+00:00"
- },
- {
- "name": "maximebf/debugbar",
- "version": "v1.17.2",
- "source": {
- "type": "git",
- "url": "https://github.com/maximebf/php-debugbar.git",
- "reference": "3541f09f09c003c4a9ff7ddb0eb3361a7f14d418"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/3541f09f09c003c4a9ff7ddb0eb3361a7f14d418",
- "reference": "3541f09f09c003c4a9ff7ddb0eb3361a7f14d418",
- "shasum": ""
- },
- "require": {
- "php": "^7.1|^8",
- "psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^2.6|^3|^4|^5"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.5.20 || ^9.4.2"
- },
- "suggest": {
- "kriswallsmith/assetic": "The best way to manage assets",
- "monolog/monolog": "Log using Monolog",
- "predis/predis": "Redis storage"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.17-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "DebugBar\\": "src/DebugBar/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Maxime Bouroumeau-Fuseau",
- "email": "maxime.bouroumeau@gmail.com",
- "homepage": "http://maximebf.com"
- },
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- }
- ],
- "description": "Debug bar in the browser for php application",
- "homepage": "https://github.com/maximebf/php-debugbar",
- "keywords": [
- "debug",
- "debugbar"
- ],
- "support": {
- "issues": "https://github.com/maximebf/php-debugbar/issues",
- "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.2"
- },
- "time": "2021-10-18T09:39:00+00:00"
- },
- {
- "name": "meebio/omnipay-creditcall",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/meebio/omnipay-creditcall.git",
- "reference": "b133a758f850b01f754166d32cd3cf371fb2b843"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/meebio/omnipay-creditcall/zipball/b133a758f850b01f754166d32cd3cf371fb2b843",
- "reference": "b133a758f850b01f754166d32cd3cf371fb2b843",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Creditcall\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "John Jablonski",
- "email": "jablonski.kce@gmail.com",
- "homepage": "http://jablonski.me",
- "role": "Developer"
- }
- ],
- "description": "Creditcall driver for the Omnipay PHP payment processing library",
- "homepage": "https://github.com/meebio/omnipay-creditcall",
- "keywords": [
- "cardeasexml",
- "creditcall",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "issues": "https://github.com/meebio/omnipay-creditcall/issues",
- "source": "https://github.com/meebio/omnipay-creditcall/tree/1.0.0"
- },
- "time": "2015-09-19T11:29:31+00:00"
- },
- {
- "name": "meebio/omnipay-secure-trading",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/digitickets/omnipay-secure-trading.git",
- "reference": "ee432c82e47c16f921091a05b6fc8d8e13234fd1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/digitickets/omnipay-secure-trading/zipball/ee432c82e47c16f921091a05b6fc8d8e13234fd1",
- "reference": "ee432c82e47c16f921091a05b6fc8d8e13234fd1",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\SecureTrading\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "John Jablonski",
- "email": "jablonski.kce@gmail.com",
- "homepage": "http://jablonski.me",
- "role": "Developer"
- }
- ],
- "description": "Secure Trading driver for the Omnipay PHP payment processing library",
- "homepage": "https://github.com/meebio/omnipay-secure-trading",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase",
- "secure trading",
- "securetrading"
- ],
- "support": {
- "issues": "https://github.com/digitickets/omnipay-secure-trading/issues",
- "source": "https://github.com/digitickets/omnipay-secure-trading/tree/1.2.0"
- },
- "time": "2019-08-08T08:14:55+00:00"
- },
- {
- "name": "mfauveau/omnipay-pacnet",
- "version": "2.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/mfauveau/omnipay-pacnet.git",
- "reference": "ca0bb29a290028d6eacb1e22e5650428ed9c18f8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mfauveau/omnipay-pacnet/zipball/ca0bb29a290028d6eacb1e22e5650428ed9c18f8",
- "reference": "ca0bb29a290028d6eacb1e22e5650428ed9c18f8",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Omnipay\\Pacnet\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Matthieu Fauveau",
- "email": "mfauveau@gmail.com"
- }
- ],
- "description": "Pacnet (Raven) driver for the Omnipay PHP payment processing library",
- "homepage": "https://github.com/mfauveau/omnipay-pacnet",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pacnet",
- "pay",
- "payment",
- "purchase",
- "raven"
- ],
- "support": {
- "issues": "https://github.com/mfauveau/omnipay-pacnet/issues",
- "source": "https://github.com/mfauveau/omnipay-pacnet/tree/master"
- },
- "time": "2015-07-14T19:53:54+00:00"
- },
- {
- "name": "mikemccabe/json-patch-php",
- "version": "0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/mikemccabe/json-patch-php.git",
- "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mikemccabe/json-patch-php/zipball/b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
- "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "mikemccabe\\JsonPatch\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0"
- ],
- "description": "Produce and apply json-patch objects",
- "support": {
- "issues": "https://github.com/mikemccabe/json-patch-php/issues",
- "source": "https://github.com/mikemccabe/json-patch-php/tree/master"
- },
- "time": "2015-01-05T21:19:54+00:00"
- },
- {
- "name": "monolog/monolog",
- "version": "2.3.5",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
- "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2",
- "psr/log": "^1.0.1 || ^2.0 || ^3.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "elasticsearch/elasticsearch": "^7",
- "graylog2/gelf-php": "^1.4.2",
- "mongodb/mongodb": "^1.8",
- "php-amqplib/php-amqplib": "~2.4 || ^3",
- "php-console/php-console": "^3.1.3",
- "phpspec/prophecy": "^1.6.1",
- "phpstan/phpstan": "^0.12.91",
- "phpunit/phpunit": "^8.5",
- "predis/predis": "^1.1",
- "rollbar/rollbar": "^1.3",
- "ruflin/elastica": ">=0.90@dev",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
- "ext-mbstring": "Allow to work properly with unicode symbols",
- "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
- "ext-openssl": "Required to send log messages using SSL",
- "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "https://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ],
- "support": {
- "issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
- },
- "funding": [
- {
- "url": "https://github.com/Seldaek",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
- "type": "tidelift"
- }
- ],
- "time": "2021-10-01T21:08:31+00:00"
- },
- {
- "name": "mpdf/mpdf",
- "version": "v8.0.13",
- "source": {
- "type": "git",
- "url": "https://github.com/mpdf/mpdf.git",
- "reference": "42f145615cfe830fd432474da1d2e1f927efe402"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mpdf/mpdf/zipball/42f145615cfe830fd432474da1d2e1f927efe402",
- "reference": "42f145615cfe830fd432474da1d2e1f927efe402",
- "shasum": ""
- },
- "require": {
- "ext-gd": "*",
- "ext-mbstring": "*",
- "myclabs/deep-copy": "^1.7",
- "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
- "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0",
- "psr/log": "^1.0",
- "setasign/fpdi": "^2.1"
- },
- "require-dev": {
- "mockery/mockery": "^1.3.0",
- "mpdf/qrcode": "^1.1.0",
- "squizlabs/php_codesniffer": "^3.5.0",
- "tracy/tracy": "^2.4",
- "yoast/phpunit-polyfills": "^1.0"
- },
- "suggest": {
- "ext-bcmath": "Needed for generation of some types of barcodes",
- "ext-xml": "Needed mainly for SVG manipulation",
- "ext-zlib": "Needed for compression of embedded resources, such as fonts"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Mpdf\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-2.0-only"
- ],
- "authors": [
- {
- "name": "Matěj Humpál",
- "role": "Developer, maintainer"
- },
- {
- "name": "Ian Back",
- "role": "Developer (retired)"
- }
- ],
- "description": "PHP library generating PDF files from UTF-8 encoded HTML",
- "homepage": "https://mpdf.github.io",
- "keywords": [
- "pdf",
- "php",
- "utf-8"
- ],
- "support": {
- "docs": "http://mpdf.github.io",
- "issues": "https://github.com/mpdf/mpdf/issues",
- "source": "https://github.com/mpdf/mpdf"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/mpdf",
- "type": "custom"
- }
- ],
- "time": "2021-09-10T10:09:59+00:00"
- },
- {
- "name": "mtdowling/jmespath.php",
- "version": "2.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/jmespath/jmespath.php.git",
- "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
- "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
- "shasum": ""
- },
- "require": {
- "php": "^5.4 || ^7.0 || ^8.0",
- "symfony/polyfill-mbstring": "^1.17"
- },
- "require-dev": {
- "composer/xdebug-handler": "^1.4 || ^2.0",
- "phpunit/phpunit": "^4.8.36 || ^7.5.15"
- },
- "bin": [
- "bin/jp.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "JmesPath\\": "src/"
- },
- "files": [
- "src/JmesPath.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Declaratively specify how to extract elements from a JSON document",
- "keywords": [
- "json",
- "jsonpath"
- ],
- "support": {
- "issues": "https://github.com/jmespath/jmespath.php/issues",
- "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
- },
- "time": "2021-06-14T00:11:39+00:00"
- },
- {
- "name": "myclabs/deep-copy",
- "version": "1.10.2",
- "source": {
- "type": "git",
- "url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "replace": {
- "myclabs/deep-copy": "self.version"
- },
- "require-dev": {
- "doctrine/collections": "^1.0",
- "doctrine/common": "^2.6",
- "phpunit/phpunit": "^7.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "DeepCopy\\": "src/DeepCopy/"
- },
- "files": [
- "src/DeepCopy/deep_copy.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Create deep copies (clones) of your objects",
- "keywords": [
- "clone",
- "copy",
- "duplicate",
- "object",
- "object graph"
- ],
- "support": {
- "issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
- "type": "tidelift"
- }
- ],
- "time": "2020-11-13T09:40:50+00:00"
- },
- {
- "name": "nesbot/carbon",
- "version": "2.53.1",
- "source": {
- "type": "git",
- "url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045",
- "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "php": "^7.1.8 || ^8.0",
- "symfony/polyfill-mbstring": "^1.0",
- "symfony/polyfill-php80": "^1.16",
- "symfony/translation": "^3.4 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "doctrine/orm": "^2.7",
- "friendsofphp/php-cs-fixer": "^3.0",
- "kylekatarnls/multi-tester": "^2.0",
- "phpmd/phpmd": "^2.9",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.54",
- "phpunit/phpunit": "^7.5.20 || ^8.5.14",
- "squizlabs/php_codesniffer": "^3.4"
- },
- "bin": [
- "bin/carbon"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-3.x": "3.x-dev",
- "dev-master": "2.x-dev"
- },
- "laravel": {
- "providers": [
- "Carbon\\Laravel\\ServiceProvider"
- ]
- },
- "phpstan": {
- "includes": [
- "extension.neon"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Carbon\\": "src/Carbon/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Brian Nesbitt",
- "email": "brian@nesbot.com",
- "homepage": "https://markido.com"
- },
- {
- "name": "kylekatarnls",
- "homepage": "https://github.com/kylekatarnls"
- }
- ],
- "description": "An API extension for DateTime that supports 281 different languages.",
- "homepage": "https://carbon.nesbot.com",
- "keywords": [
- "date",
- "datetime",
- "time"
- ],
- "support": {
- "issues": "https://github.com/briannesbitt/Carbon/issues",
- "source": "https://github.com/briannesbitt/Carbon"
- },
- "funding": [
- {
- "url": "https://opencollective.com/Carbon",
- "type": "open_collective"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-06T09:29:23+00:00"
- },
- {
- "name": "nikic/php-parser",
- "version": "v4.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=7.0"
- },
- "require-dev": {
- "ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
- },
- "bin": [
- "bin/php-parse"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.9-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PhpParser\\": "lib/PhpParser"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Nikita Popov"
- }
- ],
- "description": "A PHP parser written in PHP",
- "keywords": [
- "parser",
- "php"
- ],
- "support": {
- "issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
- },
- "time": "2021-09-20T12:20:58+00:00"
- },
- {
- "name": "nwidart/laravel-modules",
- "version": "2.0.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/nWidart/laravel-modules.git",
- "reference": "af41b79d4579d876836d34f3fb952d5978bd91cd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/af41b79d4579d876836d34f3fb952d5978bd91cd",
- "reference": "af41b79d4579d876836d34f3fb952d5978bd91cd",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.7",
- "laravel/framework": "5.5.*",
- "mockery/mockery": "~1.0",
- "orchestra/testbench": "^3.5",
- "phpunit/phpunit": "~6.0",
- "spatie/phpunit-snapshot-assertions": "^1.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Nwidart\\Modules\\LaravelModulesServiceProvider"
- ],
- "aliases": {
- "Module": "Nwidart\\Modules\\Facades\\Module"
- }
- },
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Nwidart\\Modules\\": "src"
- },
- "files": [
- "src/helpers.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Widart",
- "email": "n.widart@gmail.com",
- "homepage": "https://nicolaswidart.com",
- "role": "Developer"
- }
- ],
- "description": "Laravel Module management",
- "keywords": [
- "laravel",
- "module",
- "modules",
- "nwidart",
- "rad"
- ],
- "support": {
- "issues": "https://github.com/nWidart/laravel-modules/issues",
- "source": "https://github.com/nWidart/laravel-modules/tree/2.0"
- },
- "time": "2018-09-20T20:38:01+00:00"
- },
- {
- "name": "omnipay/2checkout",
- "version": "v2.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-2checkout.git",
- "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
- "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\TwoCheckout\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
- }
- ],
- "description": "2Checkout driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-2checkout",
- "keywords": [
- "2checkout",
- "2co",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "twocheckout"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-2checkout/issues",
- "source": "https://github.com/thephpleague/omnipay-2checkout/tree/master"
- },
- "time": "2014-09-17T00:35:37+00:00"
- },
- {
- "name": "omnipay/authorizenet",
- "version": "dev-solution-id",
- "source": {
- "type": "git",
- "url": "https://github.com/hillelcoren/omnipay-authorizenet.git",
- "reference": "56e9f740c5f883208594861e1c3564f8ef686a95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hillelcoren/omnipay-authorizenet/zipball/56e9f740c5f883208594861e1c3564f8ef686a95",
- "reference": "56e9f740c5f883208594861e1c3564f8ef686a95",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.2"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\AuthorizeNet\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
- }
- ],
- "description": "Authorize.Net gateway for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
- "keywords": [
- "authorize",
- "authorize net",
- "authorize.net",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "source": "https://github.com/hillelcoren/omnipay-authorizenet/tree/solution-id"
- },
- "time": "2017-10-04T09:53:32+00:00"
- },
- {
- "name": "omnipay/bitpay",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-bitpay.git",
- "reference": "9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-bitpay/zipball/9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4",
- "reference": "9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\BitPay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-bitpay/contributors"
- }
- ],
- "description": "BitPay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-bitpay",
- "keywords": [
- "bitcoin",
- "bitpay",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-bitpay/issues",
- "source": "https://github.com/thephpleague/omnipay-bitpay/tree/v0.1.1"
- },
- "time": "2016-04-07T02:53:36+00:00"
- },
- {
- "name": "omnipay/braintree",
- "version": "v1.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-braintree.git",
- "reference": "54846f2d148b2b6163a37b05d19bf5479c2bf855"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-braintree/zipball/54846f2d148b2b6163a37b05d19bf5479c2bf855",
- "reference": "54846f2d148b2b6163a37b05d19bf5479c2bf855",
- "shasum": ""
- },
- "require": {
- "braintree/braintree_php": "^2.39|^3.0",
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Braintree\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barry vd. Heuvel",
- "email": "barryvdh@gmail.com"
- },
- {
- "name": "Kayla Daniels",
- "email": "kayladnls@gmail.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-braintree/contributors"
- }
- ],
- "description": "Braintree gateway for Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-braintree",
- "keywords": [
- "braintree",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-braintree/issues",
- "source": "https://github.com/thephpleague/omnipay-braintree/tree/master"
- },
- "time": "2016-06-22T07:44:48+00:00"
- },
- {
- "name": "omnipay/buckaroo",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
- "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/b1d74b4121a9c889fe8cc77715e6cffb14b8833c",
- "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Buckaroo\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors"
- }
- ],
- "description": "Buckaroo driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
- "keywords": [
- "buckaroo",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-buckaroo/issues",
- "source": "https://github.com/thephpleague/omnipay-buckaroo/tree/master"
- },
- "time": "2017-05-30T09:43:42+00:00"
- },
- {
- "name": "omnipay/cardsave",
- "version": "2.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-cardsave.git",
- "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
- "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\CardSave\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors"
- }
- ],
- "description": "CardSave driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-cardsave",
- "keywords": [
- "card save",
- "cardsave",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-cardsave/issues",
- "source": "https://github.com/thephpleague/omnipay-cardsave/tree/master"
- },
- "time": "2014-09-21T02:27:16+00:00"
- },
- {
- "name": "omnipay/coinbase",
- "version": "v2.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-coinbase.git",
- "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
- "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Coinbase\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors"
- }
- ],
- "description": "Coinbase driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-coinbase",
- "keywords": [
- "coinbase",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-coinbase/issues",
- "source": "https://github.com/thephpleague/omnipay-coinbase/tree/master"
- },
- "time": "2015-03-06T05:35:39+00:00"
- },
- {
- "name": "omnipay/common",
- "version": "2.5.2",
- "source": {
- "type": "git",
- "url": "https://github.com/turbo124/omnipay-common.git",
- "reference": "347109657b47772cdd988a3697a9f13afb3d129b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/turbo124/omnipay-common/zipball/347109657b47772cdd988a3697a9f13afb3d129b",
- "reference": "347109657b47772cdd988a3697a9f13afb3d129b",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "^6.3",
- "php": ">=5.3.2",
- "symfony/http-foundation": "~2.1|~3.0|^4.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0",
- "squizlabs/php_codesniffer": "~1.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5.x-dev"
- },
- "gateways": [
- "AuthorizeNet_AIM",
- "AuthorizeNet_SIM",
- "Buckaroo_CreditCard",
- "Buckaroo_Ideal",
- "Buckaroo_PayPal",
- "CardSave",
- "Coinbase",
- "Dummy",
- "Eway_Rapid",
- "FirstData_Connect",
- "GoCardless",
- "Manual",
- "Migs_ThreeParty",
- "Migs_TwoParty",
- "Mollie",
- "MultiSafepay",
- "Netaxept",
- "NetBanx",
- "PayFast",
- "Payflow_Pro",
- "PaymentExpress_PxPay",
- "PaymentExpress_PxPost",
- "PayPal_Express",
- "PayPal_Pro",
- "Pin",
- "SagePay_Direct",
- "SagePay_Server",
- "SecurePay_DirectPost",
- "Stripe",
- "TargetPay_Directebanking",
- "TargetPay_Ideal",
- "TargetPay_Mrcash",
- "WorldPay"
- ]
- },
- "autoload": {
- "psr-0": {
- "Omnipay\\Common\\": "src/"
- },
- "classmap": [
- "src/Omnipay/Omnipay.php"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
- }
- ],
- "description": "Common components for Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-common",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase"
- ],
- "support": {
- "source": "https://github.com/turbo124/omnipay-common/tree/2.5.2"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/barryvdh"
- }
- ],
- "time": "2021-09-25T20:33:13+00:00"
- },
- {
- "name": "omnipay/dummy",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-dummy.git",
- "reference": "0ced02379aff446011ccde1392e641d9da436442"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/0ced02379aff446011ccde1392e641d9da436442",
- "reference": "0ced02379aff446011ccde1392e641d9da436442",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Dummy\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors"
- }
- ],
- "description": "Dummy driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-dummy",
- "keywords": [
- "Dummy",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-dummy/issues",
- "source": "https://github.com/thephpleague/omnipay-dummy/tree/v2.2.0"
- },
- "time": "2018-04-17T09:57:18+00:00"
- },
- {
- "name": "omnipay/eway",
- "version": "v2.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-eway.git",
- "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/480153441ad2e7aff9c26cf55e398c88da3e7eb1",
- "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Eway\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-eway/contributors"
- }
- ],
- "description": "eWay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-eway",
- "keywords": [
- "eway",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-eway/issues",
- "source": "https://github.com/thephpleague/omnipay-eway/tree/master"
- },
- "time": "2017-05-12T08:17:12+00:00"
- },
- {
- "name": "omnipay/firstdata",
- "version": "v2.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/davidbankes/omnipay-firstdata.git",
- "reference": "9ede42b44fea36f8a181684c9ac28bb121865258"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/davidbankes/omnipay-firstdata/zipball/9ede42b44fea36f8a181684c9ac28bb121865258",
- "reference": "9ede42b44fea36f8a181684c9ac28bb121865258",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\FirstData\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors"
- }
- ],
- "description": "First Data driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-firstdata",
- "keywords": [
- "first data",
- "firstdata",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "source": "https://github.com/davidbankes/omnipay-firstdata/tree/v2.4.1"
- },
- "time": "2018-09-13T01:24:34+00:00"
- },
- {
- "name": "omnipay/gocardless",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-gocardless.git",
- "reference": "f4f707921273b196ab526f3dbf3790cca0c77a80"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/f4f707921273b196ab526f3dbf3790cca0c77a80",
- "reference": "f4f707921273b196ab526f3dbf3790cca0c77a80",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\GoCardless\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors"
- }
- ],
- "description": "GoCardless driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-gocardless",
- "keywords": [
- "gateway",
- "go cardless",
- "gocardless",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-gocardless/issues",
- "source": "https://github.com/thephpleague/omnipay-gocardless/tree/master"
- },
- "time": "2016-01-16T03:19:31+00:00"
- },
- {
- "name": "omnipay/manual",
- "version": "v2.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-manual.git",
- "reference": "d896909093422f25a9deec13232b31ea69a72994"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/d896909093422f25a9deec13232b31ea69a72994",
- "reference": "d896909093422f25a9deec13232b31ea69a72994",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Manual\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-manual/contributors"
- }
- ],
- "description": "Manual driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-manual",
- "keywords": [
- "gateway",
- "manual",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-manual/issues",
- "source": "https://github.com/thephpleague/omnipay-manual/tree/master"
- },
- "time": "2016-12-28T03:02:15+00:00"
- },
- {
- "name": "omnipay/migs",
- "version": "v2.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-migs.git",
- "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/0f79c818a150e73497efbe5e097ac4377d8f9717",
- "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Migs\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-migs/contributors"
- }
- ],
- "description": "MIGS driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-migs",
- "keywords": [
- "gateway",
- "mastercard internet gateway service",
- "merchant",
- "migs",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-migs/issues",
- "source": "https://github.com/thephpleague/omnipay-migs/tree/master"
- },
- "time": "2017-06-07T07:52:47+00:00"
- },
- {
- "name": "omnipay/mollie",
- "version": "v3.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-mollie.git",
- "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/8a81a9980a3de726e6badb2ca0edc3728bba6c95",
- "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.2"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Mollie\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
- }
- ],
- "description": "Mollie driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-mollie",
- "keywords": [
- "gateway",
- "merchant",
- "mollie",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-mollie/issues",
- "source": "https://github.com/thephpleague/omnipay-mollie/tree/master"
- },
- "time": "2016-10-11T09:44:09+00:00"
- },
- {
- "name": "omnipay/multisafepay",
- "version": "v2.3.6",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
- "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/6d7a6d64fa0e124b90767e505ea105f4c3ecbadd",
- "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\MultiSafepay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
- }
- ],
- "description": "MultiSafepay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
- "keywords": [
- "gateway",
- "merchant",
- "multi safepay",
- "multisafepay",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-multisafepay/issues",
- "source": "https://github.com/thephpleague/omnipay-multisafepay/tree/master"
- },
- "time": "2017-05-28T06:28:10+00:00"
- },
- {
- "name": "omnipay/netaxept",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-netaxept.git",
- "reference": "4cefa26d47af97fc1fefa2a651ea5eea25d23af8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/4cefa26d47af97fc1fefa2a651ea5eea25d23af8",
- "reference": "4cefa26d47af97fc1fefa2a651ea5eea25d23af8",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Netaxept\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors"
- }
- ],
- "description": "Netaxept driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-netaxept",
- "keywords": [
- "gateway",
- "merchant",
- "netaxept",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-netaxept/issues",
- "source": "https://github.com/thephpleague/omnipay-netaxept/tree/master"
- },
- "time": "2018-05-14T08:46:15+00:00"
- },
- {
- "name": "omnipay/netbanx",
- "version": "v2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-netbanx.git",
- "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/3684bbbf0dbdb977c1484d7252d776d81c68c813",
- "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\NetBanx\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors"
- }
- ],
- "description": "NetBanx driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-netbanx",
- "keywords": [
- "gateway",
- "merchant",
- "netbanx",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-netbanx/issues",
- "source": "https://github.com/thephpleague/omnipay-netbanx/tree/master"
- },
- "time": "2016-09-21T10:52:03+00:00"
- },
- {
- "name": "omnipay/omnipay",
- "version": "2.3.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay.git",
- "reference": "cc04bd22b4149c94c52b002181d4993e4f8fe812"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/cc04bd22b4149c94c52b002181d4993e4f8fe812",
- "reference": "cc04bd22b4149c94c52b002181d4993e4f8fe812",
- "shasum": ""
- },
- "require": {
- "omnipay/2checkout": "~2.0",
- "omnipay/authorizenet": "~2.0",
- "omnipay/buckaroo": "~2.0",
- "omnipay/cardsave": "~2.0",
- "omnipay/coinbase": "~2.0",
- "omnipay/common": "~2.3",
- "omnipay/dummy": "~2.0",
- "omnipay/eway": "~2.0",
- "omnipay/firstdata": "~2.0",
- "omnipay/gocardless": "~2.0",
- "omnipay/manual": "~2.0",
- "omnipay/migs": "~2.0",
- "omnipay/mollie": "~3.0",
- "omnipay/multisafepay": "~2.0",
- "omnipay/netaxept": "~2.0",
- "omnipay/netbanx": "~2.0",
- "omnipay/payfast": "~2.0",
- "omnipay/payflow": "~2.0",
- "omnipay/paymentexpress": "~2.0",
- "omnipay/paypal": "~2.0",
- "omnipay/pin": "~2.0",
- "omnipay/sagepay": "~2.0",
- "omnipay/securepay": "~2.0",
- "omnipay/stripe": "~2.0",
- "omnipay/targetpay": "~2.0",
- "omnipay/worldpay": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "suggest": {
- "academe/omnipay-helcim": "Helcim",
- "agmscode/omnipay-agms": "Agms",
- "alfaproject/omnipay-neteller": "Neteller",
- "alfaproject/omnipay-skrill": "Skrill",
- "andreas22/omnipay-fasapay": "Fasapay",
- "andylibrian/omnipay-veritrans": "Veritrans",
- "cardgate/omnipay-cardgate": "CardGate",
- "coatesap/omnipay-datacash": "DataCash",
- "coatesap/omnipay-paymentsense": "PaymentSense",
- "coatesap/omnipay-realex": "Realex",
- "dabsquared/omnipay-cybersource-soap": "Cybersource SOAP",
- "delatbabel/omnipay-fatzebra": "Fat Zebra",
- "dercoder/omnipay-ecopayz": "ecoPayz",
- "dercoder/omnipay-globalcloudpay": "Globalcloudpay",
- "descubraomundo/omnipay-pagarme": "Pagar.me",
- "dioscouri/omnipay-cybersource": "Cybersource",
- "fotografde/omnipay-checkoutcom": "Checkout.com",
- "fruitcakestudio/omnipay-sisow": "Sisow",
- "igaponov/omnipay-wirecard": "Wirecard",
- "justinbusschau/omnipay-secpay": "SecPay",
- "lokielse/omnipay-alipay": "Alipay",
- "lokielse/omnipay-global-alipay": "Global Alipay",
- "lokielse/omnipay-unionpay": "UnionPay",
- "lokielse/omnipay-wechatpay": "WechatPay",
- "mfauveau/omnipay-nmi": "Network Merchants Inc. (NMI)",
- "mfauveau/omnipay-pacnet": "Pacnet",
- "omnipay/payu": "PayU",
- "paypronl/omnipay-paypro": "PayPro",
- "samvaughton/omnipay-barclays-epdq": "Barclays ePDQ",
- "teaandcode/omnipay-worldpay-xml": "WorldPay XML Direct"
- },
- "type": "metapackage",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Kayla Daniels",
- "email": "kayladnls@gmail.com"
- },
- {
- "name": "Omnipay Community",
- "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
- }
- ],
- "description": "Includes Omnipay payment processing library and all officially supported gateways",
- "homepage": "https://github.com/thephpleague/omnipay",
- "keywords": [
- "2checkout",
- "2co",
- "auth.net",
- "authorize",
- "authorize.net",
- "buckaroo",
- "cardsave",
- "checkoutcom",
- "coinbase",
- "commweb",
- "cybersource",
- "dps",
- "egate",
- "eway",
- "express",
- "first data",
- "firstdata",
- "gateway",
- "gocardless",
- "ideal",
- "merchant",
- "migs",
- "mollie",
- "multisafepay",
- "netaxept",
- "netbanx",
- "pagarme",
- "pay",
- "payfast",
- "payflow",
- "payment",
- "paymentexpress",
- "payone",
- "paypal",
- "payu",
- "pin",
- "purchase",
- "rapid",
- "sagepay",
- "securepay",
- "stripe",
- "tala",
- "tala-payments",
- "targetpay",
- "twocheckout",
- "worldpay"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay/issues",
- "source": "https://github.com/thephpleague/omnipay/tree/master"
- },
- "abandoned": "league/omnipay",
- "time": "2017-03-21T09:24:49+00:00"
- },
- {
- "name": "omnipay/payfast",
- "version": "v2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-payfast.git",
- "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2",
- "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\PayFast\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
- }
- ],
- "description": "PayFast driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-payfast",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payfast",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-payfast/issues",
- "source": "https://github.com/thephpleague/omnipay-payfast/tree/master"
- },
- "time": "2018-02-02T17:02:45+00:00"
- },
- {
- "name": "omnipay/payflow",
- "version": "v2.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-payflow.git",
- "reference": "88fb22e1203caff81e106abd4a9b77fc32bb1708"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/88fb22e1203caff81e106abd4a9b77fc32bb1708",
- "reference": "88fb22e1203caff81e106abd4a9b77fc32bb1708",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Payflow\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors"
- }
- ],
- "description": "Payflow driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-payflow",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payflow",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-payflow/issues",
- "source": "https://github.com/thephpleague/omnipay-payflow/tree/master"
- },
- "time": "2018-04-11T04:19:09+00:00"
- },
- {
- "name": "omnipay/paymentexpress",
- "version": "v2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
- "reference": "ffae669fa3833bfd07c111c390cf863b8db3c7d2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/ffae669fa3833bfd07c111c390cf863b8db3c7d2",
- "reference": "ffae669fa3833bfd07c111c390cf863b8db3c7d2",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\PaymentExpress\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors"
- }
- ],
- "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
- "keywords": [
- "direct payment solutions",
- "dps",
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "payment express",
- "paymentexpress",
- "pxaccess",
- "pxpay",
- "pxpost"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-paymentexpress/issues",
- "source": "https://github.com/thephpleague/omnipay-paymentexpress/tree/2.x"
- },
- "time": "2020-06-05T07:06:48+00:00"
- },
- {
- "name": "omnipay/paypal",
- "version": "v2.6.4",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-paypal.git",
- "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/9e44c31a7038d4a23232b3739b602e8842106c4e",
- "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\PayPal\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
- }
- ],
- "description": "PayPal gateway for Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-paypal",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "paypal",
- "purchase"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-paypal/issues",
- "source": "https://github.com/thephpleague/omnipay-paypal/tree/master"
- },
- "time": "2017-11-10T08:10:43+00:00"
- },
- {
- "name": "omnipay/pin",
- "version": "v2.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-pin.git",
- "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-pin/zipball/8c859bc71de8def70623eacd1b3ec6da1829a445",
- "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Pin\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-pin/contributors"
- }
- ],
- "description": "Pin Payments driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-pin",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "pin"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-pin/issues",
- "source": "https://github.com/thephpleague/omnipay-pin/tree/master"
- },
- "time": "2016-03-25T18:06:33+00:00"
- },
- {
- "name": "omnipay/sagepay",
- "version": "2.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-sagepay.git",
- "reference": "3f47213f3227cbabb183348f387b7a0a938b6f09"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/3f47213f3227cbabb183348f387b7a0a938b6f09",
- "reference": "3f47213f3227cbabb183348f387b7a0a938b6f09",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.4",
- "php": ">=5.4"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\SagePay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
- }
- ],
- "description": "Sage Pay driver for the Omnipay PHP payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-sagepay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "purchase",
- "sage pay",
- "sagepay"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-sagepay/issues",
- "source": "https://github.com/thephpleague/omnipay-sagepay/tree/2.x"
- },
- "time": "2018-09-17T21:45:59+00:00"
- },
- {
- "name": "omnipay/securepay",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-securepay.git",
- "reference": "ac2982c4b5382e233d620bdfec345a54b0394977"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-securepay/zipball/ac2982c4b5382e233d620bdfec345a54b0394977",
- "reference": "ac2982c4b5382e233d620bdfec345a54b0394977",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\SecurePay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-securepay/contributors"
- }
- ],
- "description": "SecurePay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-securepay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "securepay"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-securepay/issues",
- "source": "https://github.com/thephpleague/omnipay-securepay/tree/2.2.0"
- },
- "time": "2018-05-25T07:49:11+00:00"
- },
- {
- "name": "omnipay/stripe",
- "version": "V2.4.7",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-stripe.git",
- "reference": "26a33414a75939af75064022112005d5e51fc9ea"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/26a33414a75939af75064022112005d5e51fc9ea",
- "reference": "26a33414a75939af75064022112005d5e51fc9ea",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Stripe\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
- }
- ],
- "description": "Stripe driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-stripe",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "stripe"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
- "source": "https://github.com/thephpleague/omnipay-stripe/tree/master"
- },
- "time": "2017-07-14T09:22:01+00:00"
- },
- {
- "name": "omnipay/targetpay",
- "version": "v2.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-targetpay.git",
- "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
- "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\TargetPay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
- }
- ],
- "description": "TargetPay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-targetpay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "targetpay"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-targetpay/issues",
- "source": "https://github.com/thephpleague/omnipay-targetpay/tree/master"
- },
- "time": "2014-09-17T00:38:39+00:00"
- },
- {
- "name": "omnipay/worldpay",
- "version": "v2.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/omnipay-worldpay.git",
- "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/522fbac76b1baa65cb62192fedff227fe37a8cf0",
- "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\WorldPay\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Adrian Macneil",
- "email": "adrian@adrianmacneil.com"
- },
- {
- "name": "Omnipay Contributors",
- "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors"
- }
- ],
- "description": "WorldPay driver for the Omnipay payment processing library",
- "homepage": "https://github.com/thephpleague/omnipay-worldpay",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "pay",
- "payment",
- "worldpay"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/omnipay-worldpay/issues",
- "source": "https://github.com/thephpleague/omnipay-worldpay/tree/master"
- },
- "time": "2017-10-23T08:31:50+00:00"
- },
- {
- "name": "opis/closure",
- "version": "3.6.2",
- "source": {
- "type": "git",
- "url": "https://github.com/opis/closure.git",
- "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
- "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
- "shasum": ""
- },
- "require": {
- "php": "^5.4 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "jeremeamia/superclosure": "^2.0",
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.6.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Opis\\Closure\\": "src/"
- },
- "files": [
- "functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marius Sarca",
- "email": "marius.sarca@gmail.com"
- },
- {
- "name": "Sorin Sarca",
- "email": "sarca_sorin@hotmail.com"
- }
- ],
- "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
- "homepage": "https://opis.io/closure",
- "keywords": [
- "anonymous functions",
- "closure",
- "function",
- "serializable",
- "serialization",
- "serialize"
- ],
- "support": {
- "issues": "https://github.com/opis/closure/issues",
- "source": "https://github.com/opis/closure/tree/3.6.2"
- },
- "time": "2021-04-09T13:42:10+00:00"
- },
- {
- "name": "paragonie/constant_time_encoding",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/paragonie/constant_time_encoding.git",
- "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
- "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
- "shasum": ""
- },
- "require": {
- "php": "^7|^8"
- },
- "require-dev": {
- "phpunit/phpunit": "^6|^7|^8|^9",
- "vimeo/psalm": "^1|^2|^3|^4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "ParagonIE\\ConstantTime\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com",
- "role": "Maintainer"
- },
- {
- "name": "Steve 'Sc00bz' Thomas",
- "email": "steve@tobtu.com",
- "homepage": "https://www.tobtu.com",
- "role": "Original Developer"
- }
- ],
- "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
- "keywords": [
- "base16",
- "base32",
- "base32_decode",
- "base32_encode",
- "base64",
- "base64_decode",
- "base64_encode",
- "bin2hex",
- "encoding",
- "hex",
- "hex2bin",
- "rfc4648"
- ],
- "support": {
- "email": "info@paragonie.com",
- "issues": "https://github.com/paragonie/constant_time_encoding/issues",
- "source": "https://github.com/paragonie/constant_time_encoding"
- },
- "time": "2020-12-06T15:14:20+00:00"
- },
- {
- "name": "paragonie/random_compat",
- "version": "v2.0.20",
- "source": {
- "type": "git",
- "url": "https://github.com/paragonie/random_compat.git",
- "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
- "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.*|5.*"
- },
- "suggest": {
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
- },
- "type": "library",
- "autoload": {
- "files": [
- "lib/random.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
- }
- ],
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
- "keywords": [
- "csprng",
- "polyfill",
- "pseudorandom",
- "random"
- ],
- "support": {
- "email": "info@paragonie.com",
- "issues": "https://github.com/paragonie/random_compat/issues",
- "source": "https://github.com/paragonie/random_compat"
- },
- "time": "2021-04-17T09:33:01+00:00"
- },
- {
- "name": "patricktalmadge/bootstrapper",
- "version": "5.12.0",
- "source": {
- "type": "git",
- "url": "https://github.com/patricktalmadge/bootstrapper.git",
- "reference": "b9bb145705d3636cac96197714509ad431c4afa1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/patricktalmadge/bootstrapper/zipball/b9bb145705d3636cac96197714509ad431c4afa1",
- "reference": "b9bb145705d3636cac96197714509ad431c4afa1",
- "shasum": ""
- },
- "require": {
- "illuminate/config": "^6.0||^7.0||^8.0",
- "illuminate/routing": "^6.0||^7.0||^8.0",
- "illuminate/support": "^6.0||^7.0||^8.0",
- "laravelcollective/html": "^6.2.0",
- "php": ">=7.2.0",
- "twbs/bootstrap": "~3"
- },
- "require-dev": {
- "graham-campbell/phpspec-skip-example-extension": "^5.1",
- "mockery/mockery": "~1.3.3||^1.4.2",
- "phpspec/phpspec": "^6.3|^7.0",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Bootstrapper\\BootstrapperL5ServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Bootstrapper\\": "src\\Bootstrapper",
- "DummyClasses\\": "tests\\DummyClasses"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Patrick Talmadge",
- "email": "ptalmadge@gmail.com"
- },
- {
- "name": "Maxime Fabre",
- "email": "ehtnam6@gmail.com"
- },
- {
- "name": "Patrick Rose",
- "email": "pjr0911025@gmail.com"
- }
- ],
- "description": "Twitter Bootstrap markup generator",
- "keywords": [
- "bootstrap",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/patricktalmadge/bootstrapper/issues",
- "source": "https://github.com/patricktalmadge/bootstrapper/tree/5.12.0"
- },
- "time": "2020-12-01T17:58:19+00:00"
- },
- {
- "name": "phenx/php-font-lib",
- "version": "0.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/PhenX/php-font-lib.git",
- "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
- "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "classes/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Fabien Ménager",
- "email": "fabien.menager@gmail.com"
- }
- ],
- "description": "A library to read, parse, export and make subsets of different types of font files.",
- "homepage": "https://github.com/PhenX/php-font-lib",
- "support": {
- "issues": "https://github.com/PhenX/php-font-lib/issues",
- "source": "https://github.com/PhenX/php-font-lib/tree/master"
- },
- "time": "2014-02-01T15:22:28+00:00"
- },
- {
- "name": "phpdocumentor/reflection-common",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jaap van Otterdijk",
- "email": "opensource@ijaap.nl"
- }
- ],
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "FQSEN",
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
- "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
- },
- "time": "2020-06-27T09:03:43+00:00"
- },
- {
- "name": "phpdocumentor/type-resolver",
- "version": "1.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0"
- },
- "require-dev": {
- "ext-tokenizer": "*",
- "psalm/phar": "^4.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-1.x": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- }
- ],
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
- "support": {
- "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
- },
- "time": "2021-10-02T14:08:47+00:00"
- },
- {
- "name": "phpoffice/phpexcel",
- "version": "1.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPOffice/PHPExcel.git",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "php": "^5.2|^7.0"
- },
- "require-dev": {
- "squizlabs/php_codesniffer": "2.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PHPExcel": "Classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Maarten Balliauw",
- "homepage": "http://blog.maartenballiauw.be"
- },
- {
- "name": "Erik Tilt"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://rootslabs.net"
- },
- {
- "name": "Mark Baker",
- "homepage": "http://markbakeruk.net"
- }
- ],
- "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
- "homepage": "https://github.com/PHPOffice/PHPExcel",
- "keywords": [
- "OpenXML",
- "excel",
- "php",
- "spreadsheet",
- "xls",
- "xlsx"
- ],
- "support": {
- "issues": "https://github.com/PHPOffice/PHPExcel/issues",
- "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
- },
- "abandoned": "phpoffice/phpspreadsheet",
- "time": "2018-11-22T23:07:24+00:00"
- },
- {
- "name": "phpoption/phpoption",
- "version": "1.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/php-option.git",
- "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
- "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
- "shasum": ""
- },
- "require": {
- "php": "^7.0 || ^8.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
- "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PhpOption\\": "src/PhpOption/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- },
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk"
- }
- ],
- "description": "Option Type for PHP",
- "keywords": [
- "language",
- "option",
- "php",
- "type"
- ],
- "support": {
- "issues": "https://github.com/schmittjoh/php-option/issues",
- "source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-28T21:27:29+00:00"
- },
- {
- "name": "phpseclib/phpseclib",
- "version": "3.0.10",
- "source": {
- "type": "git",
- "url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
- "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
- "shasum": ""
- },
- "require": {
- "paragonie/constant_time_encoding": "^1|^2",
- "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
- "php": ">=5.6.1"
- },
- "require-dev": {
- "phing/phing": "~2.7",
- "phpunit/phpunit": "^5.7|^6.0|^9.4",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "suggest": {
- "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
- "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
- "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
- "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
- },
- "type": "library",
- "autoload": {
- "files": [
- "phpseclib/bootstrap.php"
- ],
- "psr-4": {
- "phpseclib3\\": "phpseclib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jim Wigginton",
- "email": "terrafrost@php.net",
- "role": "Lead Developer"
- },
- {
- "name": "Patrick Monnerat",
- "email": "pm@datasphere.ch",
- "role": "Developer"
- },
- {
- "name": "Andreas Fischer",
- "email": "bantu@phpbb.com",
- "role": "Developer"
- },
- {
- "name": "Hans-Jürgen Petrich",
- "email": "petrich@tronic-media.com",
- "role": "Developer"
- },
- {
- "name": "Graham Campbell",
- "email": "graham@alt-three.com",
- "role": "Developer"
- }
- ],
- "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
- "homepage": "http://phpseclib.sourceforge.net",
- "keywords": [
- "BigInteger",
- "aes",
- "asn.1",
- "asn1",
- "blowfish",
- "crypto",
- "cryptography",
- "encryption",
- "rsa",
- "security",
- "sftp",
- "signature",
- "signing",
- "ssh",
- "twofish",
- "x.509",
- "x509"
- ],
- "support": {
- "issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10"
- },
- "funding": [
- {
- "url": "https://github.com/terrafrost",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/phpseclib",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-16T04:24:45+00:00"
- },
- {
- "name": "pragmarx/google2fa",
- "version": "v2.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/antonioribeiro/google2fa.git",
- "reference": "5a818bda62fab0c0a79060b06d50d50b5525d631"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/5a818bda62fab0c0a79060b06d50d50b5525d631",
- "reference": "5a818bda62fab0c0a79060b06d50d50b5525d631",
- "shasum": ""
- },
- "require": {
- "paragonie/constant_time_encoding": "~1.0|~2.0",
- "paragonie/random_compat": "~1.4|~2.0",
- "php": ">=5.4",
- "symfony/polyfill-php56": "~1.2"
- },
- "require-dev": {
- "bacon/bacon-qr-code": "~1.0",
- "phpunit/phpunit": "~4|~5|~6"
- },
- "suggest": {
- "bacon/bacon-qr-code": "Required to generate inline QR Codes."
- },
- "type": "library",
- "extra": {
- "component": "package",
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PragmaRX\\Google2FA\\": "src/",
- "PragmaRX\\Google2FA\\Tests\\": "tests/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Antonio Carlos Ribeiro",
- "email": "acr@antoniocarlosribeiro.com",
- "role": "Creator & Designer"
- }
- ],
- "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
- "keywords": [
- "2fa",
- "Authentication",
- "Two Factor Authentication",
- "google2fa",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/antonioribeiro/google2fa/issues",
- "source": "https://github.com/antonioribeiro/google2fa/tree/master"
- },
- "time": "2018-01-06T16:21:07+00:00"
- },
- {
- "name": "pragmarx/google2fa-laravel",
- "version": "v0.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/antonioribeiro/google2fa-laravel.git",
- "reference": "38bd96a1732b9dea963c52e0f503a65265c077c9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/38bd96a1732b9dea963c52e0f503a65265c077c9",
- "reference": "38bd96a1732b9dea963c52e0f503a65265c077c9",
- "shasum": ""
- },
- "require": {
- "laravel/framework": ">=5.2",
- "php": ">=5.4",
- "pragmarx/google2fa": "~2.0"
- },
- "require-dev": {
- "benconstable/phpspec-laravel": "~3.0",
- "phpspec/phpspec": "~3"
- },
- "suggest": {
- "bacon/bacon-qr-code": "Required to generate inline QR Codes.",
- "pragmarx/recovery": "Generate recovery codes."
- },
- "type": "library",
- "extra": {
- "component": "package",
- "frameworks": [
- "Laravel"
- ],
- "branch-alias": {
- "dev-master": "0.1-dev"
- },
- "laravel": {
- "providers": [
- "PragmaRX\\Google2FALaravel\\ServiceProvider"
- ],
- "aliases": {
- "Google2FA": "PragmaRX\\Google2FALaravel\\Facade"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "PragmaRX\\Google2FALaravel\\": "src/",
- "spec\\PragmaRX\\Google2FALaravel\\": "tests/spec/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Antonio Carlos Ribeiro",
- "email": "acr@antoniocarlosribeiro.com",
- "role": "Creator & Designer"
- }
- ],
- "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
- "keywords": [
- "Authentication",
- "Two Factor Authentication",
- "google2fa",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/antonioribeiro/google2fa-laravel/issues",
- "source": "https://github.com/antonioribeiro/google2fa-laravel/tree/master"
- },
- "time": "2017-12-06T03:26:14+00:00"
- },
- {
- "name": "predis/predis",
- "version": "v1.1.9",
- "source": {
- "type": "git",
- "url": "https://github.com/predis/predis.git",
- "reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/predis/predis/zipball/c50c3393bb9f47fa012d0cdfb727a266b0818259",
- "reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8"
- },
- "suggest": {
- "ext-curl": "Allows access to Webdis when paired with phpiredis",
- "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Predis\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Daniele Alessandri",
- "email": "suppakilla@gmail.com",
- "homepage": "http://clorophilla.net",
- "role": "Creator & Maintainer"
- },
- {
- "name": "Till Krüss",
- "homepage": "https://till.im",
- "role": "Maintainer"
- }
- ],
- "description": "Flexible and feature-complete Redis client for PHP and HHVM",
- "homepage": "http://github.com/predis/predis",
- "keywords": [
- "nosql",
- "predis",
- "redis"
- ],
- "support": {
- "issues": "https://github.com/predis/predis/issues",
- "source": "https://github.com/predis/predis/tree/v1.1.9"
- },
- "funding": [
- {
- "url": "https://github.com/sponsors/tillkruss",
- "type": "github"
- }
- ],
- "time": "2021-10-05T19:02:38+00:00"
- },
- {
- "name": "psr/cache",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/cache.git",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Cache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for caching libraries",
- "keywords": [
- "cache",
- "psr",
- "psr-6"
- ],
- "support": {
- "source": "https://github.com/php-fig/cache/tree/master"
- },
- "time": "2016-08-06T20:24:11+00:00"
- },
- {
- "name": "psr/container",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
- "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "support": {
- "issues": "https://github.com/php-fig/container/issues",
- "source": "https://github.com/php-fig/container/tree/1.1.1"
- },
- "time": "2021-03-05T17:36:06+00:00"
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
- },
- "time": "2016-08-06T14:39:51+00:00"
- },
- {
- "name": "psr/log",
- "version": "1.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "support": {
- "source": "https://github.com/php-fig/log/tree/1.1.4"
- },
- "time": "2021-05-03T11:20:27+00:00"
- },
- {
- "name": "psr/simple-cache",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/simple-cache.git",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\SimpleCache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for simple caching",
- "keywords": [
- "cache",
- "caching",
- "psr",
- "psr-16",
- "simple-cache"
- ],
- "support": {
- "source": "https://github.com/php-fig/simple-cache/tree/master"
- },
- "time": "2017-10-23T01:57:42+00:00"
- },
- {
- "name": "psy/psysh",
- "version": "v0.9.12",
- "source": {
- "type": "git",
- "url": "https://github.com/bobthecow/psysh.git",
- "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
- "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
- "shasum": ""
- },
- "require": {
- "dnoegel/php-xdg-base-dir": "0.1.*",
- "ext-json": "*",
- "ext-tokenizer": "*",
- "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
- "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
- "php": ">=5.4.0",
- "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
- "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.2",
- "hoa/console": "~2.15|~3.16",
- "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
- },
- "suggest": {
- "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
- "ext-pdo-sqlite": "The doc command requires SQLite to work.",
- "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
- "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
- "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
- },
- "bin": [
- "bin/psysh"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-develop": "0.9.x-dev"
- }
- },
- "autoload": {
- "files": [
- "src/functions.php"
- ],
- "psr-4": {
- "Psy\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Justin Hileman",
- "email": "justin@justinhileman.info",
- "homepage": "http://justinhileman.com"
- }
- ],
- "description": "An interactive shell for modern PHP.",
- "homepage": "http://psysh.org",
- "keywords": [
- "REPL",
- "console",
- "interactive",
- "shell"
- ],
- "support": {
- "issues": "https://github.com/bobthecow/psysh/issues",
- "source": "https://github.com/bobthecow/psysh/tree/v0.9.12"
- },
- "time": "2019-12-06T14:19:43+00:00"
- },
- {
- "name": "rackspace/php-opencloud",
- "version": "v1.16.0",
- "source": {
- "type": "git",
- "url": "https://github.com/rackspace/php-opencloud.git",
- "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/rackspace/php-opencloud/zipball/d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
- "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
- "shasum": ""
- },
- "require": {
- "guzzle/guzzle": "~3.8",
- "mikemccabe/json-patch-php": "~0.1",
- "php": ">=5.4",
- "psr/log": "~1.0"
- },
- "require-dev": {
- "apigen/apigen": "~4.0",
- "fabpot/php-cs-fixer": "1.0.*@dev",
- "jakub-onderka/php-parallel-lint": "0.*",
- "phpspec/prophecy": "~1.4",
- "phpunit/phpunit": "4.3.*",
- "satooshi/php-coveralls": "0.6.*@dev"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "OpenCloud": [
- "lib/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Jamie Hannaford",
- "email": "jamie.hannaford@rackspace.com",
- "homepage": "https://github.com/jamiehannaford"
- }
- ],
- "description": "PHP SDK for Rackspace/OpenStack APIs",
- "keywords": [
- "Openstack",
- "nova",
- "opencloud",
- "rackspace",
- "swift"
- ],
- "support": {
- "issues": "https://github.com/rackspace/php-opencloud/issues",
- "source": "https://github.com/rackspace/php-opencloud/tree/working"
- },
- "time": "2016-01-29T10:34:57+00:00"
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "3.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/ralouphie/getallheaders.git",
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^5 || ^6.5"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/getallheaders.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ralph Khattar",
- "email": "ralph.khattar@gmail.com"
- }
- ],
- "description": "A polyfill for getallheaders.",
- "support": {
- "issues": "https://github.com/ralouphie/getallheaders/issues",
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
- },
- "time": "2019-03-08T08:55:37+00:00"
- },
- {
- "name": "ramsey/uuid",
- "version": "3.9.6",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/uuid.git",
- "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/ffa80ab953edd85d5b6c004f96181a538aad35a3",
- "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
- "php": "^5.4 | ^7.0 | ^8.0",
- "symfony/polyfill-ctype": "^1.8"
- },
- "replace": {
- "rhumsaa/uuid": "self.version"
- },
- "require-dev": {
- "codeception/aspect-mock": "^1 | ^2",
- "doctrine/annotations": "^1.2",
- "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
- "mockery/mockery": "^0.9.11 | ^1",
- "moontoast/math": "^1.1",
- "nikic/php-parser": "<=4.5.0",
- "paragonie/random-lib": "^2",
- "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
- "php-parallel-lint/php-parallel-lint": "^1.3",
- "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
- "squizlabs/php_codesniffer": "^3.5",
- "yoast/phpunit-polyfills": "^1.0"
- },
- "suggest": {
- "ext-ctype": "Provides support for PHP Ctype functions",
- "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
- "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
- "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
- "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
- "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
- "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
- "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- },
- "files": [
- "src/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ben Ramsey",
- "email": "ben@benramsey.com",
- "homepage": "https://benramsey.com"
- },
- {
- "name": "Marijn Huizendveld",
- "email": "marijn.huizendveld@gmail.com"
- },
- {
- "name": "Thibaud Fabre",
- "email": "thibaud@aztech.io"
- }
- ],
- "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
- "homepage": "https://github.com/ramsey/uuid",
- "keywords": [
- "guid",
- "identifier",
- "uuid"
- ],
- "support": {
- "issues": "https://github.com/ramsey/uuid/issues",
- "rss": "https://github.com/ramsey/uuid/releases.atom",
- "source": "https://github.com/ramsey/uuid",
- "wiki": "https://github.com/ramsey/uuid/wiki"
- },
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-25T23:07:42+00:00"
- },
- {
- "name": "react/promise",
- "version": "v2.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/reactphp/promise.git",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "React\\Promise\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jan Sorgalla",
- "email": "jsorgalla@gmail.com"
- }
- ],
- "description": "A lightweight implementation of CommonJS Promises/A for PHP",
- "keywords": [
- "promise",
- "promises"
- ],
- "support": {
- "issues": "https://github.com/reactphp/promise/issues",
- "source": "https://github.com/reactphp/promise/tree/v2.8.0"
- },
- "time": "2020-05-12T15:16:56+00:00"
- },
- {
- "name": "rize/uri-template",
- "version": "0.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/rize/UriTemplate.git",
- "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2a874863c48d643b9e2e254ab288ec203060a0b8",
- "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8.36"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Rize\\": "src/Rize"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marut K",
- "homepage": "http://twitter.com/rezigned"
- }
- ],
- "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
- "keywords": [
- "RFC 6570",
- "template",
- "uri"
- ],
- "support": {
- "issues": "https://github.com/rize/UriTemplate/issues",
- "source": "https://github.com/rize/UriTemplate/tree/0.3.4"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/rezigned",
- "type": "custom"
- },
- {
- "url": "https://opencollective.com/rize-uri-template",
- "type": "open_collective"
- }
- ],
- "time": "2021-10-09T06:30:16+00:00"
- },
- {
- "name": "sabre/uri",
- "version": "2.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sabre-io/uri.git",
- "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff",
- "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~2.16.1",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "lib/functions.php"
- ],
- "psr-4": {
- "Sabre\\Uri\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Evert Pot",
- "email": "me@evertpot.com",
- "homepage": "http://evertpot.com/",
- "role": "Developer"
- }
- ],
- "description": "Functions for making sense out of URIs.",
- "homepage": "http://sabre.io/uri/",
- "keywords": [
- "rfc3986",
- "uri",
- "url"
- ],
- "support": {
- "forum": "https://groups.google.com/group/sabredav-discuss",
- "issues": "https://github.com/sabre-io/uri/issues",
- "source": "https://github.com/fruux/sabre-uri"
- },
- "time": "2020-10-03T10:33:23+00:00"
- },
- {
- "name": "sabre/xml",
- "version": "1.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sabre-io/xml.git",
- "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e",
- "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-xmlreader": "*",
- "ext-xmlwriter": "*",
- "lib-libxml": ">=2.6.20",
- "php": ">=5.5.5",
- "sabre/uri": ">=1.0,<3.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8|~5.7",
- "sabre/cs": "~1.0.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Sabre\\Xml\\": "lib/"
- },
- "files": [
- "lib/Deserializer/functions.php",
- "lib/Serializer/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Evert Pot",
- "email": "me@evertpot.com",
- "homepage": "http://evertpot.com/",
- "role": "Developer"
- },
- {
- "name": "Markus Staab",
- "email": "markus.staab@redaxo.de",
- "role": "Developer"
- }
- ],
- "description": "sabre/xml is an XML library that you may not hate.",
- "homepage": "https://sabre.io/xml/",
- "keywords": [
- "XMLReader",
- "XMLWriter",
- "dom",
- "xml"
- ],
- "support": {
- "forum": "https://groups.google.com/group/sabredav-discuss",
- "issues": "https://github.com/sabre-io/xml/issues",
- "source": "https://github.com/fruux/sabre-xml"
- },
- "time": "2019-01-09T13:51:57+00:00"
- },
- {
- "name": "seld/jsonlint",
- "version": "1.8.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
- "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
- "shasum": ""
- },
- "require": {
- "php": "^5.3 || ^7.0 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "bin": [
- "bin/jsonlint"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Seld\\JsonLint\\": "src/Seld/JsonLint/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "JSON Linter",
- "keywords": [
- "json",
- "linter",
- "parser",
- "validator"
- ],
- "support": {
- "issues": "https://github.com/Seldaek/jsonlint/issues",
- "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
- },
- "funding": [
- {
- "url": "https://github.com/Seldaek",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
- "type": "tidelift"
- }
- ],
- "time": "2020-11-11T09:19:24+00:00"
- },
- {
- "name": "seld/phar-utils",
- "version": "1.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/phar-utils.git",
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Seld\\PharUtils\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be"
- }
- ],
- "description": "PHAR file format utilities, for when PHP phars you up",
- "keywords": [
- "phar"
- ],
- "support": {
- "issues": "https://github.com/Seldaek/phar-utils/issues",
- "source": "https://github.com/Seldaek/phar-utils/tree/1.1.2"
- },
- "time": "2021-08-19T21:01:38+00:00"
- },
- {
- "name": "setasign/fpdi",
- "version": "v2.3.6",
- "source": {
- "type": "git",
- "url": "https://github.com/Setasign/FPDI.git",
- "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
- "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
- "shasum": ""
- },
- "require": {
- "ext-zlib": "*",
- "php": "^5.6 || ^7.0 || ^8.0"
- },
- "conflict": {
- "setasign/tfpdf": "<1.31"
- },
- "require-dev": {
- "phpunit/phpunit": "~5.7",
- "setasign/fpdf": "~1.8",
- "setasign/tfpdf": "1.31",
- "squizlabs/php_codesniffer": "^3.5",
- "tecnickcom/tcpdf": "~6.2"
- },
- "suggest": {
- "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "setasign\\Fpdi\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jan Slabon",
- "email": "jan.slabon@setasign.com",
- "homepage": "https://www.setasign.com"
- },
- {
- "name": "Maximilian Kresse",
- "email": "maximilian.kresse@setasign.com",
- "homepage": "https://www.setasign.com"
- }
- ],
- "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
- "homepage": "https://www.setasign.com/fpdi",
- "keywords": [
- "fpdf",
- "fpdi",
- "pdf"
- ],
- "support": {
- "issues": "https://github.com/Setasign/FPDI/issues",
- "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
- "type": "tidelift"
- }
- ],
- "time": "2021-02-11T11:37:01+00:00"
- },
- {
- "name": "simshaun/recurr",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/simshaun/recurr.git",
- "reference": "b5aa5b07a595023b67a558b810390dfa7160e3f5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/simshaun/recurr/zipball/b5aa5b07a595023b67a558b810390dfa7160e3f5",
- "reference": "b5aa5b07a595023b67a558b810390dfa7160e3f5",
- "shasum": ""
- },
- "require": {
- "doctrine/collections": "~1.6",
- "php": "^7.2||^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.16",
- "symfony/yaml": "^5.3"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Recurr\\": "src/Recurr/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Shaun Simmons",
- "email": "shaun@shaun.pub",
- "homepage": "https://shaun.pub"
- }
- ],
- "description": "PHP library for working with recurrence rules",
- "homepage": "https://github.com/simshaun/recurr",
- "keywords": [
- "dates",
- "events",
- "recurrence",
- "recurring",
- "rrule"
- ],
- "support": {
- "issues": "https://github.com/simshaun/recurr/issues",
- "source": "https://github.com/simshaun/recurr/tree/v5.0.0"
- },
- "time": "2021-09-09T03:42:57+00:00"
- },
- {
- "name": "sly/notification-pusher",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/turbo124/NotificationPusher.git",
- "reference": "68558e63f0f298e25bf46921e3bcc34e3f5c2082"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/turbo124/NotificationPusher/zipball/68558e63f0f298e25bf46921e3bcc34e3f5c2082",
- "reference": "68558e63f0f298e25bf46921e3bcc34e3f5c2082",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "~1.4",
- "php": ">=5.5",
- "symfony/console": "~2.3|~3.0|~4.0",
- "symfony/options-resolver": "~2.3|~3.0|~4.0",
- "symfony/process": "~2.3|~3.0|~4.0",
- "zendframework/zendservice-apple-apns": "^1.1.0",
- "zendframework/zendservice-google-gcm": "1.*"
- },
- "require-dev": {
- "atoum/atoum": "dev-master"
- },
- "default-branch": true,
- "bin": [
- "np"
- ],
- "type": "standalone",
- "autoload": {
- "psr-0": {
- "Sly": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Cédric Dugat",
- "email": "cedric@dugat.me"
- },
- {
- "name": "Contributors",
- "homepage": "https://github.com/Ph3nol/NotificationPusher/contributors"
- }
- ],
- "description": "Standalone PHP library for easy devices notifications push.",
- "homepage": "https://github.com/Ph3nol/NotificationPusher",
- "keywords": [
- "android",
- "apns",
- "apple",
- "gcm",
- "iphone",
- "message",
- "notification",
- "push",
- "pusher"
- ],
- "support": {
- "source": "https://github.com/turbo124/NotificationPusher/tree/master"
- },
- "time": "2021-10-18T20:49:37+00:00"
- },
- {
- "name": "softcommerce/omnipay-paytrace",
- "version": "v1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/iddqdidkfa/omnipay-paytrace.git",
- "reference": "82077923d14a1c8b45a89b6683343e0617d83956"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/iddqdidkfa/omnipay-paytrace/zipball/82077923d14a1c8b45a89b6683343e0617d83956",
- "reference": "82077923d14a1c8b45a89b6683343e0617d83956",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Omnipay\\Paytrace\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Oleg Ilyushyn",
- "email": "iloa.exec@gmail.com"
- }
- ],
- "description": "PayTrace gateway for the Omnipay payment processing library",
- "homepage": "https://github.com/iddqdidkfa/omnipay-paytrace",
- "keywords": [
- "gateway",
- "merchant",
- "omnipay",
- "payment",
- "paytrace"
- ],
- "support": {
- "issues": "https://github.com/iddqdidkfa/omnipay-paytrace/issues",
- "source": "https://github.com/iddqdidkfa/omnipay-paytrace/tree/master"
- },
- "time": "2017-08-24T17:02:28+00:00"
- },
- {
- "name": "stripe/stripe-php",
- "version": "v7.100.0",
- "source": {
- "type": "git",
- "url": "https://github.com/stripe/stripe-php.git",
- "reference": "3dfc3dcd5d967a14d2852f34e544188af5f9b799"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3dfc3dcd5d967a14d2852f34e544188af5f9b799",
- "reference": "3dfc3dcd5d967a14d2852f34e544188af5f9b799",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "php": ">=5.6.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "2.17.1",
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^5.7",
- "squizlabs/php_codesniffer": "^3.3",
- "symfony/process": "~3.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Stripe\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Stripe and contributors",
- "homepage": "https://github.com/stripe/stripe-php/contributors"
- }
- ],
- "description": "Stripe PHP Library",
- "homepage": "https://stripe.com/",
- "keywords": [
- "api",
- "payment processing",
- "stripe"
- ],
- "support": {
- "issues": "https://github.com/stripe/stripe-php/issues",
- "source": "https://github.com/stripe/stripe-php/tree/v7.100.0"
- },
- "time": "2021-10-11T20:05:45+00:00"
- },
- {
- "name": "superbalist/flysystem-google-storage",
- "version": "7.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/Superbalist/flysystem-google-cloud-storage.git",
- "reference": "87e2f450c0e4b5200fef9ffe6863068cc873d734"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Superbalist/flysystem-google-cloud-storage/zipball/87e2f450c0e4b5200fef9ffe6863068cc873d734",
- "reference": "87e2f450c0e4b5200fef9ffe6863068cc873d734",
- "shasum": ""
- },
- "require": {
- "google/cloud-storage": "~1.0",
- "league/flysystem": "~1.0",
- "php": ">=5.5.0"
- },
- "require-dev": {
- "mockery/mockery": "0.9.*",
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Superbalist\\Flysystem\\GoogleStorage\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Superbalist.com a division of Takealot Online (Pty) Ltd",
- "email": "info@superbalist.com"
- }
- ],
- "description": "Flysystem adapter for Google Cloud Storage",
- "support": {
- "issues": "https://github.com/Superbalist/flysystem-google-cloud-storage/issues",
- "source": "https://github.com/Superbalist/flysystem-google-cloud-storage/tree/7.2.2"
- },
- "time": "2019-10-10T12:22:54+00:00"
- },
- {
- "name": "superbalist/laravel-google-cloud-storage",
- "version": "2.2.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Superbalist/laravel-google-cloud-storage.git",
- "reference": "745ada3c32a079dcd0d8a8e380e0fd01a49f16e3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Superbalist/laravel-google-cloud-storage/zipball/745ada3c32a079dcd0d8a8e380e0fd01a49f16e3",
- "reference": "745ada3c32a079dcd0d8a8e380e0fd01a49f16e3",
- "shasum": ""
- },
- "require": {
- "illuminate/filesystem": "^5.1|^6.0|^7.0|^8.0",
- "illuminate/support": "^5.1|^6.0|^7.0|^8.0",
- "league/flysystem-cached-adapter": "^1.0",
- "php": ">=5.5.9",
- "superbalist/flysystem-google-storage": ">=3.0 <8.0"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- },
- "laravel": {
- "providers": [
- "Superbalist\\LaravelGoogleCloudStorage\\GoogleCloudStorageServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Superbalist\\LaravelGoogleCloudStorage\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Superbalist.com a division of Takealot Online (Pty) Ltd",
- "email": "info@superbalist.com"
- }
- ],
- "description": "A Google Cloud Storage filesystem for Laravel",
- "support": {
- "issues": "https://github.com/Superbalist/laravel-google-cloud-storage/issues",
- "source": "https://github.com/Superbalist/laravel-google-cloud-storage/tree/2.2.4"
- },
- "time": "2020-09-22T06:16:53+00:00"
- },
- {
- "name": "swiftmailer/swiftmailer",
- "version": "v6.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/swiftmailer/swiftmailer.git",
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
- "shasum": ""
- },
- "require": {
- "egulias/email-validator": "^2.0|^3.1",
- "php": ">=7.0.0",
- "symfony/polyfill-iconv": "^1.0",
- "symfony/polyfill-intl-idn": "^1.10",
- "symfony/polyfill-mbstring": "^1.0"
- },
- "require-dev": {
- "mockery/mockery": "^1.0",
- "symfony/phpunit-bridge": "^4.4|^5.4"
- },
- "suggest": {
- "ext-intl": "Needed to support internationalized email addresses"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.2-dev"
- }
- },
- "autoload": {
- "files": [
- "lib/swift_required.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Chris Corbyn"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Swiftmailer, free feature-rich PHP mailer",
- "homepage": "https://swiftmailer.symfony.com",
- "keywords": [
- "email",
- "mail",
- "mailer"
- ],
- "support": {
- "issues": "https://github.com/swiftmailer/swiftmailer/issues",
- "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
- },
- "funding": [
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
- "type": "tidelift"
- }
- ],
- "time": "2021-10-18T15:26:12+00:00"
- },
- {
- "name": "symfony/config",
- "version": "v5.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/config.git",
- "reference": "4268f3059c904c61636275182707f81645517a37"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
- "reference": "4268f3059c904c61636275182707f81645517a37",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/filesystem": "^4.4|^5.0",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-php80": "^1.16",
- "symfony/polyfill-php81": "^1.22"
- },
- "conflict": {
- "symfony/finder": "<4.4"
- },
- "require-dev": {
- "symfony/event-dispatcher": "^4.4|^5.0",
- "symfony/finder": "^4.4|^5.0",
- "symfony/messenger": "^4.4|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Config\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/config/tree/v5.3.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-21T12:40:44+00:00"
- },
- {
- "name": "symfony/console",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/a3f7189a0665ee33b50e9e228c46f50f5acbed22",
- "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php73": "^1.8",
- "symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1|^2"
- },
- "conflict": {
- "psr/log": ">=3",
- "symfony/dependency-injection": "<3.4",
- "symfony/event-dispatcher": "<4.3|>=5",
- "symfony/lock": "<4.4",
- "symfony/process": "<3.3"
- },
- "provide": {
- "psr/log-implementation": "1.0|2.0"
- },
- "require-dev": {
- "psr/log": "^1|^2",
- "symfony/config": "^3.4|^4.0|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/event-dispatcher": "^4.3",
- "symfony/lock": "^4.4|^5.0",
- "symfony/process": "^3.4|^4.0|^5.0",
- "symfony/var-dumper": "^4.3|^5.0"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Console\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Eases the creation of beautiful and testable command line interfaces",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/console/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-25T19:27:26+00:00"
- },
- {
- "name": "symfony/css-selector",
- "version": "v3.4.47",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/css-selector.git",
- "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
- "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\CssSelector\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Jean-François Simon",
- "email": "jeanfrancois.simon@sensiolabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony CssSelector Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/css-selector/tree/v3.4.47"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-24T10:57:07+00:00"
- },
- {
- "name": "symfony/debug",
- "version": "v4.4.31",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/debug.git",
- "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0",
- "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "psr/log": "^1|^2|^3"
- },
- "conflict": {
- "symfony/http-kernel": "<3.4"
- },
- "require-dev": {
- "symfony/http-kernel": "^3.4|^4.0|^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Debug\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools to ease debugging PHP code",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/debug/tree/v4.4.31"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-24T13:30:14+00:00"
- },
- {
- "name": "symfony/dependency-injection",
- "version": "v5.3.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dependency-injection.git",
- "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e39c344e06a3ceab531ebeb6c077e6652c4a0829",
- "reference": "e39c344e06a3ceab531ebeb6c077e6652c4a0829",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/container": "^1.1.1",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-php80": "^1.16",
- "symfony/service-contracts": "^1.1.6|^2"
- },
- "conflict": {
- "ext-psr": "<1.1|>=2",
- "symfony/config": "<5.3",
- "symfony/finder": "<4.4",
- "symfony/proxy-manager-bridge": "<4.4",
- "symfony/yaml": "<4.4"
- },
- "provide": {
- "psr/container-implementation": "1.0",
- "symfony/service-implementation": "1.0|2.0"
- },
- "require-dev": {
- "symfony/config": "^5.3",
- "symfony/expression-language": "^4.4|^5.0",
- "symfony/yaml": "^4.4|^5.0"
- },
- "suggest": {
- "symfony/config": "",
- "symfony/expression-language": "For using expressions in service container configuration",
- "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
- "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
- "symfony/yaml": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DependencyInjection\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Allows you to standardize and centralize the way objects are constructed in your application",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v5.3.8"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-21T20:52:44+00:00"
- },
- {
- "name": "symfony/deprecation-contracts",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "files": [
- "function.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A generic function and convention to trigger deprecation notices",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-03-23T23:28:01+00:00"
- },
- {
- "name": "symfony/error-handler",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/error-handler.git",
- "reference": "51f98f7aa99f00f3b1da6bafe934e67ae6ba6dc5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/51f98f7aa99f00f3b1da6bafe934e67ae6ba6dc5",
- "reference": "51f98f7aa99f00f3b1da6bafe934e67ae6ba6dc5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "psr/log": "^1|^2|^3",
- "symfony/debug": "^4.4.5",
- "symfony/var-dumper": "^4.4|^5.0"
- },
- "require-dev": {
- "symfony/http-kernel": "^4.4|^5.0",
- "symfony/serializer": "^4.4|^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\ErrorHandler\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools to manage errors and ease debugging PHP code",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/error-handler/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-27T17:42:48+00:00"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "2fe81680070043c4c80e7cedceb797e34f377bac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2fe81680070043c4c80e7cedceb797e34f377bac",
- "reference": "2fe81680070043c4c80e7cedceb797e34f377bac",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/event-dispatcher-contracts": "^1.1",
- "symfony/polyfill-php80": "^1.16"
- },
- "conflict": {
- "symfony/dependency-injection": "<3.4"
- },
- "provide": {
- "psr/event-dispatcher-implementation": "1.0",
- "symfony/event-dispatcher-implementation": "1.1"
- },
- "require-dev": {
- "psr/log": "^1|^2|^3",
- "symfony/config": "^3.4|^4.0|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/error-handler": "~3.4|~4.4",
- "symfony/expression-language": "^3.4|^4.0|^5.0",
- "symfony/http-foundation": "^3.4|^4.0|^5.0",
- "symfony/service-contracts": "^1.1|^2",
- "symfony/stopwatch": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\EventDispatcher\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-04T20:31:23+00:00"
- },
- {
- "name": "symfony/event-dispatcher-contracts",
- "version": "v1.1.9",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
- "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3"
- },
- "suggest": {
- "psr/event-dispatcher": "",
- "symfony/event-dispatcher-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\EventDispatcher\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to dispatching event",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-07-06T13:19:58+00:00"
- },
- {
- "name": "symfony/filesystem",
- "version": "v5.3.4",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-php80": "^1.16"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides basic utilities for the filesystem",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-21T12:40:44+00:00"
- },
- {
- "name": "symfony/finder",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/finder.git",
- "reference": "70362f1e112280d75b30087c7598b837c1b468b6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6",
- "reference": "70362f1e112280d75b30087c7598b837c1b468b6",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-php80": "^1.16"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Finder\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Finds files and directories via an intuitive fluent interface",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/finder/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-04T20:31:23+00:00"
- },
- {
- "name": "symfony/http-client-contracts",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-client-contracts.git",
- "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
- "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "suggest": {
- "symfony/http-client-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\HttpClient\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to HTTP clients",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-04-11T23:07:08+00:00"
- },
- {
- "name": "symfony/http-foundation",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-foundation.git",
- "reference": "09b3202651ab23ac8dcf455284a48a3500e56731"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/09b3202651ab23ac8dcf455284a48a3500e56731",
- "reference": "09b3202651ab23ac8dcf455284a48a3500e56731",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/mime": "^4.3|^5.0",
- "symfony/polyfill-mbstring": "~1.1",
- "symfony/polyfill-php80": "^1.16"
- },
- "require-dev": {
- "predis/predis": "~1.0",
- "symfony/expression-language": "^3.4|^4.0|^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpFoundation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Defines an object-oriented layer for the HTTP specification",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-foundation/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-26T15:51:23+00:00"
- },
- {
- "name": "symfony/http-kernel",
- "version": "v4.4.32",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-kernel.git",
- "reference": "f7bda3ea8f05ae90627400e58af5179b25ce0f38"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f7bda3ea8f05ae90627400e58af5179b25ce0f38",
- "reference": "f7bda3ea8f05ae90627400e58af5179b25ce0f38",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "psr/log": "^1|^2",
- "symfony/error-handler": "^4.4",
- "symfony/event-dispatcher": "^4.4",
- "symfony/http-client-contracts": "^1.1|^2",
- "symfony/http-foundation": "^4.4.30|^5.3.7",
- "symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-php73": "^1.9",
- "symfony/polyfill-php80": "^1.16"
- },
- "conflict": {
- "symfony/browser-kit": "<4.3",
- "symfony/config": "<3.4",
- "symfony/console": ">=5",
- "symfony/dependency-injection": "<4.3",
- "symfony/translation": "<4.2",
- "twig/twig": "<1.43|<2.13,>=2"
- },
- "provide": {
- "psr/log-implementation": "1.0|2.0"
- },
- "require-dev": {
- "psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^4.3|^5.0",
- "symfony/config": "^3.4|^4.0|^5.0",
- "symfony/console": "^3.4|^4.0",
- "symfony/css-selector": "^3.4|^4.0|^5.0",
- "symfony/dependency-injection": "^4.3|^5.0",
- "symfony/dom-crawler": "^3.4|^4.0|^5.0",
- "symfony/expression-language": "^3.4|^4.0|^5.0",
- "symfony/finder": "^3.4|^4.0|^5.0",
- "symfony/process": "^3.4|^4.0|^5.0",
- "symfony/routing": "^3.4|^4.0|^5.0",
- "symfony/stopwatch": "^3.4|^4.0|^5.0",
- "symfony/templating": "^3.4|^4.0|^5.0",
- "symfony/translation": "^4.2|^5.0",
- "symfony/translation-contracts": "^1.1|^2",
- "twig/twig": "^1.43|^2.13|^3.0.4"
- },
- "suggest": {
- "symfony/browser-kit": "",
- "symfony/config": "",
- "symfony/console": "",
- "symfony/dependency-injection": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpKernel\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides a structured process for converting a Request into a Response",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-kernel/tree/v4.4.32"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-28T10:20:04+00:00"
- },
- {
- "name": "symfony/mime",
- "version": "v5.3.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mime.git",
- "reference": "a756033d0a7e53db389618653ae991eba5a19a11"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11",
- "reference": "a756033d0a7e53db389618653ae991eba5a19a11",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/deprecation-contracts": "^2.1",
- "symfony/polyfill-intl-idn": "^1.10",
- "symfony/polyfill-mbstring": "^1.0",
- "symfony/polyfill-php80": "^1.16"
- },
- "conflict": {
- "egulias/email-validator": "~3.0.0",
- "phpdocumentor/reflection-docblock": "<3.2.2",
- "phpdocumentor/type-resolver": "<1.4.0",
- "symfony/mailer": "<4.4"
- },
- "require-dev": {
- "egulias/email-validator": "^2.1.10|^3.1",
- "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/dependency-injection": "^4.4|^5.0",
- "symfony/property-access": "^4.4|^5.1",
- "symfony/property-info": "^4.4|^5.1",
- "symfony/serializer": "^5.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mime\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Allows manipulating MIME messages",
- "homepage": "https://symfony.com",
- "keywords": [
- "mime",
- "mime-type"
- ],
- "support": {
- "source": "https://github.com/symfony/mime/tree/v5.3.8"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-10T12:30:38+00:00"
- },
- {
- "name": "symfony/options-resolver",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/options-resolver.git",
- "reference": "fa0b12a3a47ed25749d47d6b4f61412fd5ca1554"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fa0b12a3a47ed25749d47d6b4f61412fd5ca1554",
- "reference": "fa0b12a3a47ed25749d47d6b4f61412fd5ca1554",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-php80": "^1.16"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\OptionsResolver\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides an improved replacement for the array_replace PHP function",
- "homepage": "https://symfony.com",
- "keywords": [
- "config",
- "configuration",
- "options"
- ],
- "support": {
- "source": "https://github.com/symfony/options-resolver/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-04T20:31:23+00:00"
- },
- {
- "name": "symfony/polyfill-ctype",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-ctype": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Gert de Pagter",
- "email": "BackEndTea@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for ctype functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "ctype",
- "polyfill",
- "portable"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-02-19T12:13:01+00:00"
- },
- {
- "name": "symfony/polyfill-iconv",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
- "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-iconv": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Iconv\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for the Iconv extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "iconv",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-05-27T09:27:20+00:00"
- },
- {
- "name": "symfony/polyfill-intl-idn",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "symfony/polyfill-intl-normalizer": "^1.10",
- "symfony/polyfill-php72": "^1.10"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Laurent Bassin",
- "email": "laurent@bassin.info"
- },
- {
- "name": "Trevor Rowbotham",
- "email": "trevor.rowbotham@pm.me"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "idn",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-05-27T09:27:20+00:00"
- },
- {
- "name": "symfony/polyfill-intl-normalizer",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "intl",
- "normalizer",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-02-19T12:13:01+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.23.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for the Mbstring extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "mbstring",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-05-27T12:26:48+00:00"
- },
- {
- "name": "symfony/polyfill-php56",
- "version": "v1.20.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php56.git",
- "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
- "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "metapackage",
- "extra": {
- "branch-alias": {
- "dev-main": "1.20-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-23T14:02:19+00:00"
- },
- {
- "name": "symfony/polyfill-php72",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-05-27T09:17:38+00:00"
- },
- {
- "name": "symfony/polyfill-php73",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-02-19T12:13:01+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "v1.23.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-28T13:41:28+00:00"
- },
- {
- "name": "symfony/polyfill-php81",
- "version": "v1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "e66119f3de95efc359483f810c4c3e6436279436"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
- "reference": "e66119f3de95efc359483f810c4c3e6436279436",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.23-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php81\\": ""
- },
- "files": [
- "bootstrap.php"
- ],
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-05-21T13:25:03+00:00"
- },
- {
- "name": "symfony/process",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "13d3161ef63a8ec21eeccaaf9a4d7f784a87a97d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/13d3161ef63a8ec21eeccaaf9a4d7f784a87a97d",
- "reference": "13d3161ef63a8ec21eeccaaf9a4d7f784a87a97d",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-php80": "^1.16"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Executes commands in sub-processes",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/process/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-04T20:31:23+00:00"
- },
- {
- "name": "symfony/routing",
- "version": "v4.4.30",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/routing.git",
- "reference": "9ddf033927ad9f30ba2bfd167a7b342cafa13e8e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/9ddf033927ad9f30ba2bfd167a7b342cafa13e8e",
- "reference": "9ddf033927ad9f30ba2bfd167a7b342cafa13e8e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-php80": "^1.16"
- },
- "conflict": {
- "symfony/config": "<4.2",
- "symfony/dependency-injection": "<3.4",
- "symfony/yaml": "<3.4"
- },
- "require-dev": {
- "doctrine/annotations": "^1.10.4",
- "psr/log": "^1|^2|^3",
- "symfony/config": "^4.2|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/expression-language": "^3.4|^4.0|^5.0",
- "symfony/http-foundation": "^3.4|^4.0|^5.0",
- "symfony/yaml": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation loader",
- "symfony/config": "For using the all-in-one router or any loader",
- "symfony/expression-language": "For using expression matching",
- "symfony/http-foundation": "For using a Symfony Request object",
- "symfony/yaml": "For using the YAML loader"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Routing\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Maps an HTTP request to a set of configuration variables",
- "homepage": "https://symfony.com",
- "keywords": [
- "router",
- "routing",
- "uri",
- "url"
- ],
- "support": {
- "source": "https://github.com/symfony/routing/tree/v4.4.30"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-04T21:41:01+00:00"
- },
- {
- "name": "symfony/service-contracts",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/service-contracts.git",
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "psr/container": "^1.1"
- },
- "suggest": {
- "symfony/service-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Service\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to writing services",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-04-01T10:43:52+00:00"
- },
- {
- "name": "symfony/translation",
- "version": "v4.4.32",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation.git",
- "reference": "db0ba1e85280d8ff11e38d53c70f8814d4d740f5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/db0ba1e85280d8ff11e38d53c70f8814d4d740f5",
- "reference": "db0ba1e85280d8ff11e38d53c70f8814d4d740f5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.16",
- "symfony/translation-contracts": "^1.1.6|^2"
- },
- "conflict": {
- "symfony/config": "<3.4",
- "symfony/dependency-injection": "<3.4",
- "symfony/http-kernel": "<4.4",
- "symfony/yaml": "<3.4"
- },
- "provide": {
- "symfony/translation-implementation": "1.0|2.0"
- },
- "require-dev": {
- "psr/log": "^1|^2|^3",
- "symfony/config": "^3.4|^4.0|^5.0",
- "symfony/console": "^3.4|^4.0|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
- "symfony/http-kernel": "^4.4",
- "symfony/intl": "^3.4|^4.0|^5.0",
- "symfony/service-contracts": "^1.1.2|^2",
- "symfony/yaml": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "psr/log-implementation": "To use logging capability in translator",
- "symfony/config": "",
- "symfony/yaml": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Translation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides tools to internationalize your application",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/translation/tree/v4.4.32"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-08-26T05:57:13+00:00"
- },
- {
- "name": "symfony/translation-contracts",
- "version": "v2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation-contracts.git",
- "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
- "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5"
- },
- "suggest": {
- "symfony/translation-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Translation\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to translation",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-03-23T23:28:01+00:00"
- },
- {
- "name": "symfony/var-dumper",
- "version": "v4.4.31",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/var-dumper.git",
- "reference": "1f12cc0c2e880a5f39575c19af81438464717839"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f12cc0c2e880a5f39575c19af81438464717839",
- "reference": "1f12cc0c2e880a5f39575c19af81438464717839",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php72": "~1.5",
- "symfony/polyfill-php80": "^1.16"
- },
- "conflict": {
- "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
- "symfony/console": "<3.4"
- },
- "require-dev": {
- "ext-iconv": "*",
- "symfony/console": "^3.4|^4.0|^5.0",
- "symfony/process": "^4.4|^5.0",
- "twig/twig": "^1.43|^2.13|^3.0.4"
- },
- "suggest": {
- "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
- "ext-intl": "To show region name in time zone dump",
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
- },
- "bin": [
- "Resources/bin/var-dump-server"
- ],
- "type": "library",
- "autoload": {
- "files": [
- "Resources/functions/dump.php"
- ],
- "psr-4": {
- "Symfony\\Component\\VarDumper\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides mechanisms for walking through any arbitrary PHP variable",
- "homepage": "https://symfony.com",
- "keywords": [
- "debug",
- "dump"
- ],
- "support": {
- "source": "https://github.com/symfony/var-dumper/tree/v4.4.31"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-24T15:30:11+00:00"
- },
- {
- "name": "symfony/yaml",
- "version": "v4.4.29",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
- "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/polyfill-ctype": "~1.8"
- },
- "conflict": {
- "symfony/console": "<3.4"
- },
- "require-dev": {
- "symfony/console": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Yaml\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Loads and dumps YAML files",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/yaml/tree/v4.4.29"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-27T16:19:30+00:00"
- },
- {
- "name": "therobfonz/laravel-mandrill-driver",
- "version": "v1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/therobfonz/laravel-mandrill-driver.git",
- "reference": "ecec67a6f1a6febf8c6a976d5b07990dedd100ec"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/therobfonz/laravel-mandrill-driver/zipball/ecec67a6f1a6febf8c6a976d5b07990dedd100ec",
- "reference": "ecec67a6f1a6febf8c6a976d5b07990dedd100ec",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "^6.3",
- "illuminate/support": "^6.0",
- "php": "^7.2"
- },
- "require-dev": {
- "mockery/mockery": "~1.0",
- "phpunit/phpunit": "~7.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "LaravelMandrill\\MandrillServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "LaravelMandrill\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Rob Fonseca",
- "email": "robfonseca@gmail.com"
- }
- ],
- "description": "Mandrill Driver for Laravel 6+",
- "keywords": [
- "laravel",
- "mandrill"
- ],
- "support": {
- "issues": "https://github.com/therobfonz/laravel-mandrill-driver/issues",
- "source": "https://github.com/therobfonz/laravel-mandrill-driver/tree/master"
- },
- "time": "2019-09-07T19:59:02+00:00"
- },
- {
- "name": "tijsverkoyen/css-to-inline-styles",
- "version": "2.2.3",
- "source": {
- "type": "git",
- "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
- "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
- "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-libxml": "*",
- "php": "^5.5 || ^7.0 || ^8.0",
- "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "TijsVerkoyen\\CssToInlineStyles\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Tijs Verkoyen",
- "email": "css_to_inline_styles@verkoyen.eu",
- "role": "Developer"
- }
- ],
- "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
- "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
- "support": {
- "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
- },
- "time": "2020-07-13T06:12:54+00:00"
- },
- {
- "name": "true/punycode",
- "version": "v2.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/true/php-punycode.git",
- "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
- "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "symfony/polyfill-mbstring": "^1.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.7",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "TrueBV\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Renan Gonçalves",
- "email": "renan.saddam@gmail.com"
- }
- ],
- "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
- "homepage": "https://github.com/true/php-punycode",
- "keywords": [
- "idna",
- "punycode"
- ],
- "support": {
- "issues": "https://github.com/true/php-punycode/issues",
- "source": "https://github.com/true/php-punycode/tree/master"
- },
- "time": "2016-11-16T10:37:54+00:00"
- },
- {
- "name": "turbo124/laravel-push-notification",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/turbo124/laravel-push-notification.git",
- "reference": "a9038fcd02b2670922f202032e238ff277830253"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/turbo124/laravel-push-notification/zipball/a9038fcd02b2670922f202032e238ff277830253",
- "reference": "a9038fcd02b2670922f202032e238ff277830253",
- "shasum": ""
- },
- "require": {
- "illuminate/support": "4.*|^6.0",
- "php": ">=5.3.0",
- "sly/notification-pusher": "dev-master"
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-0": {
- "Davibennun\\LaravelPushNotification": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "authors": [
- {
- "name": "DaviBenNun",
- "email": "davi@andradenunes.org"
- }
- ],
- "description": "Laravel package to send push notifications to mobile devices (apns, gcm)",
- "keywords": [
- "apns",
- "gcm",
- "laravel",
- "notification",
- "push"
- ],
- "support": {
- "source": "https://github.com/turbo124/laravel-push-notification/tree/master"
- },
- "time": "2021-10-18T21:00:14+00:00"
- },
- {
- "name": "twbs/bootstrap",
- "version": "v3.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/twbs/bootstrap.git",
- "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e",
- "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e",
- "shasum": ""
- },
- "replace": {
- "twitter/bootstrap": "self.version"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4.x-dev"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jacob Thornton",
- "email": "jacobthornton@gmail.com"
- },
- {
- "name": "Mark Otto",
- "email": "markdotto@gmail.com"
- }
- ],
- "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
- "homepage": "https://getbootstrap.com/",
- "keywords": [
- "JS",
- "css",
- "framework",
- "front-end",
- "less",
- "mobile-first",
- "responsive",
- "web"
- ],
- "support": {
- "issues": "https://github.com/twbs/bootstrap/issues",
- "source": "https://github.com/twbs/bootstrap/tree/v3.4.1"
- },
- "time": "2019-02-13T15:55:38+00:00"
- },
- {
- "name": "twig/twig",
- "version": "v1.44.5",
- "source": {
- "type": "git",
- "url": "https://github.com/twigphp/Twig.git",
- "reference": "dd4353357c5a116322e92a00d16043a31881a81e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd4353357c5a116322e92a00d16043a31881a81e",
- "reference": "dd4353357c5a116322e92a00d16043a31881a81e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "^1.8"
- },
- "require-dev": {
- "psr/container": "^1.0",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.44-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Twig_": "lib/"
- },
- "psr-4": {
- "Twig\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Twig Team",
- "role": "Contributors"
- },
- {
- "name": "Armin Ronacher",
- "email": "armin.ronacher@active-4.com",
- "role": "Project Founder"
- }
- ],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "https://twig.symfony.com",
- "keywords": [
- "templating"
- ],
- "support": {
- "issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v1.44.5"
- },
- "funding": [
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/twig/twig",
- "type": "tidelift"
- }
- ],
- "time": "2021-09-17T08:35:19+00:00"
- },
- {
- "name": "vemcogroup/laravel-sparkpost-driver",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/vemcogroup/laravel-sparkpost-driver.git",
- "reference": "222de9fe6ddb8a4cb8b0e8744f76972d8303778d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vemcogroup/laravel-sparkpost-driver/zipball/222de9fe6ddb8a4cb8b0e8744f76972d8303778d",
- "reference": "222de9fe6ddb8a4cb8b0e8744f76972d8303778d",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "^6.3",
- "laravel/framework": "^6.0",
- "php": "^7.2",
- "swiftmailer/swiftmailer": "^6.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Vemcogroup\\SparkPostDriver\\SparkPostDriverServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Vemcogroup\\SparkPostDriver\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Henrik B Hansen",
- "email": "hbh@vemcount.com",
- "homepage": "https://www.vemcogroup.com",
- "role": "Developer"
- }
- ],
- "description": "SparkPost driver to use with Laravel 6.x",
- "homepage": "https://github.com/vemcogroup/laravel-sparkpost-driver",
- "keywords": [
- "laravel",
- "mail",
- "sparkpost"
- ],
- "support": {
- "issues": "https://github.com/vemcogroup/laravel-sparkpost-driver/issues",
- "source": "https://github.com/vemcogroup/laravel-sparkpost-driver/tree/2.0.1"
- },
- "time": "2020-01-10T07:33:30+00:00"
- },
- {
- "name": "vink/omnipay-komoju",
- "version": "v1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/dannyvink/omnipay-komoju.git",
- "reference": "15eb62abb6b043c93528ea363f0e643e477fb0c7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dannyvink/omnipay-komoju/zipball/15eb62abb6b043c93528ea363f0e643e477fb0c7",
- "reference": "15eb62abb6b043c93528ea363f0e643e477fb0c7",
- "shasum": ""
- },
- "require": {
- "omnipay/common": "~2.0"
- },
- "require-dev": {
- "omnipay/tests": "~2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Omnipay\\Komoju\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Danny Vink",
- "email": "danny@dannyvink.com"
- }
- ],
- "description": "Komoju driver for the Omnipay payment processing library",
- "homepage": "https://github.com/dannyvink/omnipay-komoju",
- "keywords": [
- "gateway",
- "komoju",
- "merchant",
- "omnipay",
- "pay",
- "payment"
- ],
- "support": {
- "issues": "https://github.com/dannyvink/omnipay-komoju/issues",
- "source": "https://github.com/dannyvink/omnipay-komoju/tree/master"
- },
- "time": "2015-09-11T09:40:10+00:00"
- },
- {
- "name": "vlucas/phpdotenv",
- "version": "v3.6.9",
- "source": {
- "type": "git",
- "url": "https://github.com/vlucas/phpdotenv.git",
- "reference": "a1bf4c9853d90ade427b4efe35355fc41b3d6988"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a1bf4c9853d90ade427b4efe35355fc41b3d6988",
- "reference": "a1bf4c9853d90ade427b4efe35355fc41b3d6988",
- "shasum": ""
- },
- "require": {
- "php": "^5.4 || ^7.0 || ^8.0",
- "phpoption/phpoption": "^1.5.2",
- "symfony/polyfill-ctype": "^1.17"
- },
- "require-dev": {
- "ext-filter": "*",
- "ext-pcre": "*",
- "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
- },
- "suggest": {
- "ext-filter": "Required to use the boolean validator.",
- "ext-pcre": "Required to use most of the library."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Dotenv\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk"
- },
- {
- "name": "Vance Lucas",
- "email": "vance@vancelucas.com"
- }
- ],
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
- "keywords": [
- "dotenv",
- "env",
- "environment"
- ],
- "support": {
- "issues": "https://github.com/vlucas/phpdotenv/issues",
- "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.9"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
- "type": "tidelift"
- }
- ],
- "time": "2021-10-02T19:07:56+00:00"
- },
- {
- "name": "webpatser/laravel-countries",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/webpatser/laravel-countries.git",
- "reference": "75992ad"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/75992ad",
- "reference": "75992ad",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Webpatser\\Countries\\CountriesServiceProvider"
- ],
- "aliases": {
- "Countries": "Webpatser\\Countries\\CountriesFacade"
- }
- }
- },
- "autoload": {
- "psr-0": {
- "Webpatser\\Countries": "src/"
- },
- "classmap": [
- "src/commands"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Christoph Kempen",
- "email": "christoph@downsized.nl",
- "homepage": "http://downsized.nl/",
- "role": "developer"
- },
- {
- "name": "Paul Kievits",
- "role": "developer"
- }
- ],
- "description": "Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.",
- "homepage": "https://github.com/webpatser/laravel-countries",
- "keywords": [
- "countries",
- "iso_3166_2",
- "iso_3166_3",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/webpatser/laravel-countries/issues",
- "source": "https://github.com/webpatser/laravel-countries"
- },
- "time": "2019-07-12T14:06:05+00:00"
- },
- {
- "name": "wepay/php-sdk",
- "version": "0.2.7",
- "source": {
- "type": "git",
- "url": "https://github.com/wepay/PHP-SDK.git",
- "reference": "31bfcdd97d2c9c33c9c09129638ae31840822182"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/wepay/PHP-SDK/zipball/31bfcdd97d2c9c33c9c09129638ae31840822182",
- "reference": "31bfcdd97d2c9c33c9c09129638ae31840822182",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.2.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "wepay.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "WePay",
- "email": "api@wepay.com"
- }
- ],
- "description": "WePay APIv2 SDK for PHP",
- "keywords": [
- "payment",
- "sdk",
- "wepay"
- ],
- "support": {
- "issues": "https://github.com/wepay/PHP-SDK/issues",
- "source": "https://github.com/wepay/PHP-SDK/tree/0.2.7"
- },
- "time": "2015-08-14T19:42:37+00:00"
- },
- {
- "name": "wildbit/postmark-php",
- "version": "2.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/wildbit/postmark-php.git",
- "reference": "dd738b4de6d7dc3d296a1a7bad8f0b26f9693410"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/wildbit/postmark-php/zipball/dd738b4de6d7dc3d296a1a7bad8f0b26f9693410",
- "reference": "dd738b4de6d7dc3d296a1a7bad8f0b26f9693410",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "~6.0",
- "php": ">=5.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.4.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Postmark\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "The officially supported client for Postmark (http://postmarkapp.com)",
- "support": {
- "issues": "https://github.com/wildbit/postmark-php/issues",
- "source": "https://github.com/wildbit/postmark-php/tree/master"
- },
- "time": "2020-06-08T08:42:08+00:00"
- },
- {
- "name": "zendframework/zend-escaper",
- "version": "2.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-escaper.git",
- "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
- "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
- "zendframework/zend-coding-standard": "~1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6.x-dev",
- "dev-develop": "2.7.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Escaper\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
- "keywords": [
- "ZendFramework",
- "escaper",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-escaper/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-escaper/issues",
- "rss": "https://github.com/zendframework/zend-escaper/releases.atom",
- "source": "https://github.com/zendframework/zend-escaper"
- },
- "abandoned": "laminas/laminas-escaper",
- "time": "2019-09-05T20:03:20+00:00"
- },
- {
- "name": "zendframework/zend-http",
- "version": "2.11.2",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-http.git",
- "reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-http/zipball/e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
- "reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0",
- "zendframework/zend-loader": "^2.5.1",
- "zendframework/zend-stdlib": "^3.2.1",
- "zendframework/zend-uri": "^2.5.2",
- "zendframework/zend-validator": "^2.10.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
- "zendframework/zend-coding-standard": "~1.0.0",
- "zendframework/zend-config": "^3.1 || ^2.6"
- },
- "suggest": {
- "paragonie/certainty": "For automated management of cacert.pem"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.11.x-dev",
- "dev-develop": "2.12.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Http\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
- "keywords": [
- "ZendFramework",
- "http",
- "http client",
- "zend",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-http/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-http/issues",
- "rss": "https://github.com/zendframework/zend-http/releases.atom",
- "source": "https://github.com/zendframework/zend-http"
- },
- "abandoned": "laminas/laminas-http",
- "time": "2019-12-30T20:47:33+00:00"
- },
- {
- "name": "zendframework/zend-json",
- "version": "3.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-json.git",
- "reference": "e9ddb1192d93fe7fff846ac895249c39db75132b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e9ddb1192d93fe7fff846ac895249c39db75132b",
- "reference": "e9ddb1192d93fe7fff846ac895249c39db75132b",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.23 || ^6.4.3",
- "zendframework/zend-coding-standard": "~1.0.0",
- "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
- },
- "suggest": {
- "zendframework/zend-json-server": "For implementing JSON-RPC servers",
- "zendframework/zend-xml2json": "For converting XML documents to JSON"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1.x-dev",
- "dev-develop": "3.2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Json\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
- "keywords": [
- "ZendFramework",
- "json",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-json/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-json/issues",
- "rss": "https://github.com/zendframework/zend-json/releases.atom",
- "source": "https://github.com/zendframework/zend-json"
- },
- "abandoned": "laminas/laminas-json",
- "time": "2019-10-09T13:56:13+00:00"
- },
- {
- "name": "zendframework/zend-loader",
- "version": "2.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-loader.git",
- "reference": "91da574d29b58547385b2298c020b257310898c6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/91da574d29b58547385b2298c020b257310898c6",
- "reference": "91da574d29b58547385b2298c020b257310898c6",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
- "zendframework/zend-coding-standard": "~1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6.x-dev",
- "dev-develop": "2.7.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Loader\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Autoloading and plugin loading strategies",
- "keywords": [
- "ZendFramework",
- "loader",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-loader/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-loader/issues",
- "rss": "https://github.com/zendframework/zend-loader/releases.atom",
- "source": "https://github.com/zendframework/zend-loader"
- },
- "abandoned": "laminas/laminas-loader",
- "time": "2019-09-04T19:38:14+00:00"
- },
- {
- "name": "zendframework/zend-stdlib",
- "version": "3.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-stdlib.git",
- "reference": "66536006722aff9e62d1b331025089b7ec71c065"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
- "reference": "66536006722aff9e62d1b331025089b7ec71c065",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "require-dev": {
- "phpbench/phpbench": "^0.13",
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
- "zendframework/zend-coding-standard": "~1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev",
- "dev-develop": "3.3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Stdlib\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "SPL extensions, array utilities, error handlers, and more",
- "keywords": [
- "ZendFramework",
- "stdlib",
- "zf"
- ],
- "support": {
- "docs": "https://docs.zendframework.com/zend-stdlib/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-stdlib/issues",
- "rss": "https://github.com/zendframework/zend-stdlib/releases.atom",
- "slack": "https://zendframework-slack.herokuapp.com",
- "source": "https://github.com/zendframework/zend-stdlib"
- },
- "abandoned": "laminas/laminas-stdlib",
- "time": "2018-08-28T21:34:05+00:00"
- },
- {
- "name": "zendframework/zend-uri",
- "version": "2.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-uri.git",
- "reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/bfc4a5b9a309711e968d7c72afae4ac50c650083",
- "reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0",
- "zendframework/zend-escaper": "^2.5",
- "zendframework/zend-validator": "^2.10"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
- "zendframework/zend-coding-standard": "~1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.7.x-dev",
- "dev-develop": "2.8.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Uri\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
- "keywords": [
- "ZendFramework",
- "uri",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-uri/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-uri/issues",
- "rss": "https://github.com/zendframework/zend-uri/releases.atom",
- "source": "https://github.com/zendframework/zend-uri"
- },
- "abandoned": "laminas/laminas-uri",
- "time": "2019-10-07T13:35:33+00:00"
- },
- {
- "name": "zendframework/zend-validator",
- "version": "2.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-validator.git",
- "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/b54acef1f407741c5347f2a97f899ab21f2229ef",
- "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef",
- "shasum": ""
- },
- "require": {
- "container-interop/container-interop": "^1.1",
- "php": "^7.1",
- "zendframework/zend-stdlib": "^3.2.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0.8 || ^5.7.15",
- "psr/http-client": "^1.0",
- "psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
- "zendframework/zend-cache": "^2.6.1",
- "zendframework/zend-coding-standard": "~1.0.0",
- "zendframework/zend-config": "^2.6",
- "zendframework/zend-db": "^2.7",
- "zendframework/zend-filter": "^2.6",
- "zendframework/zend-http": "^2.5.4",
- "zendframework/zend-i18n": "^2.6",
- "zendframework/zend-math": "^2.6",
- "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
- "zendframework/zend-session": "^2.8",
- "zendframework/zend-uri": "^2.5"
- },
- "suggest": {
- "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators",
- "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
- "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
- "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
- "zendframework/zend-i18n-resources": "Translations of validator messages",
- "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
- "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
- "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
- "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.13.x-dev",
- "dev-develop": "2.14.x-dev"
- },
- "zf": {
- "component": "Zend\\Validator",
- "config-provider": "Zend\\Validator\\ConfigProvider"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Validator\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
- "keywords": [
- "ZendFramework",
- "validator",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "docs": "https://docs.zendframework.com/zend-validator/",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/zend-validator/issues",
- "rss": "https://github.com/zendframework/zend-validator/releases.atom",
- "source": "https://github.com/zendframework/zend-validator"
- },
- "abandoned": "laminas/laminas-validator",
- "time": "2019-12-28T04:07:18+00:00"
- },
- {
- "name": "zendframework/zendservice-apple-apns",
- "version": "1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/ZendService_Apple_Apns.git",
- "reference": "a8919519edf9ac4658e7f61cb39c4dfe65b5bd49"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/ZendService_Apple_Apns/zipball/a8919519edf9ac4658e7f61cb39c4dfe65b5bd49",
- "reference": "a8919519edf9ac4658e7f61cb39c4dfe65b5bd49",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0",
- "zendframework/zend-json": "^2.0 || ^3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
- "zendframework/zend-coding-standard": "~1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev",
- "dev-develop": "1.5.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "ZendService\\Apple\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "OOP Zend Framework wrapper for Apple Push Notification Service",
- "keywords": [
- "ZendFramework",
- "apns",
- "apple",
- "notification",
- "push",
- "zf"
- ],
- "support": {
- "chat": "https://zendframework-slack.herokuapp.com",
- "forum": "https://discourse.zendframework.com/c/questions/components",
- "issues": "https://github.com/zendframework/ZendService_Apple_Apns/issues",
- "rss": "https://github.com/zendframework/ZendService_Apple_Apns/releases.atom",
- "source": "https://github.com/zendframework/ZendService_Apple_Apns"
- },
- "abandoned": true,
- "time": "2019-03-14T17:18:26+00:00"
- },
- {
- "name": "zendframework/zendservice-google-gcm",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/ZendService_Google_Gcm.git",
- "reference": "86d16e9dcb4d41677e6f691642856b3eb95a1073"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/ZendService_Google_Gcm/zipball/86d16e9dcb4d41677e6f691642856b3eb95a1073",
- "reference": "86d16e9dcb4d41677e6f691642856b3eb95a1073",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "zendframework/zend-http": ">=2.0.0",
- "zendframework/zend-json": ">=2.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "ZendService\\Google\\Gcm\\": "library/",
- "ZendService\\Google\\Exception\\": "library/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "OOP wrapper for Google Cloud Messaging",
- "homepage": "http://packages.zendframework.com/",
- "keywords": [
- "gcm",
- "google",
- "notification",
- "push",
- "zf2"
- ],
- "support": {
- "issues": "https://github.com/zendframework/ZendService_Google_Gcm/issues",
- "source": "https://github.com/zendframework/ZendService_Google_Gcm/tree/release-1.0.3"
- },
- "abandoned": true,
- "time": "2015-10-14T03:18:56+00:00"
- },
- {
- "name": "zircote/swagger-php",
- "version": "3.2.3",
- "source": {
- "type": "git",
- "url": "https://github.com/zircote/swagger-php.git",
- "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zircote/swagger-php/zipball/41ed0eb1dacebe2c365623b3f9ab13d1531a03da",
- "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "^1.7",
- "ext-json": "*",
- "php": ">=7.2",
- "symfony/finder": ">=2.2",
- "symfony/yaml": ">=3.3"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
- "phpunit/phpunit": ">=8"
- },
- "bin": [
- "bin/openapi"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "OpenApi\\": "src"
- },
- "files": [
- "src/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Robert Allen",
- "email": "zircote@gmail.com"
- },
- {
- "name": "Bob Fanger",
- "email": "bfanger@gmail.com",
- "homepage": "https://bfanger.nl"
- },
- {
- "name": "Martin Rademacher",
- "email": "mano@radebatz.net",
- "homepage": "https://radebatz.net"
- }
- ],
- "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
- "homepage": "https://github.com/zircote/swagger-php/",
- "keywords": [
- "api",
- "json",
- "rest",
- "service discovery"
- ],
- "support": {
- "issues": "https://github.com/zircote/swagger-php/issues",
- "source": "https://github.com/zircote/swagger-php/tree/3.2.3"
- },
- "time": "2021-06-25T04:08:57+00:00"
- }
- ],
- "packages-dev": [
- {
- "name": "behat/gherkin",
- "version": "v4.9.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Behat/Gherkin.git",
- "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
- "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
- "shasum": ""
- },
- "require": {
- "php": "~7.2|~8.0"
- },
- "require-dev": {
- "cucumber/cucumber": "dev-gherkin-22.0.0",
- "phpunit/phpunit": "~8|~9",
- "symfony/yaml": "~3|~4|~5"
- },
- "suggest": {
- "symfony/yaml": "If you want to parse features, represented in YAML files"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Behat\\Gherkin": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- }
- ],
- "description": "Gherkin DSL parser for PHP",
- "homepage": "http://behat.org/",
- "keywords": [
- "BDD",
- "Behat",
- "Cucumber",
- "DSL",
- "gherkin",
- "parser"
- ],
- "support": {
- "issues": "https://github.com/Behat/Gherkin/issues",
- "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
- },
- "time": "2021-10-12T13:05:09+00:00"
- },
- {
- "name": "codeception/c3",
- "version": "2.6.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Codeception/c3.git",
- "reference": "625318168ecdeedc5162e74435c26320128c4434"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Codeception/c3/zipball/625318168ecdeedc5162e74435c26320128c4434",
- "reference": "625318168ecdeedc5162e74435c26320128c4434",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0 || ^2.0",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "composer/composer": "^1.0 || ^2.0"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "Codeception\\c3\\Installer"
- },
- "autoload": {
- "psr-4": {
- "Codeception\\c3\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Tiger Seo",
- "email": "tiger.seo@gmail.com"
- },
- {
- "name": "Michael Bodnarchuk",
- "email": "davert.php@codegyre.com",
- "homepage": "http://codegyre.com"
- }
- ],
- "description": "CodeCoverage collector for Codeception",
- "homepage": "http://codeception.com/",
- "keywords": [
- "code coverage",
- "codecoverage"
- ],
- "support": {
- "issues": "https://github.com/Codeception/c3/issues",
- "source": "https://github.com/Codeception/c3/tree/2.6.4"
- },
- "time": "2021-05-18T16:41:09+00:00"
- },
- {
- "name": "codeception/codeception",
- "version": "2.5.6",
- "source": {
- "type": "git",
- "url": "https://github.com/Codeception/Codeception.git",
- "reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b83a9338296e706fab2ceb49de8a352fbca3dc98",
- "reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98",
- "shasum": ""
- },
- "require": {
- "behat/gherkin": "^4.4.0",
- "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
- "codeception/stub": "^2.0",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "facebook/webdriver": ">=1.1.3 <2.0",
- "guzzlehttp/guzzle": ">=4.1.4 <7.0",
- "guzzlehttp/psr7": "~1.0",
- "php": ">=5.6.0 <8.0",
- "symfony/browser-kit": ">=2.7 <5.0",
- "symfony/console": ">=2.7 <5.0",
- "symfony/css-selector": ">=2.7 <5.0",
- "symfony/dom-crawler": ">=2.7 <5.0",
- "symfony/event-dispatcher": ">=2.7 <5.0",
- "symfony/finder": ">=2.7 <5.0",
- "symfony/yaml": ">=2.7 <5.0"
- },
- "require-dev": {
- "codeception/specify": "~0.3",
- "facebook/graph-sdk": "~5.3",
- "flow/jsonpath": "~0.2",
- "monolog/monolog": "~1.8",
- "pda/pheanstalk": "~3.0",
- "php-amqplib/php-amqplib": "~2.4",
- "predis/predis": "^1.0",
- "squizlabs/php_codesniffer": "~2.0",
- "symfony/process": ">=2.7 <5.0",
- "vlucas/phpdotenv": "^3.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
- "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
- "codeception/specify": "BDD-style code blocks",
- "codeception/verify": "BDD-style assertions",
- "flow/jsonpath": "For using JSONPath in REST module",
- "league/factory-muffin": "For DataFactory module",
- "league/factory-muffin-faker": "For Faker support in DataFactory module",
- "phpseclib/phpseclib": "for SFTP option in FTP Module",
- "stecman/symfony-console-completion": "For BASH autocompletion",
- "symfony/phpunit-bridge": "For phpunit-bridge support"
- },
- "bin": [
- "codecept"
- ],
- "type": "library",
- "extra": {
- "branch-alias": []
- },
- "autoload": {
- "psr-4": {
- "Codeception\\": "src/Codeception",
- "Codeception\\Extension\\": "ext"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Bodnarchuk",
- "email": "davert@mail.ua",
- "homepage": "http://codegyre.com"
- }
- ],
- "description": "BDD-style testing framework",
- "homepage": "http://codeception.com/",
- "keywords": [
- "BDD",
- "TDD",
- "acceptance testing",
- "functional testing",
- "unit testing"
- ],
- "support": {
- "issues": "https://github.com/Codeception/Codeception/issues",
- "source": "https://github.com/Codeception/Codeception/tree/2.5.6"
- },
- "time": "2019-04-24T11:28:19+00:00"
- },
- {
- "name": "codeception/phpunit-wrapper",
- "version": "6.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Codeception/phpunit-wrapper.git",
- "reference": "bc6e12f2e6990d22b55c63fbbb3a6f86292b945b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/bc6e12f2e6990d22b55c63fbbb3a6f86292b945b",
- "reference": "bc6e12f2e6990d22b55c63fbbb3a6f86292b945b",
- "shasum": ""
- },
- "require": {
- "phpunit/php-code-coverage": ">=4.0.4 <6.0",
- "phpunit/phpunit": ">=5.7.27 <6.5.13",
- "sebastian/comparator": ">=1.2.4 <3.0",
- "sebastian/diff": ">=1.4 <4.0"
- },
- "replace": {
- "codeception/phpunit-wrapper": "*"
- },
- "require-dev": {
- "codeception/specify": "*",
- "vlucas/phpdotenv": "^3.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Codeception\\PHPUnit\\": "src\\"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Davert",
- "email": "davert.php@resend.cc"
- }
- ],
- "description": "PHPUnit classes used by Codeception",
- "support": {
- "issues": "https://github.com/Codeception/phpunit-wrapper/issues",
- "source": "https://github.com/Codeception/phpunit-wrapper/tree/6.1.3"
- },
- "time": "2020-01-03T08:01:34+00:00"
- },
- {
- "name": "codeception/stub",
- "version": "2.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Codeception/Stub.git",
- "reference": "f50bc271f392a2836ff80690ce0c058efe1ae03e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Codeception/Stub/zipball/f50bc271f392a2836ff80690ce0c058efe1ae03e",
- "reference": "f50bc271f392a2836ff80690ce0c058efe1ae03e",
- "shasum": ""
- },
- "require": {
- "phpunit/phpunit": ">=4.8 <8.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Codeception\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
- "support": {
- "issues": "https://github.com/Codeception/Stub/issues",
- "source": "https://github.com/Codeception/Stub/tree/master"
- },
- "time": "2018-07-26T11:55:37+00:00"
- },
- {
- "name": "doctrine/instantiator",
- "version": "1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/instantiator.git",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^8.0",
- "ext-pdo": "*",
- "ext-phar": "*",
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com",
- "homepage": "https://ocramius.github.io/"
- }
- ],
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
- "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
- "keywords": [
- "constructor",
- "instantiate"
- ],
- "support": {
- "issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
- },
- "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%2Finstantiator",
- "type": "tidelift"
- }
- ],
- "time": "2020-11-10T18:47:58+00:00"
- },
- {
- "name": "facebook/webdriver",
- "version": "1.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-webdriver/php-webdriver-archive.git",
- "reference": "e43de70f3c7166169d0f14a374505392734160e5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-webdriver/php-webdriver-archive/zipball/e43de70f3c7166169d0f14a374505392734160e5",
- "reference": "e43de70f3c7166169d0f14a374505392734160e5",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "ext-zip": "*",
- "php": "^5.6 || ~7.0",
- "symfony/process": "^2.8 || ^3.1 || ^4.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.0",
- "jakub-onderka/php-parallel-lint": "^0.9.2",
- "php-coveralls/php-coveralls": "^2.0",
- "php-mock/php-mock-phpunit": "^1.1",
- "phpunit/phpunit": "^5.7",
- "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
- "squizlabs/php_codesniffer": "^2.6",
- "symfony/var-dumper": "^3.3 || ^4.0"
- },
- "suggest": {
- "ext-SimpleXML": "For Firefox profile creation"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-community": "1.5-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Facebook\\WebDriver\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "A PHP client for Selenium WebDriver",
- "homepage": "https://github.com/facebook/php-webdriver",
- "keywords": [
- "facebook",
- "php",
- "selenium",
- "webdriver"
- ],
- "support": {
- "forum": "https://www.facebook.com/groups/phpwebdriver/",
- "issues": "https://github.com/facebook/php-webdriver/issues",
- "source": "https://github.com/facebook/php-webdriver"
- },
- "abandoned": "php-webdriver/webdriver",
- "time": "2019-06-13T08:02:18+00:00"
- },
- {
- "name": "phpdocumentor/reflection-docblock",
- "version": "5.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
- "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
- "shasum": ""
- },
- "require": {
- "ext-filter": "*",
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.2",
- "phpdocumentor/type-resolver": "^1.3",
- "webmozart/assert": "^1.9.1"
- },
- "require-dev": {
- "mockery/mockery": "~1.3.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- },
- {
- "name": "Jaap van Otterdijk",
- "email": "account@ijaap.nl"
- }
- ],
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
- },
- "time": "2020-09-03T19:13:55+00:00"
- },
- {
- "name": "phpspec/php-diff",
- "version": "v1.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/php-diff.git",
- "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9",
- "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9",
- "shasum": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Diff": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Chris Boulton",
- "homepage": "http://github.com/chrisboulton"
- }
- ],
- "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
- "support": {
- "source": "https://github.com/phpspec/php-diff/tree/v1.1.3"
- },
- "time": "2020-09-18T13:47:07+00:00"
- },
- {
- "name": "phpspec/phpspec",
- "version": "6.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/phpspec.git",
- "reference": "6f3de03e235ab817aff35cc76aceb09826c3c4f8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/phpspec/zipball/6f3de03e235ab817aff35cc76aceb09826c3c4f8",
- "reference": "6f3de03e235ab817aff35cc76aceb09826c3c4f8",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.0.5",
- "ext-tokenizer": "*",
- "php": "^7.2 || 8.0.*",
- "phpspec/php-diff": "^1.0.0",
- "phpspec/prophecy": "^1.9",
- "sebastian/exporter": "^1.0 || ^2.0 || ^3.0 || ^4.0",
- "symfony/console": "^3.4 || ^4.0 || ^5.0",
- "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
- "symfony/finder": "^3.4 || ^4.0 || ^5.0",
- "symfony/process": "^3.4 || ^4.0 || ^5.0",
- "symfony/yaml": "^3.4 || ^4.0 || ^5.0"
- },
- "conflict": {
- "sebastian/comparator": "<1.2.4"
- },
- "require-dev": {
- "behat/behat": "^3.3",
- "phpunit/phpunit": "^8.0 || ^9.0",
- "symfony/filesystem": "^3.4 || ^4.0 || ^5.0"
- },
- "suggest": {
- "phpspec/nyan-formatters": "Adds Nyan formatters"
- },
- "bin": [
- "bin/phpspec"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.3.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PhpSpec": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- },
- {
- "name": "Marcello Duarte",
- "homepage": "http://marcelloduarte.net/"
- },
- {
- "name": "Ciaran McNulty",
- "homepage": "https://ciaranmcnulty.com/"
- }
- ],
- "description": "Specification-oriented BDD framework for PHP 7.1+",
- "homepage": "http://phpspec.net/",
- "keywords": [
- "BDD",
- "SpecBDD",
- "TDD",
- "spec",
- "specification",
- "testing",
- "tests"
- ],
- "support": {
- "issues": "https://github.com/phpspec/phpspec/issues",
- "source": "https://github.com/phpspec/phpspec/tree/6.3.1"
- },
- "time": "2020-12-29T14:47:41+00:00"
- },
- {
- "name": "phpspec/prophecy",
- "version": "v1.10.3",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/prophecy.git",
- "reference": "451c3cd1418cf640de218914901e51b064abb093"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
- "reference": "451c3cd1418cf640de218914901e51b064abb093",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.0.2",
- "php": "^5.3|^7.0",
- "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
- "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
- "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
- },
- "require-dev": {
- "phpspec/phpspec": "^2.5 || ^3.2",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Prophecy\\": "src/Prophecy"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- },
- {
- "name": "Marcello Duarte",
- "email": "marcello.duarte@gmail.com"
- }
- ],
- "description": "Highly opinionated mocking framework for PHP 5.3+",
- "homepage": "https://github.com/phpspec/prophecy",
- "keywords": [
- "Double",
- "Dummy",
- "fake",
- "mock",
- "spy",
- "stub"
- ],
- "support": {
- "issues": "https://github.com/phpspec/prophecy/issues",
- "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
- },
- "time": "2020-03-05T15:02:03+00:00"
- },
- {
- "name": "phpunit/php-code-coverage",
- "version": "4.0.8",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
- "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-xmlwriter": "*",
- "php": "^5.6 || ^7.0",
- "phpunit/php-file-iterator": "^1.3",
- "phpunit/php-text-template": "^1.2",
- "phpunit/php-token-stream": "^1.4.2 || ^2.0",
- "sebastian/code-unit-reverse-lookup": "^1.0",
- "sebastian/environment": "^1.3.2 || ^2.0",
- "sebastian/version": "^1.0 || ^2.0"
- },
- "require-dev": {
- "ext-xdebug": "^2.1.4",
- "phpunit/phpunit": "^5.7"
- },
- "suggest": {
- "ext-xdebug": "^2.5.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
- "keywords": [
- "coverage",
- "testing",
- "xunit"
- ],
- "support": {
- "irc": "irc://irc.freenode.net/phpunit",
- "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
- },
- "time": "2017-04-02T07:44:40+00:00"
- },
- {
- "name": "phpunit/php-file-iterator",
- "version": "1.4.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
- "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
- "keywords": [
- "filesystem",
- "iterator"
- ],
- "support": {
- "irc": "irc://irc.freenode.net/phpunit",
- "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
- },
- "time": "2017-11-27T13:52:08+00:00"
- },
- {
- "name": "phpunit/php-text-template",
- "version": "1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Simple template engine.",
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
- "keywords": [
- "template"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
- "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
- },
- "time": "2015-06-21T13:50:34+00:00"
- },
- {
- "name": "phpunit/php-timer",
- "version": "1.0.9",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
- "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Utility class for timing",
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
- "keywords": [
- "timer"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-timer/issues",
- "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
- },
- "time": "2017-02-26T11:10:40+00:00"
- },
- {
- "name": "phpunit/php-token-stream",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "791198a2c6254db10131eecfe8c06670700904db"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
- "reference": "791198a2c6254db10131eecfe8c06670700904db",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": "^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.2.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Wrapper around PHP's tokenizer extension.",
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
- "keywords": [
- "tokenizer"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
- "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
- },
- "abandoned": true,
- "time": "2017-11-27T05:48:46+00:00"
- },
- {
- "name": "phpunit/phpunit",
- "version": "5.7.27",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
- "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-xml": "*",
- "myclabs/deep-copy": "~1.3",
- "php": "^5.6 || ^7.0",
- "phpspec/prophecy": "^1.6.2",
- "phpunit/php-code-coverage": "^4.0.4",
- "phpunit/php-file-iterator": "~1.4",
- "phpunit/php-text-template": "~1.2",
- "phpunit/php-timer": "^1.0.6",
- "phpunit/phpunit-mock-objects": "^3.2",
- "sebastian/comparator": "^1.2.4",
- "sebastian/diff": "^1.4.3",
- "sebastian/environment": "^1.3.4 || ^2.0",
- "sebastian/exporter": "~2.0",
- "sebastian/global-state": "^1.1",
- "sebastian/object-enumerator": "~2.0",
- "sebastian/resource-operations": "~1.0",
- "sebastian/version": "^1.0.6|^2.0.1",
- "symfony/yaml": "~2.1|~3.0|~4.0"
- },
- "conflict": {
- "phpdocumentor/reflection-docblock": "3.0.2"
- },
- "require-dev": {
- "ext-pdo": "*"
- },
- "suggest": {
- "ext-xdebug": "*",
- "phpunit/php-invoker": "~1.1"
- },
- "bin": [
- "phpunit"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.7.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "The PHP Unit Testing framework.",
- "homepage": "https://phpunit.de/",
- "keywords": [
- "phpunit",
- "testing",
- "xunit"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27"
- },
- "time": "2018-02-01T05:50:59+00:00"
- },
- {
- "name": "phpunit/phpunit-mock-objects",
- "version": "3.4.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
- "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
- "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.0.2",
- "php": "^5.6 || ^7.0",
- "phpunit/php-text-template": "^1.2",
- "sebastian/exporter": "^1.2 || ^2.0"
- },
- "conflict": {
- "phpunit/phpunit": "<5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.4"
- },
- "suggest": {
- "ext-soap": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Mock Object library for PHPUnit",
- "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
- "keywords": [
- "mock",
- "xunit"
- ],
- "support": {
- "irc": "irc://irc.freenode.net/phpunit",
- "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
- "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
- },
- "abandoned": true,
- "time": "2017-06-30T09:13:00+00:00"
- },
- {
- "name": "sebastian/code-unit-reverse-lookup",
- "version": "1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Looks up which function or method a line of code belongs to",
- "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
- "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T08:15:22+00:00"
- },
- {
- "name": "sebastian/comparator",
- "version": "1.2.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
- "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "sebastian/diff": "~1.2",
- "sebastian/exporter": "~1.2 || ~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides the functionality to compare PHP values for equality",
- "homepage": "http://www.github.com/sebastianbergmann/comparator",
- "keywords": [
- "comparator",
- "compare",
- "equality"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/comparator/issues",
- "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
- },
- "time": "2017-01-29T09:50:25+00:00"
- },
- {
- "name": "sebastian/diff",
- "version": "1.4.3",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
- "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Kore Nordmann",
- "email": "mail@kore-nordmann.de"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Diff implementation",
- "homepage": "https://github.com/sebastianbergmann/diff",
- "keywords": [
- "diff"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/diff/issues",
- "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
- },
- "time": "2017-05-22T07:24:03+00:00"
- },
- {
- "name": "sebastian/environment",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
- "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides functionality to handle HHVM/PHP environments",
- "homepage": "http://www.github.com/sebastianbergmann/environment",
- "keywords": [
- "Xdebug",
- "environment",
- "hhvm"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/environment/issues",
- "source": "https://github.com/sebastianbergmann/environment/tree/master"
- },
- "time": "2016-11-26T07:53:53+00:00"
- },
- {
- "name": "sebastian/exporter",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
- "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "sebastian/recursion-context": "~2.0"
- },
- "require-dev": {
- "ext-mbstring": "*",
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- }
- ],
- "description": "Provides the functionality to export PHP variables for visualization",
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
- "keywords": [
- "export",
- "exporter"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/exporter/issues",
- "source": "https://github.com/sebastianbergmann/exporter/tree/master"
- },
- "time": "2016-11-19T08:54:04+00:00"
- },
- {
- "name": "sebastian/global-state",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
- "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.2"
- },
- "suggest": {
- "ext-uopz": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Snapshotting of global state",
- "homepage": "http://www.github.com/sebastianbergmann/global-state",
- "keywords": [
- "global state"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/global-state/issues",
- "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
- },
- "time": "2015-10-12T03:26:01+00:00"
- },
- {
- "name": "sebastian/object-enumerator",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/object-enumerator.git",
- "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
- "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6",
- "sebastian/recursion-context": "~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Traverses array structures and object graphs to enumerate all referenced objects",
- "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
- "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
- },
- "time": "2017-02-18T15:18:39+00:00"
- },
- {
- "name": "sebastian/recursion-context",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
- "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- }
- ],
- "description": "Provides functionality to recursively process PHP variables",
- "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "support": {
- "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
- "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
- },
- "time": "2016-11-19T07:33:16+00:00"
- },
- {
- "name": "sebastian/resource-operations",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/resource-operations.git",
- "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
- "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides a list of PHP built-in functions that operate on resources",
- "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
- "support": {
- "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
- "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
- },
- "abandoned": true,
- "time": "2015-07-28T20:34:47+00:00"
- },
- {
- "name": "sebastian/version",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/version.git",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
- "homepage": "https://github.com/sebastianbergmann/version",
- "support": {
- "issues": "https://github.com/sebastianbergmann/version/issues",
- "source": "https://github.com/sebastianbergmann/version/tree/master"
- },
- "time": "2016-10-03T07:35:21+00:00"
- },
- {
- "name": "symfony/browser-kit",
- "version": "v4.4.27",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/browser-kit.git",
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.3",
- "symfony/dom-crawler": "^3.4|^4.0|^5.0",
- "symfony/polyfill-php80": "^1.16"
- },
- "require-dev": {
- "symfony/css-selector": "^3.4|^4.0|^5.0",
- "symfony/http-client": "^4.3|^5.0",
- "symfony/mime": "^4.3|^5.0",
- "symfony/process": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "symfony/process": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\BrowserKit\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2021-07-21T12:19:41+00:00"
- },
- {
- "name": "symfony/dom-crawler",
- "version": "v3.4.47",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dom-crawler.git",
- "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
- "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "require-dev": {
- "symfony/css-selector": "~2.8|~3.0|~4.0"
- },
- "suggest": {
- "symfony/css-selector": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DomCrawler\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony DomCrawler Component",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v3.4.47"
- },
- "funding": [
- {
- "url": "https://symfony.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://github.com/fabpot",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
- "type": "tidelift"
- }
- ],
- "time": "2020-10-24T10:57:07+00:00"
- },
- {
- "name": "webmozart/assert",
- "version": "1.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/webmozarts/assert.git",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0",
- "symfony/polyfill-ctype": "^1.8"
- },
- "conflict": {
- "phpstan/phpstan": "<0.12.20",
- "vimeo/psalm": "<4.6.1 || 4.6.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.13"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.10-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Webmozart\\Assert\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "Assertions to validate method input/output with nice error messages.",
- "keywords": [
- "assert",
- "check",
- "validate"
- ],
- "support": {
- "issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.10.0"
- },
- "time": "2021-03-09T10:59:23+00:00"
- }
- ],
- "aliases": [
- {
- "package": "omnipay/authorizenet",
- "version": "dev-solution-id",
- "alias": "2.5.0",
- "alias_normalized": "2.5.0.0"
- }
- ],
- "minimum-stability": "dev",
- "stability-flags": {
- "chumper/datatable": 20,
- "collizo4sky/omnipay-wepay": 20,
- "delatbabel/omnipay-fatzebra": 20,
- "dercoder/omnipay-paysafecard": 20,
- "digitickets/omnipay-gocardlessv2": 20,
- "intervention/image": 20,
- "jlapp/swaggervel": 20,
- "jonnyw/php-phantomjs": 20,
- "laracasts/presenter": 20,
- "maatwebsite/excel": 20,
- "meebio/omnipay-creditcall": 20,
- "meebio/omnipay-secure-trading": 20,
- "omnipay/authorizenet": 20,
- "omnipay/bitpay": 20,
- "omnipay/gocardless": 20,
- "simshaun/recurr": 20,
- "turbo124/laravel-push-notification": 20,
- "webpatser/laravel-countries": 20
- },
- "prefer-stable": true,
- "prefer-lowest": false,
- "platform": {
- "php": ">=7.1.0",
- "ext-gd": "*",
- "ext-gmp": "*",
- "ext-json": "*",
- "ext-zip": "*"
- },
- "platform-dev": [],
- "plugin-api-version": "2.0.0"
-}