Permalink
Cannot retrieve contributors at this time
{ | |
"_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": "7e19d94f76ac937beaceb2cdb6b392bd", | |
"packages": [ | |
{ | |
"name": "asm89/stack-cors", | |
"version": "v2.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/asm89/stack-cors.git", | |
"reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa", | |
"reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0|^8.0", | |
"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": "^6|^7|^8|^9", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Asm89\\Stack\\": "src/" | |
} | |
}, | |
"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/v2.0.2" | |
}, | |
"time": "2020-10-29T16:03:21+00:00" | |
}, | |
{ | |
"name": "barryvdh/laravel-dompdf", | |
"version": "v0.9.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/barryvdh/laravel-dompdf.git", | |
"reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/5b99e1f94157d74e450f4c97e8444fcaffa2144b", | |
"reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b", | |
"shasum": "" | |
}, | |
"require": { | |
"dompdf/dompdf": "^1", | |
"illuminate/support": "^5.5|^6|^7|^8", | |
"php": "^7.1 || ^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "0.9-dev" | |
}, | |
"laravel": { | |
"providers": [ | |
"Barryvdh\\DomPDF\\ServiceProvider" | |
], | |
"aliases": { | |
"PDF": "Barryvdh\\DomPDF\\Facade" | |
} | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Barryvdh\\DomPDF\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Barry vd. Heuvel", | |
"email": "barryvdh@gmail.com" | |
} | |
], | |
"description": "A DOMPDF Wrapper for Laravel", | |
"keywords": [ | |
"dompdf", | |
"laravel", | |
"pdf" | |
], | |
"support": { | |
"issues": "https://github.com/barryvdh/laravel-dompdf/issues", | |
"source": "https://github.com/barryvdh/laravel-dompdf/tree/v0.9.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/barryvdh", | |
"type": "github" | |
} | |
], | |
"time": "2020-12-27T12:05:53+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": "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/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": "dompdf/dompdf", | |
"version": "v1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dompdf/dompdf.git", | |
"reference": "8768448244967a46d6e67b891d30878e0e15d25c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", | |
"reference": "8768448244967a46d6e67b891d30878e0e15d25c", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-mbstring": "*", | |
"phenx/php-font-lib": "^0.5.2", | |
"phenx/php-svg-lib": "^0.3.3", | |
"php": "^7.1 || ^8.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "^1.3", | |
"phpunit/phpunit": "^7.5 || ^8 || ^9", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"suggest": { | |
"ext-gd": "Needed to process images", | |
"ext-gmagick": "Improves image processing performance", | |
"ext-imagick": "Improves image processing performance", | |
"ext-zlib": "Needed for pdf stream compression" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-develop": "0.7-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Dompdf\\": "src/" | |
}, | |
"classmap": [ | |
"lib/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-2.1" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Ménager", | |
"email": "fabien.menager@gmail.com" | |
}, | |
{ | |
"name": "Brian Sweeney", | |
"email": "eclecticgeek@gmail.com" | |
}, | |
{ | |
"name": "Gabriel Bull", | |
"email": "me@gabrielbull.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/v1.0.2" | |
}, | |
"time": "2021-01-08T14:18:52+00:00" | |
}, | |
{ | |
"name": "dragonmantank/cron-expression", | |
"version": "v3.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dragonmantank/cron-expression.git", | |
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c", | |
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2|^8.0", | |
"webmozart/assert": "^1.7.0" | |
}, | |
"replace": { | |
"mtdowling/cron-expression": "^1.0" | |
}, | |
"require-dev": { | |
"phpstan/extension-installer": "^1.0", | |
"phpstan/phpstan": "^0.12", | |
"phpstan/phpstan-webmozart-assert": "^0.12.7", | |
"phpunit/phpunit": "^7.0|^8.0|^9.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Cron\\": "src/Cron/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"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/v3.1.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/dragonmantank", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-24T19:55:57+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": "erusev/parsedown", | |
"version": "1.7.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/erusev/parsedown.git", | |
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", | |
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.35" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Parsedown": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Emanuil Rusev", | |
"email": "hello@erusev.com", | |
"homepage": "http://erusev.com" | |
} | |
], | |
"description": "Parser for Markdown.", | |
"homepage": "http://parsedown.org", | |
"keywords": [ | |
"markdown", | |
"parser" | |
], | |
"support": { | |
"issues": "https://github.com/erusev/parsedown/issues", | |
"source": "https://github.com/erusev/parsedown/tree/1.7.x" | |
}, | |
"time": "2019-12-30T22:54:17+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": "fruitcake/laravel-cors", | |
"version": "v2.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fruitcake/laravel-cors.git", | |
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a", | |
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a", | |
"shasum": "" | |
}, | |
"require": { | |
"asm89/stack-cors": "^2.0.1", | |
"illuminate/contracts": "^6|^7|^8|^9", | |
"illuminate/support": "^6|^7|^8|^9", | |
"php": ">=7.2", | |
"symfony/http-foundation": "^4|^5", | |
"symfony/http-kernel": "^4.3.4|^5" | |
}, | |
"require-dev": { | |
"laravel/framework": "^6|^7|^8", | |
"orchestra/testbench-dusk": "^4|^5|^6", | |
"phpunit/phpunit": "^6|^7|^8", | |
"squizlabs/php_codesniffer": "^3.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.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/v2.0.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/barryvdh", | |
"type": "github" | |
} | |
], | |
"time": "2020-10-22T13:57:20+00:00" | |
}, | |
{ | |
"name": "graham-campbell/result-type", | |
"version": "v1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/GrahamCampbell/Result-Type.git", | |
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb", | |
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0|^8.0", | |
"phpoption/phpoption": "^1.7.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GrahamCampbell\\ResultType\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Graham Campbell", | |
"email": "graham@alt-three.com" | |
} | |
], | |
"description": "An Implementation Of The Result Type", | |
"keywords": [ | |
"Graham Campbell", | |
"GrahamCampbell", | |
"Result Type", | |
"Result-Type", | |
"result" | |
], | |
"support": { | |
"issues": "https://github.com/GrahamCampbell/Result-Type/issues", | |
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/GrahamCampbell", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-04-13T13:17:36+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "7.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79", | |
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"guzzlehttp/promises": "^1.4", | |
"guzzlehttp/psr7": "^1.7", | |
"php": "^7.2.5 || ^8.0", | |
"psr/http-client": "^1.0" | |
}, | |
"provide": { | |
"psr/http-client-implementation": "1.0" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"php-http/client-integration-tests": "^3.0", | |
"phpunit/phpunit": "^8.5.5 || ^9.3.5", | |
"psr/log": "^1.1" | |
}, | |
"suggest": { | |
"ext-curl": "Required for CURL handler support", | |
"ext-intl": "Required for Internationalized Domain Name (IDN) support", | |
"psr/log": "Required for using the Log middleware" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "7.1-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" | |
}, | |
{ | |
"name": "Márk Sági-Kazár", | |
"email": "mark.sagikazar@gmail.com", | |
"homepage": "https://sagikazarmark.hu" | |
} | |
], | |
"description": "Guzzle is a PHP HTTP client library", | |
"homepage": "http://guzzlephp.org/", | |
"keywords": [ | |
"client", | |
"curl", | |
"framework", | |
"http", | |
"http client", | |
"psr-18", | |
"psr-7", | |
"rest", | |
"web service" | |
], | |
"support": { | |
"issues": "https://github.com/guzzle/guzzle/issues", | |
"source": "https://github.com/guzzle/guzzle/tree/7.2.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/GrahamCampbell", | |
"type": "github" | |
}, | |
{ | |
"url": "https://github.com/Nyholm", | |
"type": "github" | |
}, | |
{ | |
"url": "https://github.com/alexeyshockov", | |
"type": "github" | |
}, | |
{ | |
"url": "https://github.com/gmponos", | |
"type": "github" | |
} | |
], | |
"time": "2020-10-10T11:47:56+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "60d379c243457e073cff02bc323a2a86cb355631" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", | |
"reference": "60d379c243457e073cff02bc323a2a86cb355631", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"symfony/phpunit-bridge": "^4.4 || ^5.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Promise\\": "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 promises library", | |
"keywords": [ | |
"promise" | |
], | |
"support": { | |
"issues": "https://github.com/guzzle/promises/issues", | |
"source": "https://github.com/guzzle/promises/tree/1.4.0" | |
}, | |
"time": "2020-09-30T07:37:28+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.7.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", | |
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", | |
"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": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"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.7.0" | |
}, | |
"time": "2020-09-30T07:37:11+00:00" | |
}, | |
{ | |
"name": "laravel/framework", | |
"version": "v8.29.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/framework.git", | |
"reference": "d2eba352b3b3a3c515b18c5726b373fe5026733e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/framework/zipball/d2eba352b3b3a3c515b18c5726b373fe5026733e", | |
"reference": "d2eba352b3b3a3c515b18c5726b373fe5026733e", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/inflector": "^1.4|^2.0", | |
"dragonmantank/cron-expression": "^3.0.2", | |
"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.3|^8.0", | |
"psr/container": "^1.0", | |
"psr/simple-cache": "^1.0", | |
"ramsey/uuid": "^4.0", | |
"swiftmailer/swiftmailer": "^6.0", | |
"symfony/console": "^5.1.4", | |
"symfony/error-handler": "^5.1.4", | |
"symfony/finder": "^5.1.4", | |
"symfony/http-foundation": "^5.1.4", | |
"symfony/http-kernel": "^5.1.4", | |
"symfony/mime": "^5.1.4", | |
"symfony/process": "^5.1.4", | |
"symfony/routing": "^5.1.4", | |
"symfony/var-dumper": "^5.1.4", | |
"tijsverkoyen/css-to-inline-styles": "^2.2.2", | |
"vlucas/phpdotenv": "^5.2", | |
"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/collections": "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/macroable": "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|^3.0", | |
"filp/whoops": "^2.8", | |
"guzzlehttp/guzzle": "^6.5.5|^7.0.1", | |
"league/flysystem-cached-adapter": "^1.0", | |
"mockery/mockery": "^1.4.2", | |
"orchestra/testbench-core": "^6.8", | |
"pda/pheanstalk": "^4.0", | |
"phpunit/phpunit": "^8.5.8|^9.3.3", | |
"predis/predis": "^1.1.1", | |
"symfony/cache": "^5.1.4" | |
}, | |
"suggest": { | |
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).", | |
"brianium/paratest": "Required to run tests in parallel (^6.0).", | |
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).", | |
"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.5.5|^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.4.2).", | |
"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.5.8|^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|^5.0).", | |
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).", | |
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).", | |
"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": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/Illuminate/Collections/helpers.php", | |
"src/Illuminate/Events/functions.php", | |
"src/Illuminate/Foundation/helpers.php", | |
"src/Illuminate/Support/helpers.php" | |
], | |
"psr-4": { | |
"Illuminate\\": "src/Illuminate/", | |
"Illuminate\\Support\\": [ | |
"src/Illuminate/Macroable/", | |
"src/Illuminate/Collections/" | |
] | |
} | |
}, | |
"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-02-23T14:27:41+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/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": "laravel/ui", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/ui.git", | |
"reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/ui/zipball/a1f82c6283c8373ea1958b8a27c3d5c98cade351", | |
"reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/console": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.x-dev" | |
}, | |
"laravel": { | |
"providers": [ | |
"Laravel\\Ui\\UiServiceProvider" | |
] | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Laravel\\Ui\\": "src/", | |
"Illuminate\\Foundation\\Auth\\": "auth-backend/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "Laravel UI utilities and presets.", | |
"keywords": [ | |
"laravel", | |
"ui" | |
], | |
"support": { | |
"issues": "https://github.com/laravel/ui/issues", | |
"source": "https://github.com/laravel/ui/tree/v3.2.0" | |
}, | |
"time": "2021-01-06T19:20:22+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.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.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/thephpleague/flysystem.git", | |
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a", | |
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a", | |
"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-fileinfo": "Required for MimeType", | |
"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.x" | |
}, | |
"funding": [ | |
{ | |
"url": "https://offset.earth/frankdejonge", | |
"type": "other" | |
} | |
], | |
"time": "2020-08-23T07:39:11+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": "monolog/monolog", | |
"version": "2.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Seldaek/monolog.git", | |
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", | |
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2", | |
"psr/log": "^1.0.1" | |
}, | |
"provide": { | |
"psr/log-implementation": "1.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", | |
"php-console/php-console": "^3.1.3", | |
"phpspec/prophecy": "^1.6.1", | |
"phpstan/phpstan": "^0.12.59", | |
"phpunit/phpunit": "^8.5", | |
"predis/predis": "^1.1", | |
"rollbar/rollbar": "^1.3", | |
"ruflin/elastica": ">=0.90 <7.0.1", | |
"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-mbstring": "Allow to work properly with unicode symbols", | |
"ext-mongodb": "Allow sending log messages to a MongoDB server (via 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.2.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/Seldaek", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-12-14T13:15:25+00:00" | |
}, | |
{ | |
"name": "nesbot/carbon", | |
"version": "2.45.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/briannesbitt/Carbon.git", | |
"reference": "528783b188bdb853eb21239b1722831e0f000a8d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/528783b188bdb853eb21239b1722831e0f000a8d", | |
"reference": "528783b188bdb853eb21239b1722831e0f000a8d", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"php": "^7.1.8 || ^8.0", | |
"symfony/polyfill-mbstring": "^1.0", | |
"symfony/translation": "^3.4 || ^4.0 || ^5.0" | |
}, | |
"require-dev": { | |
"doctrine/orm": "^2.7", | |
"friendsofphp/php-cs-fixer": "^2.14 || ^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-master": "2.x-dev", | |
"dev-3.x": "3.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": "http://nesbot.com" | |
}, | |
{ | |
"name": "kylekatarnls", | |
"homepage": "http://github.com/kylekatarnls" | |
} | |
], | |
"description": "An API extension for DateTime that supports 281 different languages.", | |
"homepage": "http://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-02-11T18:30:17+00:00" | |
}, | |
{ | |
"name": "nikic/php-parser", | |
"version": "v4.10.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/PHP-Parser.git", | |
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e", | |
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e", | |
"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.10.4" | |
}, | |
"time": "2020-12-20T10:01:03+00:00" | |
}, | |
{ | |
"name": "opis/closure", | |
"version": "3.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/opis/closure.git", | |
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", | |
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", | |
"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.1" | |
}, | |
"time": "2020-11-07T02:01:34+00:00" | |
}, | |
{ | |
"name": "phenx/php-font-lib", | |
"version": "0.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/PhenX/php-font-lib.git", | |
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", | |
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", | |
"shasum": "" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"FontLib\\": "src/FontLib" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0" | |
], | |
"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/0.5.2" | |
}, | |
"time": "2020-03-08T15:31:32+00:00" | |
}, | |
{ | |
"name": "phenx/php-svg-lib", | |
"version": "v0.3.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/PhenX/php-svg-lib.git", | |
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", | |
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", | |
"shasum": "" | |
}, | |
"require": { | |
"sabberworm/php-css-parser": "^8.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.5|^6.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Svg\\": "src/Svg" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Ménager", | |
"email": "fabien.menager@gmail.com" | |
} | |
], | |
"description": "A library to read, parse and export to PDF SVG files.", | |
"homepage": "https://github.com/PhenX/php-svg-lib", | |
"support": { | |
"issues": "https://github.com/PhenX/php-svg-lib/issues", | |
"source": "https://github.com/PhenX/php-svg-lib/tree/master" | |
}, | |
"time": "2019-09-11T20:02:13+00:00" | |
}, | |
{ | |
"name": "phpoption/phpoption", | |
"version": "1.7.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/schmittjoh/php-option.git", | |
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", | |
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.5.9 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"bamarni/composer-bin-plugin": "^1.4.1", | |
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.7-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": "graham@alt-three.com" | |
} | |
], | |
"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.7.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/GrahamCampbell", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", | |
"type": "tidelift" | |
} | |
], | |
"time": "2020-07-20T17:29:33+00:00" | |
}, | |
{ | |
"name": "psr/container", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/container.git", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Container\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://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/master" | |
}, | |
"time": "2017-02-14T16:28:37+00:00" | |
}, | |
{ | |
"name": "psr/event-dispatcher", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/event-dispatcher.git", | |
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\EventDispatcher\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Standard interfaces for event handling.", | |
"keywords": [ | |
"events", | |
"psr", | |
"psr-14" | |
], | |
"support": { | |
"issues": "https://github.com/php-fig/event-dispatcher/issues", | |
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" | |
}, | |
"time": "2019-01-08T18:20:26+00:00" | |
}, | |
{ | |
"name": "psr/http-client", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/http-client.git", | |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", | |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0 || ^8.0", | |
"psr/http-message": "^1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Http\\Client\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for HTTP clients", | |
"homepage": "https://github.com/php-fig/http-client", | |
"keywords": [ | |
"http", | |
"http-client", | |
"psr", | |
"psr-18" | |
], | |
"support": { | |
"source": "https://github.com/php-fig/http-client/tree/master" | |
}, | |
"time": "2020-06-29T06:28:15+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.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", | |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", | |
"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": "http://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.3" | |
}, | |
"time": "2020-03-23T09:12:05+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.10.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/bobthecow/psysh.git", | |
"reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/6f990c19f91729de8b31e639d6e204ea59f19cf3", | |
"reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3", | |
"shasum": "" | |
}, | |
"require": { | |
"dnoegel/php-xdg-base-dir": "0.1.*", | |
"ext-json": "*", | |
"ext-tokenizer": "*", | |
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", | |
"php": "^8.0 || ^7.0 || ^5.5.9", | |
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", | |
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" | |
}, | |
"require-dev": { | |
"bamarni/composer-bin-plugin": "^1.2", | |
"hoa/console": "3.17.*" | |
}, | |
"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-main": "0.10.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.10.6" | |
}, | |
"time": "2021-01-18T15:53:43+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/collection", | |
"version": "1.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/ramsey/collection.git", | |
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1", | |
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2 || ^8" | |
}, | |
"require-dev": { | |
"captainhook/captainhook": "^5.3", | |
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | |
"ergebnis/composer-normalize": "^2.6", | |
"fakerphp/faker": "^1.5", | |
"hamcrest/hamcrest-php": "^2", | |
"jangregor/phpstan-prophecy": "^0.8", | |
"mockery/mockery": "^1.3", | |
"phpstan/extension-installer": "^1", | |
"phpstan/phpstan": "^0.12.32", | |
"phpstan/phpstan-mockery": "^0.12.5", | |
"phpstan/phpstan-phpunit": "^0.12.11", | |
"phpunit/phpunit": "^8.5 || ^9", | |
"psy/psysh": "^0.10.4", | |
"slevomat/coding-standard": "^6.3", | |
"squizlabs/php_codesniffer": "^3.5", | |
"vimeo/psalm": "^4.4" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Ramsey\\Collection\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Ben Ramsey", | |
"email": "ben@benramsey.com", | |
"homepage": "https://benramsey.com" | |
} | |
], | |
"description": "A PHP 7.2+ library for representing and manipulating collections.", | |
"keywords": [ | |
"array", | |
"collection", | |
"hash", | |
"map", | |
"queue", | |
"set" | |
], | |
"support": { | |
"issues": "https://github.com/ramsey/collection/issues", | |
"source": "https://github.com/ramsey/collection/tree/1.1.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/ramsey", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection", | |
"type": "tidelift" | |
} | |
], | |
"time": "2021-01-21T17:40:04+00:00" | |
}, | |
{ | |
"name": "ramsey/uuid", | |
"version": "4.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/ramsey/uuid.git", | |
"reference": "cd4032040a750077205918c86049aa0f43d22947" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947", | |
"reference": "cd4032040a750077205918c86049aa0f43d22947", | |
"shasum": "" | |
}, | |
"require": { | |
"brick/math": "^0.8 || ^0.9", | |
"ext-json": "*", | |
"php": "^7.2 || ^8", | |
"ramsey/collection": "^1.0", | |
"symfony/polyfill-ctype": "^1.8" | |
}, | |
"replace": { | |
"rhumsaa/uuid": "self.version" | |
}, | |
"require-dev": { | |
"codeception/aspect-mock": "^3", | |
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0", | |
"doctrine/annotations": "^1.8", | |
"goaop/framework": "^2", | |
"mockery/mockery": "^1.3", | |
"moontoast/math": "^1.1", | |
"paragonie/random-lib": "^2", | |
"php-mock/php-mock-mockery": "^1.3", | |
"php-mock/php-mock-phpunit": "^2.5", | |
"php-parallel-lint/php-parallel-lint": "^1.1", | |
"phpbench/phpbench": "^0.17.1", | |
"phpstan/extension-installer": "^1.0", | |
"phpstan/phpstan": "^0.12", | |
"phpstan/phpstan-mockery": "^0.12", | |
"phpstan/phpstan-phpunit": "^0.12", | |
"phpunit/phpunit": "^8.5", | |
"psy/psysh": "^0.10.0", | |
"slevomat/coding-standard": "^6.0", | |
"squizlabs/php_codesniffer": "^3.5", | |
"vimeo/psalm": "3.9.4" | |
}, | |
"suggest": { | |
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", | |
"ext-ctype": "Enables faster processing of character classification using ctype functions.", | |
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", | |
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", | |
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", | |
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Ramsey\\Uuid\\": "src/" | |
}, | |
"files": [ | |
"src/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", | |
"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" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/ramsey", | |
"type": "github" | |
} | |
], | |
"time": "2020-08-18T17:17:46+00:00" | |
}, | |
{ | |
"name": "sabberworm/php-css-parser", | |
"version": "8.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git", | |
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", | |
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"codacy/coverage": "^1.4", | |
"phpunit/phpunit": "~4.8" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Sabberworm\\CSS": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Raphael Schweikert" | |
} | |
], | |
"description": "Parser for CSS Files written in PHP", | |
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", | |
"keywords": [ | |
"css", | |
"parser", | |
"stylesheet" | |
], | |
"support": { | |
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", | |
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" | |
}, | |
"time": "2020-06-01T09:10:00+00:00" | |
}, | |
{ | |
"name": "swiftmailer/swiftmailer", | |
"version": "v6.2.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/swiftmailer/swiftmailer.git", | |
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7", | |
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7", | |
"shasum": "" | |
}, | |
"require": { | |
"egulias/email-validator": "^2.0", | |
"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.0" | |
}, | |
"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" | |
], | |