Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9283 lines (9283 sloc)
331 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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": "b089ddf65fc03b657eda109bf7aa052a", | |
"packages": [ | |
{ | |
"name": "aws/aws-sdk-php", | |
"version": "3.173.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/aws/aws-sdk-php.git", | |
"reference": "ab3ee1cba4219d5262ecac8f011f267e9b7f3af9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ab3ee1cba4219d5262ecac8f011f267e9b7f3af9", | |
"reference": "ab3ee1cba4219d5262ecac8f011f267e9b7f3af9", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-simplexml": "*", | |
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", | |
"guzzlehttp/promises": "^1.0", | |
"guzzlehttp/psr7": "^1.4.1", | |
"mtdowling/jmespath.php": "^2.5", | |
"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.173.0" | |
}, | |
"time": "2021-02-02T20:01:31+00:00" | |
}, | |
{ | |
"name": "brick/math", | |
"version": "0.9.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/brick/math.git", | |
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", | |
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"php": "^7.1 || ^8.0" | |
}, | |
"require-dev": { | |
"php-coveralls/php-coveralls": "^2.2", | |
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", | |
"vimeo/psalm": "4.3.2" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Brick\\Math\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Arbitrary-precision arithmetic library", | |
"keywords": [ | |
"Arbitrary-precision", | |
"BigInteger", | |
"BigRational", | |
"arithmetic", | |
"bigdecimal", | |
"bignum", | |
"brick", | |
"math" | |
], | |
"support": { | |
"issues": "https://github.com/brick/math/issues", | |
"source": "https://github.com/brick/math/tree/0.9.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/brick/math", | |
"type": "tidelift" | |
} | |
], | |
"time": "2021-01-20T22:51:39+00:00" | |
}, | |
{ | |
"name": "cebe/markdown", | |
"version": "1.1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cebe/markdown.git", | |
"reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
"reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
"shasum": "" | |
}, | |
"require": { | |
"lib-pcre": "*", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"cebe/indent": "*", | |
"facebook/xhprof": "*@dev", | |
"phpunit/phpunit": "4.1.*" | |
}, | |
"bin": [ | |
"bin/markdown" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"cebe\\markdown\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Carsten Brandt", | |
"email": "mail@cebe.cc", | |
"homepage": "http://cebe.cc/", | |
"role": "Creator" | |
} | |
], | |
"description": "A super fast, highly extensible markdown parser for PHP", | |
"homepage": "https://github.com/cebe/markdown#readme", | |
"keywords": [ | |
"extensible", | |
"fast", | |
"gfm", | |
"markdown", | |
"markdown-extra" | |
], | |
"support": { | |
"issues": "https://github.com/cebe/markdown/issues", | |
"source": "https://github.com/cebe/markdown" | |
}, | |
"time": "2017-07-16T21:13:23+00:00" | |
}, | |
{ | |
"name": "dg/twitter-php", | |
"version": "v3.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dg/twitter-php.git", | |
"reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8", | |
"reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-curl": "*", | |
"php": ">=5.2.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "David Grudl", | |
"homepage": "https://davidgrudl.com" | |
} | |
], | |
"description": "Small and easy Twitter library for PHP", | |
"homepage": "https://github.com/dg/twitter-php", | |
"keywords": [ | |
"oauth", | |
"twitter" | |
], | |
"support": { | |
"issues": "https://github.com/dg/twitter-php/issues", | |
"source": "https://github.com/dg/twitter-php/tree/v3.6" | |
}, | |
"time": "2016-08-15T16:46:22+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/cache", | |
"version": "1.10.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/cache.git", | |
"reference": "13e3381b25847283a91948d04640543941309727" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", | |
"reference": "13e3381b25847283a91948d04640543941309727", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "~7.1 || ^8.0" | |
}, | |
"conflict": { | |
"doctrine/common": ">2.2,<2.4" | |
}, | |
"require-dev": { | |
"alcaeus/mongo-php-adapter": "^1.1", | |
"doctrine/coding-standard": "^6.0", | |
"mongodb/mongodb": "^1.1", | |
"phpunit/phpunit": "^7.0", | |
"predis/predis": "~1.0" | |
}, | |
"suggest": { | |
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.9.x-dev" | |
} | |
}, | |
"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.10.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%2Fcache", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-07-07T18:54:01+00:00" | |
}, | |
{ | |
"name": "doctrine/dbal", | |
"version": "2.12.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/dbal.git", | |
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086", | |
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/cache": "^1.0", | |
"doctrine/event-manager": "^1.0", | |
"ext-pdo": "*", | |
"php": "^7.3 || ^8" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^8.1", | |
"jetbrains/phpstorm-stubs": "^2019.1", | |
"phpstan/phpstan": "^0.12.40", | |
"phpunit/phpunit": "^9.4", | |
"psalm/plugin-phpunit": "^0.10.0", | |
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | |
"vimeo/psalm": "^3.17.2" | |
}, | |
"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": "4.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL" | |
} | |
}, | |
"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" | |
} | |
], | |
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", | |
"homepage": "https://www.doctrine-project.org/projects/dbal.html", | |
"keywords": [ | |
"abstraction", | |
"database", | |
"db2", | |
"dbal", | |
"mariadb", | |
"mssql", | |
"mysql", | |
"oci8", | |
"oracle", | |
"pdo", | |
"pgsql", | |
"postgresql", | |
"queryobject", | |
"sasql", | |
"sql", | |
"sqlanywhere", | |
"sqlite", | |
"sqlserver", | |
"sqlsrv" | |
], | |
"support": { | |
"issues": "https://github.com/doctrine/dbal/issues", | |
"source": "https://github.com/doctrine/dbal/tree/2.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%2Fdbal", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-11-14T20:26:58+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": "2.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210", | |
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2 || ^8.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^7.0", | |
"phpstan/phpstan": "^0.11", | |
"phpstan/phpstan-phpunit": "^0.11", | |
"phpstan/phpstan-strict-rules": "^0.11", | |
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"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/2.0.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%2Finflector", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-05-29T15:13:26+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": "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": "eluceo/ical", | |
"version": "0.16.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/markuspoerschke/iCal.git", | |
"reference": "7043337feaeacbc016844e7e52ef41bba504ad8f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/7043337feaeacbc016844e7e52ef41bba504ad8f", | |
"reference": "7043337feaeacbc016844e7e52ef41bba504ad8f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1 || ~8.0.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^7.0" | |
}, | |
"suggest": { | |
"ext-mbstring": "Massive performance enhancement of line folding" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Eluceo\\iCal\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Markus Poerschke", | |
"email": "markus@eluceo.de", | |
"role": "Developer" | |
} | |
], | |
"description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.", | |
"homepage": "https://github.com/markuspoerschke/iCal", | |
"keywords": [ | |
"calendar", | |
"iCalendar", | |
"ical", | |
"ics", | |
"php calendar" | |
], | |
"support": { | |
"issues": "https://github.com/markuspoerschke/iCal/issues", | |
"source": "https://github.com/markuspoerschke/iCal" | |
}, | |
"time": "2020-10-04T17:41:11+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": "facebook/graph-sdk", | |
"version": "5.7.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/facebook/php-graph-sdk.git", | |
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b", | |
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.4|^7.0" | |
}, | |
"require-dev": { | |
"guzzlehttp/guzzle": "~5.0", | |
"mockery/mockery": "~0.8", | |
"phpunit/phpunit": "~4.0" | |
}, | |
"suggest": { | |
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", | |
"paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Facebook\\": "src/Facebook/" | |
}, | |
"files": [ | |
"src/Facebook/polyfills.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Facebook Platform" | |
], | |
"authors": [ | |
{ | |
"name": "Facebook", | |
"homepage": "https://github.com/facebook/php-graph-sdk/contributors" | |
} | |
], | |
"description": "Facebook SDK for PHP", | |
"homepage": "https://github.com/facebook/php-graph-sdk", | |
"keywords": [ | |
"facebook", | |
"sdk" | |
], | |
"support": { | |
"issues": "https://github.com/facebook/php-graph-sdk/issues", | |
"source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0" | |
}, | |
"time": "2018-12-11T22:56:31+00:00" | |
}, | |
{ | |
"name": "fideloper/proxy", | |
"version": "4.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fideloper/TrustedProxy.git", | |
"reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0", | |
"reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0", | |
"mockery/mockery": "^1.0", | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"laravel": { | |
"providers": [ | |
"Fideloper\\Proxy\\TrustedProxyServiceProvider" | |
] | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Fideloper\\Proxy\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Chris Fidao", | |
"email": "fideloper@gmail.com" | |
} | |
], | |
"description": "Set trusted proxies for Laravel", | |
"keywords": [ | |
"load balancing", | |
"proxy", | |
"trusted proxy" | |
], | |
"support": { | |
"issues": "https://github.com/fideloper/TrustedProxy/issues", | |
"source": "https://github.com/fideloper/TrustedProxy/tree/4.4.1" | |
}, | |
"time": "2020-10-22T13:48:01+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.5.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "f092dd734083473658de3ee4bef093ed77d2689c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f092dd734083473658de3ee4bef093ed77d2689c", | |
"reference": "f092dd734083473658de3ee4bef093ed77d2689c", | |
"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": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\": "src/" | |
} | |
}, | |
"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": "Jeremy Lindblom", | |
"email": "jeremeamia@gmail.com", | |
"homepage": "https://github.com/jeremeamia" | |
}, | |
{ | |
"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": "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.6" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/GrahamCampbell", | |
"type": "github" | |
}, | |
{ | |
"url": "https://github.com/Nyholm", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-05-25T13:19:12+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "1.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", | |
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", | |
"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": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\Promise\\": "src/" | |
} | |
}, | |
"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.1" | |
}, | |
"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-22T20:56:57+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.8.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", | |
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", | |
"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": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
} | |
}, | |
"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.5" | |
}, | |
"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": "2022-03-20T21:51:18+00:00" | |
}, | |
{ | |
"name": "indieweb/date-formatter", | |
"version": "0.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/indieweb/date-formatter-php.git", | |
"reference": "282946ebae0efa5f9c00be88553d76d7a39824ab" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/282946ebae0efa5f9c00be88553d76d7a39824ab", | |
"reference": "282946ebae0efa5f9c00be88553d76d7a39824ab", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"mf2/mf2": ">=0.2.12", | |
"phpunit/phpunit": "~4.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"IndieWeb": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Aaron Parecki", | |
"homepage": "http://aaronparecki.com" | |
} | |
], | |
"description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup", | |
"homepage": "https://github.com/indieweb/date-formatter-php", | |
"keywords": [ | |
"date", | |
"format", | |
"microformats", | |
"microformats2" | |
], | |
"support": { | |
"issues": "https://github.com/indieweb/date-formatter-php/issues", | |
"source": "https://github.com/indieweb/date-formatter-php/tree/master" | |
}, | |
"time": "2016-04-05T15:13:00+00:00" | |
}, | |
{ | |
"name": "indieweb/link-rel-parser", | |
"version": "0.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/indieweb/link-rel-parser-php.git", | |
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055", | |
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"src/IndieWeb/link_rel_parser.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Aaron Parecki", | |
"homepage": "http://aaronparecki.com" | |
}, | |
{ | |
"name": "Tantek Çelik", | |
"homepage": "http://tantek.com" | |
} | |
], | |
"description": "Parse rel values from HTTP headers", | |
"homepage": "https://github.com/indieweb/link-rel-parser-php", | |
"keywords": [ | |
"http", | |
"indieweb", | |
"microformats2" | |
], | |
"support": { | |
"issues": "https://github.com/indieweb/link-rel-parser-php/issues", | |
"source": "https://github.com/indieweb/link-rel-parser-php/tree/master" | |
}, | |
"time": "2017-01-11T17:14:49+00:00" | |
}, | |
{ | |
"name": "intervention/image", | |
"version": "2.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Intervention/image.git", | |
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", | |
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-fileinfo": "*", | |
"guzzlehttp/psr7": "~1.1", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "~0.9.2", | |
"phpunit/phpunit": "^4.8 || ^5.7" | |
}, | |
"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" | |
}, | |
"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" | |
}, | |
"time": "2019-11-02T09:15:47+00:00" | |
}, | |
{ | |
"name": "jfcherng/php-color-output", | |
"version": "2.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jfcherng/php-color-output.git", | |
"reference": "2673074597eca9682d2fdfaee39a22418d4cc2f6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jfcherng/php-color-output/zipball/2673074597eca9682d2fdfaee39a22418d4cc2f6", | |
"reference": "2673074597eca9682d2fdfaee39a22418d4cc2f6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.15", | |
"phan/phan": "^2.2", | |
"phpunit/phpunit": "^7.2 || ^8.2 || ^9", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Jfcherng\\Utility\\": "src/" | |
}, | |
"files": [ | |
"src/helpers.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jack Cherng", | |
"email": "jfcherng@gmail.com" | |
} | |
], | |
"description": "Make your PHP command-line application colorful.", | |
"keywords": [ | |
"ansi-colors", | |
"color", | |
"command-line", | |
"str-color" | |
], | |
"support": { | |
"issues": "https://github.com/jfcherng/php-color-output/issues", | |
"source": "https://github.com/jfcherng/php-color-output/tree/2.0.2" | |
}, | |
"time": "2020-05-27T19:24:44+00:00" | |
}, | |
{ | |
"name": "jfcherng/php-diff", | |
"version": "6.9.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jfcherng/php-diff.git", | |
"reference": "af34294eb1265b74863076ff1f07dabd83c24752" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/af34294eb1265b74863076ff1f07dabd83c24752", | |
"reference": "af34294eb1265b74863076ff1f07dabd83c24752", | |
"shasum": "" | |
}, | |
"require": { | |
"jfcherng/php-color-output": "^2.0", | |
"jfcherng/php-mb-string": "^1.3", | |
"jfcherng/php-sequence-matcher": "^3.2.5", | |
"php": ">=7.1.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.17", | |
"phan/phan": "^2.5 || ^3", | |
"phpunit/phpunit": ">=7 <10", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Jfcherng\\Diff\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jack Cherng", | |
"email": "jfcherng@gmail.com" | |
}, | |
{ | |
"name": "Chris Boulton", | |
"email": "chris.boulton@interspire.com" | |
} | |
], | |
"description": "A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).", | |
"keywords": [ | |
"diff", | |
"udiff", | |
"unidiff", | |
"unified diff" | |
], | |
"support": { | |
"issues": "https://github.com/jfcherng/php-diff/issues", | |
"source": "https://github.com/jfcherng/php-diff/tree/6.9.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://www.paypal.me/jfcherng/5usd", | |
"type": "custom" | |
} | |
], | |
"time": "2020-12-07T23:55:10+00:00" | |
}, | |
{ | |
"name": "jfcherng/php-mb-string", | |
"version": "1.4.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jfcherng/php-mb-string.git", | |
"reference": "ff8dacb993d83b5e8e2d8e325b5a015f3fb2da7d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jfcherng/php-mb-string/zipball/ff8dacb993d83b5e8e2d8e325b5a015f3fb2da7d", | |
"reference": "ff8dacb993d83b5e8e2d8e325b5a015f3fb2da7d", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-iconv": "*", | |
"php": ">=7.1.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.17", | |
"phan/phan": "^2 || ^3 || ^4", | |
"phpunit/phpunit": "^7.2 || ^8 || ^9" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Jfcherng\\Utility\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jack Cherng", | |
"email": "jfcherng@gmail.com" | |
} | |
], | |
"description": "A high performance multibytes sting implementation for frequently reading/writing operations.", | |
"support": { | |
"issues": "https://github.com/jfcherng/php-mb-string/issues", | |
"source": "https://github.com/jfcherng/php-mb-string/tree/1.4.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://www.paypal.me/jfcherng/5usd", | |
"type": "custom" | |
} | |
], | |
"time": "2021-01-16T11:51:16+00:00" | |
}, | |
{ | |
"name": "jfcherng/php-sequence-matcher", | |
"version": "3.2.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jfcherng/php-sequence-matcher.git", | |
"reference": "369933b7cfbc31979fd94bf6391451468f49c693" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jfcherng/php-sequence-matcher/zipball/369933b7cfbc31979fd94bf6391451468f49c693", | |
"reference": "369933b7cfbc31979fd94bf6391451468f49c693", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.16", | |
"phan/phan": "^2 || ^3", | |
"phpunit/phpunit": ">=7 <10", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Jfcherng\\Diff\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jack Cherng", | |
"email": "jfcherng@gmail.com" | |
}, | |
{ | |
"name": "Chris Boulton", | |
"email": "chris.boulton@interspire.com" | |
} | |
], | |
"description": "A longest sequence matcher. The logic is primarily based on the Python difflib package.", | |
"support": { | |
"issues": "https://github.com/jfcherng/php-sequence-matcher/issues", | |
"source": "https://github.com/jfcherng/php-sequence-matcher/tree/master" | |
}, | |
"funding": [ | |
{ | |
"url": "https://www.paypal.me/jfcherng/5usd", | |
"type": "custom" | |
} | |
], | |
"time": "2020-09-03T13:48:27+00:00" | |
}, | |
{ | |
"name": "johngrogg/ics-parser", | |
"version": "v3.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/u01jmg3/ics-parser.git", | |
"reference": "c74f5881198760386f243d6b1e090e54952ac825" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/c74f5881198760386f243d6b1e090e54952ac825", | |
"reference": "c74f5881198760386f243d6b1e090e54952ac825", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=5.3.9" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5", | |
"squizlabs/php_codesniffer": "~3.6.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"ICal": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jonathan Goode", | |
"role": "Developer/Owner" | |
}, | |
{ | |
"name": "John Grogg", | |
"email": "john.grogg@gmail.com", | |
"role": "Developer/Prior Owner" | |
} | |
], | |
"description": "ICS Parser", | |
"homepage": "https://github.com/u01jmg3/ics-parser", | |
"keywords": [ | |
"iCalendar", | |
"ical", | |
"ical-parser", | |
"ics", | |
"ics-parser", | |
"ifb" | |
], | |
"support": { | |
"issues": "https://github.com/u01jmg3/ics-parser/issues", | |
"source": "https://github.com/u01jmg3/ics-parser/tree/v3.0.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sponsors/u01jmg3", | |
"type": "github" | |
} | |
], | |
"time": "2021-06-17T14:20:46+00:00" | |
}, | |
{ | |
"name": "laminas/laminas-xml", | |
"version": "1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laminas/laminas-xml.git", | |
"reference": "844dc64557b1ad8a2e0eadb741510ba992674f99" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/844dc64557b1ad8a2e0eadb741510ba992674f99", | |
"reference": "844dc64557b1ad8a2e0eadb741510ba992674f99", | |
"shasum": "" | |
}, | |
"require": { | |
"laminas/laminas-zendframework-bridge": "^1.0", | |
"php": "^7.3 || ~8.0.0" | |
}, | |
"replace": { | |
"zendframework/zendxml": "^1.2.0" | |
}, | |
"require-dev": { | |
"ext-iconv": "*", | |
"laminas/laminas-coding-standard": "~1.0.0", | |
"phpunit/phpunit": "^9.4" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Laminas\\Xml\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Utility library for XML usage, best practices, and security in PHP", | |
"homepage": "https://laminas.dev", | |
"keywords": [ | |
"laminas", | |
"security", | |
"xml" | |
], | |
"support": { | |
"chat": "https://laminas.dev/chat", | |
"forum": "https://discourse.laminas.dev", | |
"issues": "https://github.com/laminas/laminas-xml/issues", | |
"rss": "https://github.com/laminas/laminas-xml/releases.atom", | |
"source": "https://github.com/laminas/laminas-xml" | |
}, | |
"funding": [ | |
{ | |
"url": "https://funding.communitybridge.org/projects/laminas-project", | |
"type": "community_bridge" | |
} | |
], | |
"time": "2020-11-18T20:46:37+00:00" | |
}, | |
{ | |
"name": "laminas/laminas-zendframework-bridge", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", | |
"reference": "6ede70583e101030bcace4dcddd648f760ddf642" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642", | |
"reference": "6ede70583e101030bcace4dcddd648f760ddf642", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"extra": { | |
"laminas": { | |
"module": "Laminas\\ZendFrameworkBridge" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/autoload.php" | |
], | |
"psr-4": { | |
"Laminas\\ZendFrameworkBridge\\": "src//" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Alias legacy ZF class names to Laminas Project equivalents.", | |
"keywords": [ | |
"ZendFramework", | |
"autoloading", | |
"laminas", | |
"zf" | |
], | |
"support": { | |
"forum": "https://discourse.laminas.dev/", | |
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", | |
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", | |
"source": "https://github.com/laminas/laminas-zendframework-bridge" | |
}, | |
"funding": [ | |
{ | |
"url": "https://funding.communitybridge.org/projects/laminas-project", | |
"type": "community_bridge" | |
} | |
], | |
"time": "2020-09-14T14:23:00+00:00" | |
}, | |
{ | |
"name": "laravel/framework", | |
"version": "v7.30.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/framework.git", | |
"reference": "9dd38140dc2924daa1a020a3d7a45f9ceff03df3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/framework/zipball/9dd38140dc2924daa1a020a3d7a45f9ceff03df3", | |
"reference": "9dd38140dc2924daa1a020a3d7a45f9ceff03df3", | |
"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": "^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|^4.0", | |
"swiftmailer/swiftmailer": "^6.0", | |
"symfony/console": "^5.0", | |
"symfony/error-handler": "^5.0", | |
"symfony/finder": "^5.0", | |
"symfony/http-foundation": "^5.0", | |
"symfony/http-kernel": "^5.0", | |
"symfony/mime": "^5.0", | |
"symfony/polyfill-php73": "^1.17", | |
"symfony/process": "^5.0", | |
"symfony/routing": "^5.0", | |
"symfony/var-dumper": "^5.0", | |
"tijsverkoyen/css-to-inline-styles": "^2.2.2", | |
"vlucas/phpdotenv": "^4.0", | |
"voku/portable-ascii": "^1.4.8" | |
}, | |
"conflict": { | |
"tightenco/collect": "<5.5.33" | |
}, | |
"provide": { | |
"psr/container-implementation": "1.0" | |
}, | |
"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/testing": "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": "^5.8", | |
"pda/pheanstalk": "^4.0", | |
"phpunit/phpunit": "^8.4|^9.3.3", | |
"predis/predis": "^1.1.1", | |
"symfony/cache": "^5.0" | |
}, | |
"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 HTTP Client, 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).", | |
"mockery/mockery": "Required to use mocking (~1.3.3|^1.4.2).", | |
"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).", | |
"phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.3.3).", | |
"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 (^5.0).", | |
"symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).", | |
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", | |
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "7.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-01-21T14:10:48+00:00" | |
}, | |
{ | |
"name": "laravel/tinker", | |
"version": "v2.6.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/tinker.git", | |
"reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/tinker/zipball/daae1c43f1300fe88c05d83db6f3d8f76677ad88", | |
"reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/console": "^6.0|^7.0|^8.0", | |
"illuminate/contracts": "^6.0|^7.0|^8.0", | |
"illuminate/support": "^6.0|^7.0|^8.0", | |
"php": "^7.2.5|^8.0", | |
"psy/psysh": "^0.10.4", | |
"symfony/var-dumper": "^4.3.4|^5.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "~1.3.3|^1.4.2", | |
"phpunit/phpunit": "^8.5.8|^9.3.3" | |
}, | |
"suggest": { | |
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.x-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/v2.6.0" | |
}, | |
"time": "2021-01-26T20:35:18+00:00" | |
}, | |
{ | |
"name": "lcobucci/jwt", | |
"version": "3.4.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lcobucci/jwt.git", | |
"reference": "3ef8657a78278dfeae7707d51747251db4176240" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240", | |
"reference": "3ef8657a78278dfeae7707d51747251db4176240", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"ext-openssl": "*", | |
"php": "^5.6 || ^7.0" | |
}, | |
"require-dev": { | |
"mikey179/vfsstream": "~1.5", | |
"phpmd/phpmd": "~2.2", | |
"phpunit/php-invoker": "~1.1", | |
"phpunit/phpunit": "^5.7 || ^7.3", | |
"squizlabs/php_codesniffer": "~2.3" | |
}, | |
"suggest": { | |
"lcobucci/clock": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Lcobucci\\JWT\\": "src" | |
}, | |
"files": [ | |
"compat/class-aliases.php", | |
"compat/json-exception-polyfill.php", | |
"compat/lcobucci-clock-polyfill.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Luís Otávio Cobucci Oblonczyk", | |
"email": "lcobucci@gmail.com", | |
"role": "Developer" | |
} | |
], | |
"description": "A simple library to work with JSON Web Token and JSON Web Signature", | |
"keywords": [ | |
"JWS", | |
"jwt" | |
], | |
"support": { | |
"issues": "https://github.com/lcobucci/jwt/issues", | |
"source": "https://github.com/lcobucci/jwt/tree/3.4.6" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/lcobucci", | |
"type": "github" | |
}, | |
{ | |
"url": "https://www.patreon.com/lcobucci", | |
"type": "patreon" | |
} | |
], | |
"time": "2021-09-28T19:18:28+00:00" | |
}, | |
{ | |
"name": "league/commonmark", | |
"version": "1.5.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/thephpleague/commonmark.git", | |
"reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54", | |
"reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54", | |
"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", | |
"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": "2020-10-31T13:49:32+00:00" | |
}, | |
{ | |
"name": "league/flysystem", | |
"version": "1.1.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/thephpleague/flysystem.git", | |
"reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32", | |
"reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32", | |
"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.4" | |
}, | |
"funding": [ | |
{ | |
"url": "https://offset.earth/frankdejonge", | |
"type": "other" | |
} | |
], | |
"time": "2021-06-23T21:56:05+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/mime-type-detection", | |
"version": "1.7.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/thephpleague/mime-type-detection.git", | |
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", | |
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", | |
"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.7.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/frankdejonge", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/league/flysystem", | |
"type": "tidelift" | |
} | |
], | |
"time": "2021-01-18T20:58:21+00:00" | |
}, | |
{ | |
"name": "masterminds/html5", | |
"version": "2.7.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Masterminds/html5-php.git", | |
"reference": "9227822783c75406cfe400984b2f095cdf03d417" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417", | |
"reference": "9227822783c75406cfe400984b2f095cdf03d417", | |
"shasum": "" | |
}, | |