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.
6446 lines (6446 sloc)
231 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": "072aa01b2c0017b1acdcdaf96791056b", | |
"packages": [ | |
{ | |
"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": "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": "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": "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": "illuminate/auth", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/auth.git", | |
"reference": "b3aa22ee1dd239f23a6fed1caeaa980bc9a01f74" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/auth/zipball/b3aa22ee1dd239f23a6fed1caeaa980bc9a01f74", | |
"reference": "b3aa22ee1dd239f23a6fed1caeaa980bc9a01f74", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/http": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/queue": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"suggest": { | |
"illuminate/console": "Required to use the auth:clear-resets command (^8.0).", | |
"illuminate/queue": "Required to fire login / logout events (^8.0).", | |
"illuminate/session": "Required to use the session based guard (^8.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Auth\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Auth package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-19T18:02:19+00:00" | |
}, | |
{ | |
"name": "illuminate/broadcasting", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/broadcasting.git", | |
"reference": "312800b0345d92465e337a574f1e8c18501d2579" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/broadcasting/zipball/312800b0345d92465e337a574f1e8c18501d2579", | |
"reference": "312800b0345d92465e337a574f1e8c18501d2579", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/bus": "^8.0", | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/queue": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"psr/log": "^1.0" | |
}, | |
"suggest": { | |
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Broadcasting\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Broadcasting package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-01T14:53:38+00:00" | |
}, | |
{ | |
"name": "illuminate/bus", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/bus.git", | |
"reference": "2156797125702623af47983867c05cc965490c19" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/bus/zipball/2156797125702623af47983867c05cc965490c19", | |
"reference": "2156797125702623af47983867c05cc965490c19", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/pipeline": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"suggest": { | |
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Bus\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Bus package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-18T12:49:19+00:00" | |
}, | |
{ | |
"name": "illuminate/cache", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/cache.git", | |
"reference": "499d15db9b58b5701aa85a4790ae1404d79009aa" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/cache/zipball/499d15db9b58b5701aa85a4790ae1404d79009aa", | |
"reference": "499d15db9b58b5701aa85a4790ae1404d79009aa", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"suggest": { | |
"ext-memcached": "Required to use the memcache cache driver.", | |
"illuminate/database": "Required to use the database cache driver (^8.0).", | |
"illuminate/filesystem": "Required to use the file cache driver (^8.0).", | |
"illuminate/redis": "Required to use the redis cache driver (^8.0).", | |
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Cache\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Cache package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-18T12:49:19+00:00" | |
}, | |
{ | |
"name": "illuminate/collections", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/collections.git", | |
"reference": "fe4a74465a43829d2067b7e7f9c49078506ff289" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/collections/zipball/fe4a74465a43829d2067b7e7f9c49078506ff289", | |
"reference": "fe4a74465a43829d2067b7e7f9c49078506ff289", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"suggest": { | |
"symfony/var-dumper": "Required to use the dump method (^5.1.4)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
}, | |
"files": [ | |
"helpers.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Collections package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-21T13:44:14+00:00" | |
}, | |
{ | |
"name": "illuminate/config", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/config.git", | |
"reference": "8441c542312b4d57220b1f942b947b6517c05008" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/config/zipball/8441c542312b4d57220b1f942b947b6517c05008", | |
"reference": "8441c542312b4d57220b1f942b947b6517c05008", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Config\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Config package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2020-10-27T15:20:30+00:00" | |
}, | |
{ | |
"name": "illuminate/console", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/console.git", | |
"reference": "1f1ff88a2efbfc85f87ea7d8283acbefc5b56191" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/console/zipball/1f1ff88a2efbfc85f87ea7d8283acbefc5b56191", | |
"reference": "1f1ff88a2efbfc85f87ea7d8283acbefc5b56191", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/console": "^5.1.4", | |
"symfony/process": "^5.1.4" | |
}, | |
"suggest": { | |
"dragonmantank/cron-expression": "Required to use scheduler (^3.0.2).", | |
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.5.5|^7.0.1).", | |
"illuminate/bus": "Required to use the scheduled job dispatcher (^8.0).", | |
"illuminate/container": "Required to use the scheduler (^8.0).", | |
"illuminate/filesystem": "Required to use the generator command (^8.0).", | |
"illuminate/queue": "Required to use closures for scheduled jobs (^8.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Console\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Console package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-04T13:29:57+00:00" | |
}, | |
{ | |
"name": "illuminate/container", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/container.git", | |
"reference": "382959676d85583f0e8fdd248bceb4b8762dc1ed" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/container/zipball/382959676d85583f0e8fdd248bceb4b8762dc1ed", | |
"reference": "382959676d85583f0e8fdd248bceb4b8762dc1ed", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^8.0", | |
"php": "^7.3|^8.0", | |
"psr/container": "^1.0" | |
}, | |
"provide": { | |
"psr/container-implementation": "1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Container\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Container package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-08T14:08:11+00:00" | |
}, | |
{ | |
"name": "illuminate/contracts", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/contracts.git", | |
"reference": "199fcedc161ba4a0b83feaddc4629f395dbf1641" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/contracts/zipball/199fcedc161ba4a0b83feaddc4629f395dbf1641", | |
"reference": "199fcedc161ba4a0b83feaddc4629f395dbf1641", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.3|^8.0", | |
"psr/container": "^1.0", | |
"psr/simple-cache": "^1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Contracts\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Contracts package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-01T14:53:38+00:00" | |
}, | |
{ | |
"name": "illuminate/database", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/database.git", | |
"reference": "0b03c43e314fe7323ee34f8bd05d83e7284e55f7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/database/zipball/0b03c43e314fe7323ee34f8bd05d83e7284e55f7", | |
"reference": "0b03c43e314fe7323ee34f8bd05d83e7284e55f7", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/console": "^5.1.4" | |
}, | |
"suggest": { | |
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).", | |
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", | |
"illuminate/console": "Required to use the database commands (^8.0).", | |
"illuminate/events": "Required to use the observers with Eloquent (^8.0).", | |
"illuminate/filesystem": "Required to use the migrations (^8.0).", | |
"illuminate/pagination": "Required to paginate the result set (^8.0).", | |
"symfony/finder": "Required to use Eloquent model factories (^5.1.4)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Database\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Database package.", | |
"homepage": "https://laravel.com", | |
"keywords": [ | |
"database", | |
"laravel", | |
"orm", | |
"sql" | |
], | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-23T13:40:33+00:00" | |
}, | |
{ | |
"name": "illuminate/encryption", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/encryption.git", | |
"reference": "5f8f933a65a60a7a0714981c56757b65aaaa3d2d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/encryption/zipball/5f8f933a65a60a7a0714981c56757b65aaaa3d2d", | |
"reference": "5f8f933a65a60a7a0714981c56757b65aaaa3d2d", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"ext-mbstring": "*", | |
"ext-openssl": "*", | |
"illuminate/contracts": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Encryption\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Encryption package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-18T12:49:19+00:00" | |
}, | |
{ | |
"name": "illuminate/events", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/events.git", | |
"reference": "bd2941d4d55f5d357b203dc2ed81ac5c138593dc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/events/zipball/bd2941d4d55f5d357b203dc2ed81ac5c138593dc", | |
"reference": "bd2941d4d55f5d357b203dc2ed81ac5c138593dc", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/bus": "^8.0", | |
"illuminate/collections": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Events\\": "" | |
}, | |
"files": [ | |
"functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Events package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-04-06T19:21:57+00:00" | |
}, | |
{ | |
"name": "illuminate/filesystem", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/filesystem.git", | |
"reference": "ae8d9051bc50c9551e6a251147b8dcdafcb60d32" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/ae8d9051bc50c9551e6a251147b8dcdafcb60d32", | |
"reference": "ae8d9051bc50c9551e6a251147b8dcdafcb60d32", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/finder": "^5.1.4" | |
}, | |
"suggest": { | |
"ext-ftp": "Required to use the Flysystem FTP driver.", | |
"illuminate/http": "Required for handling uploaded files (^7.0).", | |
"league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).", | |
"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).", | |
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", | |
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).", | |
"symfony/mime": "Required to enable support for guessing extensions (^5.1.4)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Filesystem\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Filesystem package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-18T15:48:00+00:00" | |
}, | |
{ | |
"name": "illuminate/hashing", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/hashing.git", | |
"reference": "e0541364324c4cc165d4fd54afade571e1bb1626" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/hashing/zipball/e0541364324c4cc165d4fd54afade571e1bb1626", | |
"reference": "e0541364324c4cc165d4fd54afade571e1bb1626", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Hashing\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Hashing package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-01-30T19:50:02+00:00" | |
}, | |
{ | |
"name": "illuminate/http", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/http.git", | |
"reference": "1debaa1a600537675b600fd5671f1e53c005981e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/http/zipball/1debaa1a600537675b600fd5671f1e53c005981e", | |
"reference": "1debaa1a600537675b600fd5671f1e53c005981e", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/session": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/http-foundation": "^5.1.4", | |
"symfony/http-kernel": "^5.1.4", | |
"symfony/mime": "^5.1.4" | |
}, | |
"suggest": { | |
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", | |
"guzzlehttp/guzzle": "Required to use the HTTP Client (^6.5.5|^7.0.1)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Http\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Http package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-21T14:40:12+00:00" | |
}, | |
{ | |
"name": "illuminate/log", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/log.git", | |
"reference": "34b9a55133d2ce166005ba7e61feb793dea3b01f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/log/zipball/34b9a55133d2ce166005ba7e61feb793dea3b01f", | |
"reference": "34b9a55133d2ce166005ba7e61feb793dea3b01f", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^8.0", | |
"illuminate/support": "^8.0", | |
"monolog/monolog": "^2.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Log\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Log package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-03-15T13:48:56+00:00" | |
}, | |
{ | |
"name": "illuminate/macroable", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/macroable.git", | |
"reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/macroable/zipball/300aa13c086f25116b5f3cde3ca54ff5c822fb05", | |
"reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Macroable package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2020-10-27T15:20:30+00:00" | |
}, | |
{ | |
"name": "illuminate/pagination", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/pagination.git", | |
"reference": "5f27f8ca28ee25969b65c9dd35ff8b3680ab2d00" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/pagination/zipball/5f27f8ca28ee25969b65c9dd35ff8b3680ab2d00", | |
"reference": "5f27f8ca28ee25969b65c9dd35ff8b3680ab2d00", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Pagination\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Pagination package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-14T13:38:23+00:00" | |
}, | |
{ | |
"name": "illuminate/pipeline", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/pipeline.git", | |
"reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2", | |
"reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/contracts": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Pipeline\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Pipeline package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-03-26T18:39:16+00:00" | |
}, | |
{ | |
"name": "illuminate/queue", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/queue.git", | |
"reference": "543cce264c4d27bf52b2985b4bc7c05ab0fbd67f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/queue/zipball/543cce264c4d27bf52b2985b4bc7c05ab0fbd67f", | |
"reference": "543cce264c4d27bf52b2985b4bc7c05ab0fbd67f", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/console": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/database": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/pipeline": "^8.0", | |
"illuminate/support": "^8.0", | |
"opis/closure": "^3.6", | |
"php": "^7.3|^8.0", | |
"ramsey/uuid": "^4.0", | |
"symfony/process": "^5.1.4" | |
}, | |
"suggest": { | |
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.155).", | |
"ext-pcntl": "Required to use all features of the queue worker.", | |
"ext-posix": "Required to use all features of the queue worker.", | |
"illuminate/redis": "Required to use the Redis queue driver (^8.0).", | |
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Queue\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Queue package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-16T12:26:34+00:00" | |
}, | |
{ | |
"name": "illuminate/session", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/session.git", | |
"reference": "40b9a38558b7b232fe68a75c18fa7959a25dc9e5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/session/zipball/40b9a38558b7b232fe68a75c18fa7959a25dc9e5", | |
"reference": "40b9a38558b7b232fe68a75c18fa7959a25dc9e5", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/finder": "^5.1.4", | |
"symfony/http-foundation": "^5.1.4" | |
}, | |
"suggest": { | |
"illuminate/console": "Required to use the session:table command (^8.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Session\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Session package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-31T12:52:50+00:00" | |
}, | |
{ | |
"name": "illuminate/support", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/support.git", | |
"reference": "6d925ec70e060a5a16949c79216389c66746a07f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/support/zipball/6d925ec70e060a5a16949c79216389c66746a07f", | |
"reference": "6d925ec70e060a5a16949c79216389c66746a07f", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/inflector": "^1.4|^2.0", | |
"ext-json": "*", | |
"ext-mbstring": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"nesbot/carbon": "^2.31", | |
"php": "^7.3|^8.0", | |
"voku/portable-ascii": "^1.4.8" | |
}, | |
"conflict": { | |
"tightenco/collect": "<5.5.33" | |
}, | |
"suggest": { | |
"illuminate/filesystem": "Required to use the composer class (^8.0).", | |
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3).", | |
"ramsey/uuid": "Required to use Str::uuid() (^4.0).", | |
"symfony/process": "Required to use the composer class (^5.1.4).", | |
"symfony/var-dumper": "Required to use the dd function (^5.1.4).", | |
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
}, | |
"files": [ | |
"helpers.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Support package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-17T16:03:38+00:00" | |
}, | |
{ | |
"name": "illuminate/testing", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/testing.git", | |
"reference": "6dba36587dc60eedc8eec5ae9c82a90d4711f0ae" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/testing/zipball/6dba36587dc60eedc8eec5ae9c82a90d4711f0ae", | |
"reference": "6dba36587dc60eedc8eec5ae9c82a90d4711f0ae", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"suggest": { | |
"brianium/paratest": "Required to run tests in parallel (^6.0).", | |
"illuminate/console": "Required to assert console commands (^8.0).", | |
"illuminate/database": "Required to assert databases (^8.0).", | |
"illuminate/http": "Required to assert responses (^8.0).", | |
"mockery/mockery": "Required to use mocking (^1.4.2).", | |
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Testing\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Testing package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-09T13:58:54+00:00" | |
}, | |
{ | |
"name": "illuminate/translation", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/translation.git", | |
"reference": "2af0b8af56468284d7ce4fb61e0fc7b3c0194fc8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/translation/zipball/2af0b8af56468284d7ce4fb61e0fc7b3c0194fc8", | |
"reference": "2af0b8af56468284d7ce4fb61e0fc7b3c0194fc8", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Translation\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Translation package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-05-18T12:49:19+00:00" | |
}, | |
{ | |
"name": "illuminate/validation", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/validation.git", | |
"reference": "a40cd9b37ce89e31df0d641a227bc691363126c8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/validation/zipball/a40cd9b37ce89e31df0d641a227bc691363126c8", | |
"reference": "a40cd9b37ce89e31df0d641a227bc691363126c8", | |
"shasum": "" | |
}, | |
"require": { | |
"egulias/email-validator": "^2.1.10", | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"illuminate/translation": "^8.0", | |
"php": "^7.3|^8.0", | |
"symfony/http-foundation": "^5.1.4", | |
"symfony/mime": "^5.1.4" | |
}, | |
"suggest": { | |
"illuminate/database": "Required to use the database presence verifier (^8.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Validation\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Validation package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-22T13:41:32+00:00" | |
}, | |
{ | |
"name": "illuminate/view", | |
"version": "v8.48.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/view.git", | |
"reference": "c8b6c1871e852646e186723005a5ec3d1f3ac4e4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/view/zipball/c8b6c1871e852646e186723005a5ec3d1f3ac4e4", | |
"reference": "c8b6c1871e852646e186723005a5ec3d1f3ac4e4", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"illuminate/collections": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/events": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/support": "^8.0", | |
"php": "^7.3|^8.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\View\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate View package.", | |
"homepage": "https://laravel.com", | |
"support": { | |
"issues": "https://github.com/laravel/framework/issues", | |
"source": "https://github.com/laravel/framework" | |
}, | |
"time": "2021-06-15T17:58:52+00:00" | |
}, | |
{ | |
"name": "laravel/lumen-framework", | |
"version": "v8.2.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/lumen-framework.git", | |
"reference": "6ed02d4d1a6e203b9e896bd105b2e838866f2951" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/lumen-framework/zipball/6ed02d4d1a6e203b9e896bd105b2e838866f2951", | |
"reference": "6ed02d4d1a6e203b9e896bd105b2e838866f2951", | |
"shasum": "" | |
}, | |
"require": { | |
"dragonmantank/cron-expression": "^3.0.2", | |
"illuminate/auth": "^8.0", | |
"illuminate/broadcasting": "^8.0", | |
"illuminate/bus": "^8.0", | |
"illuminate/cache": "^8.0", | |
"illuminate/collections": "^8.0", | |
"illuminate/config": "^8.0", | |
"illuminate/console": "^8.0", | |
"illuminate/container": "^8.0", | |
"illuminate/contracts": "^8.0", | |
"illuminate/database": "^8.0", | |
"illuminate/encryption": "^8.0", | |
"illuminate/events": "^8.0", | |
"illuminate/filesystem": "^8.0", | |
"illuminate/hashing": "^8.0", | |
"illuminate/http": "^8.0", | |
"illuminate/log": "^8.0", | |
"illuminate/macroable": "^8.0", | |
"illuminate/pagination": "^8.0", | |
"illuminate/pipeline": "^8.0", | |
"illuminate/queue": "^8.0", | |
"illuminate/support": "^8.0", | |
"illuminate/testing": "^8.0", | |
"illuminate/translation": "^8.0", | |
"illuminate/validation": "^8.0", | |
"illuminate/view": "^8.0", | |
"nikic/fast-route": "^1.3", | |
"php": "^7.3|^8.0", | |
"symfony/console": "^5.1", | |
"symfony/error-handler": "^5.1", | |
"symfony/http-foundation": "^5.1", | |
"symfony/http-kernel": "^5.1", | |
"symfony/mime": "^5.1", | |
"symfony/var-dumper": "^5.1", | |
"vlucas/phpdotenv": "^5.2" | |
}, | |
"require-dev": { | |
"mockery/mockery": "^1.4.2", | |
"phpunit/phpunit": "^8.5.8|^9.3.3" | |
}, | |
"suggest": { | |
"laravel/tinker": "Required to use the tinker console command (^2.0).", | |
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", | |
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Laravel\\Lumen\\": "src/" | |
}, | |
"files": [ | |
"src/helpers.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "The Laravel Lumen Framework.", | |
"homepage": "https://lumen.laravel.com", | |
"keywords": [ | |
"framework", | |
"laravel", | |
"lumen" | |
], | |
"support": { | |
"issues": "https://github.com/laravel/lumen-framework/issues", | |
"source": "https://github.com/laravel/lumen-framework" | |
}, | |
"time": "2021-02-09T16:42:36+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.49.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/briannesbitt/Carbon.git", | |
"reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/93d9db91c0235c486875d22f1e08b50bdf3e6eee", | |
"reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee", | |
"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-06-02T07:31:40+00:00" | |
}, | |
{ | |
"name": "nikic/fast-route", | |
"version": "v1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/FastRoute.git", | |
"reference": "181d480e08d9476e61381e04a71b34dc0432e812" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", | |
"reference": "181d480e08d9476e61381e04a71b34dc0432e812", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.35|~5.7" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"FastRoute\\": "src/" | |
}, | |
"files": [ | |
"src/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Nikita Popov", | |
"email": "nikic@php.net" | |
} | |
], | |
"description": "Fast request router for PHP", | |
"keywords": [ | |
"router", | |
"routing" | |
], | |
"support": { | |
"issues": "https://github.com/nikic/FastRoute/issues", | |
"source": "https://github.com/nikic/FastRoute/tree/master" | |
}, | |
"time": "2018-02-13T20:26:39+00:00" | |
}, | |
{ | |
"name": "opis/closure", | |
"version": "3.6.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/opis/closure.git", | |
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6", | |
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.4 || ^7.0 || ^8.0" | |
}, | |
"require-dev": { | |
"jeremeamia/superclosure": "^2.0", | |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Opis\\Closure\\": "src/" | |
}, | |
"files": [ | |
"functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marius Sarca", | |
"email": "marius.sarca@gmail.com" | |
}, | |
{ | |
"name": "Sorin Sarca", | |
"email": "sarca_sorin@hotmail.com" | |
} | |
], | |
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", | |
"homepage": "https://opis.io/closure", | |
"keywords": [ | |
"anonymous functions", | |
"closure", | |
"function", | |
"serializable", | |
"serialization", | |
"serialize" | |
], | |
"support": { | |
"issues": "https://github.com/opis/closure/issues", | |
"source": "https://github.com/opis/closure/tree/3.6.2" | |
}, | |
"time": "2021-04-09T13:42:10+00:00" | |
}, | |
{ | |
"name": "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.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/container.git", | |
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", | |
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Psr\\Container\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "https://www.php-fig.org/" | |
} | |
], | |
"description": "Common Container Interface (PHP FIG PSR-11)", | |
"homepage": "https://github.com/php-fig/container", | |
"keywords": [ | |
"PSR-11", | |
"container", | |
"container-interface", | |
"container-interop", | |
"psr" | |
], | |
"support": { | |
"issues": "https://github.com/php-fig/container/issues", | |
"source": "https://github.com/php-fig/container/tree/1.1.1" | |
}, | |
"time": "2021-03-05T17:36:06+00:00" | |
}, | |
{ | |
"name": "psr/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/log", | |
"version": "1.1.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", | |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Log\\": "Psr/Log/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "https://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for logging libraries", | |
"homepage": "https://github.com/php-fig/log", | |
"keywords": [ | |
"log", | |
"psr", | |
"psr-3" | |
], | |
"support": { | |
"source": "https://github.com/php-fig/log/tree/1.1.4" | |
}, | |
"time": "2021-05-03T11:20:27+00:00" | |
}, | |
{ | |
"name": "psr/simple-cache", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/simple-cache.git", | |
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\SimpleCache\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interfaces for simple caching", | |
"keywords": [ | |
"cache", | |
"caching", | |
"psr", | |
"psr-16", | |
"simple-cache" | |
], | |
"support": { | |
"source": "https://github.com/php-fig/simple-cache/tree/master" | |
}, | |
"time": "2017-10-23T01:57:42+00:00" | |
}, | |
{ | |
"name": "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": "symfony/consol |