PHP Classes

File: composer.lock

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Framework X Starter   composer.lock   Download  
File: composer.lock
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Framework X Starter
Implements MVC-based asynchronous applications
Author: By
Last change:
Date: 1 year ago
Size: 89,137 bytes
 

Contents

Class file image Download
{ "_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": "cb23c5f1b29333f8c8222dc59c30c38c", "packages": [ { "name": "clue/framework-x", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/clue/framework-x.git", "reference": "092fbfef3ca46a5fb456f67d4256abdb35340061" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/framework-x/zipball/092fbfef3ca46a5fb456f67d4256abdb35340061", "reference": "092fbfef3ca46a5fb456f67d4256abdb35340061", "shasum": "" }, "require": { "nikic/fast-route": "^1.3", "php": ">=7.1", "react/async": "^4 || ^3", "react/http": "^1.7", "react/promise": "^2.7" }, "require-dev": { "phpunit/phpunit": "^9.5 || ^7.5", "psr/container": "^2 || ^1" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "FrameworkX\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "Framework X ? the simple and fast micro framework for building reactive web applications that run anywhere.", "homepage": "https://framework-x.org/", "keywords": [ "async", "event-driven", "framework", "http", "micro", "microframework", "reactphp", "web" ], "support": { "issues": "https://github.com/clue/framework-x/issues", "source": "https://github.com/clue/framework-x/tree/main" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-23T13:07:27+00:00" }, { "name": "evenement/evenement", "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "Événement is a very simple event dispatching library for PHP", "keywords": [ "event-dispatcher", "event-emitter" ], "support": { "issues": "https://github.com/igorw/evenement/issues", "source": "https://github.com/igorw/evenement/tree/master" }, "time": "2017-07-23T21:35:13+00:00" }, { "name": "fig/http-message-util", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message-util.git", "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "suggest": { "psr/http-message": "The package containing the PSR-7 interfaces" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Fig\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "issues": "https://github.com/php-fig/http-message-util/issues", "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" }, "time": "2020-11-24T22:02:12+00:00" }, { "name": "graham-campbell/result-type", "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9" }, "require-dev": { "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "GrahamCampbell\\ResultType\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "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.1.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", "type": "tidelift" } ], "time": "2022-07-30T15:56:11+00:00" }, { "name": "hassankhan/config", "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/hassankhan/config.git", "reference": "c992551806ec65ee915a92bc5d5ed02b86b6fa12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hassankhan/config/zipball/c992551806ec65ee915a92bc5d5ed02b86b6fa12", "reference": "c992551806ec65ee915a92bc5d5ed02b86b6fa12", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^9.5", "scrutinizer/ocular": "^1.9", "squizlabs/php_codesniffer": "^3.6", "symfony/yaml": "^5.4" }, "suggest": { "symfony/yaml": "^5.4" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Noodlehaus\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Hassan Khan", "homepage": "http://hassankhan.me/", "role": "Developer" } ], "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files", "homepage": "http://hassankhan.me/config/", "keywords": [ "config", "configuration", "ini", "json", "microphp", "unframework", "xml", "yaml", "yml" ], "support": { "issues": "https://github.com/hassankhan/config/issues", "source": "https://github.com/hassankhan/config/tree/develop" }, "time": "2022-08-24T17:34:16+00:00" }, { "name": "laravel/serializable-closure", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", "reference": "e04e46a3aeff6946a06b6c06c7fa96f1461d3cf6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e04e46a3aeff6946a06b6c06c7fa96f1461d3cf6", "reference": "e04e46a3aeff6946a06b6c06c7fa96f1461d3cf6", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "nesbot/carbon": "^2.61", "pestphp/pest": "^1.21.3", "phpstan/phpstan": "^1.8.2", "symfony/var-dumper": "^5.4.11" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Laravel\\SerializableClosure\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" }, { "name": "Nuno Maduro", "email": "nuno@laravel.com" } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", "keywords": [ "closure", "laravel", "serializable" ], "support": { "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, "time": "2022-09-08T13:51:30+00:00" }, { "name": "nesbot/carbon", "version": "3.x-dev", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "92c5bd3978052b3bbe5faaa3a83e404dd2f9e244" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/92c5bd3978052b3bbe5faaa3a83e404dd2f9e244", "reference": "92c5bd3978052b3bbe5faaa3a83e404dd2f9e244", "shasum": "" }, "require": { "ext-json": "*", "php": "^8.0", "symfony/polyfill-mbstring": "^1.0", "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0" }, "require-dev": { "doctrine/dbal": "^2.0 || ^3.0", "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.4", "kylekatarnls/multi-tester": "^2.2", "ondrejmirtes/better-reflection": "*", "phpmd/phpmd": "^2.11.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.4.9", "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", "phpunit/phpunit": "^9.5.18", "squizlabs/php_codesniffer": "^3.4" }, "bin": [ "bin/carbon" ], "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.x-dev", "dev-master": "2.x-dev" }, "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] }, "phpstan": { "includes": [ "extension.neon" ] } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "https://markido.com" }, { "name": "kylekatarnls", "homepage": "https://github.com/kylekatarnls" } ], "description": "An API extension for DateTime that supports 281 different languages.", "homepage": "https://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "support": { "docs": "https://carbon.nesbot.com/docs", "issues": "https://github.com/briannesbitt/Carbon/issues", "source": "https://github.com/briannesbitt/Carbon" }, "funding": [ { "url": "https://github.com/sponsors/kylekatarnls", "type": "github" }, { "url": "https://opencollective.com/Carbon#sponsor", "type": "opencollective" }, { "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", "type": "tidelift" } ], "time": "2022-07-30T09:12:28+00:00" }, { "name": "nikic/fast-route", "version": "v1.x-dev", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/4012884e0b916e1bd895a5061d4abc3c99e283a4", "reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|~5.7" }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "FastRoute\\": "src/" } }, "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/v1.x" }, "time": "2019-12-20T12:15:33+00:00" }, { "name": "php-di/invoker", "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/PHP-DI/Invoker.git", "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786", "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786", "shasum": "" }, "require": { "php": ">=7.3", "psr/container": "^1.0|^2.0" }, "require-dev": { "athletic/athletic": "~0.1.8", "mnapoli/hard-mode": "~0.3.0", "phpunit/phpunit": "^9.0" }, "type": "library", "autoload": { "psr-4": { "Invoker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Generic and extensible callable invoker", "homepage": "https://github.com/PHP-DI/Invoker", "keywords": [ "callable", "dependency", "dependency-injection", "injection", "invoke", "invoker" ], "support": { "issues": "https://github.com/PHP-DI/Invoker/issues", "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3" }, "funding": [ { "url": "https://github.com/mnapoli", "type": "github" } ], "time": "2021-12-13T09:22:56+00:00" }, { "name": "php-di/php-di", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", "reference": "6d4ac8be4b0322200a55a0fbf5d32b2be3c1062b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/6d4ac8be4b0322200a55a0fbf5d32b2be3c1062b", "reference": "6d4ac8be4b0322200a55a0fbf5d32b2be3c1062b", "shasum": "" }, "require": { "laravel/serializable-closure": "^1.0", "php": ">=7.4.0", "php-di/invoker": "^2.0", "php-di/phpdoc-reader": "^2.0.1", "psr/container": "^1.0" }, "provide": { "psr/container-implementation": "^1.0" }, "require-dev": { "doctrine/annotations": "~1.10", "friendsofphp/php-cs-fixer": "^3", "mnapoli/phpunit-easymock": "^1.2", "ocramius/proxy-manager": "^2.11.2", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^9.5" }, "suggest": { "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "DI\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "The dependency injection container for humans", "homepage": "https://php-di.org/", "keywords": [ "PSR-11", "container", "container-interop", "dependency injection", "di", "ioc", "psr11" ], "support": { "issues": "https://github.com/PHP-DI/PHP-DI/issues", "source": "https://github.com/PHP-DI/PHP-DI/tree/master" }, "funding": [ { "url": "https://github.com/mnapoli", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/php-di/php-di", "type": "tidelift" } ], "time": "2022-08-21T12:10:13+00:00" }, { "name": "php-di/phpdoc-reader", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/PHP-DI/PhpDocReader.git", "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", "shasum": "" }, "require": { "php": ">=7.2.0" }, "require-dev": { "mnapoli/hard-mode": "~0.3.0", "phpunit/phpunit": "^8.5|^9.0" }, "type": "library", "autoload": { "psr-4": { "PhpDocReader\\": "src/PhpDocReader" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", "keywords": [ "phpdoc", "reflection" ], "support": { "issues": "https://github.com/PHP-DI/PhpDocReader/issues", "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" }, "time": "2020-10-12T12:39:22+00:00" }, { "name": "phpoption/phpoption", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": true }, "branch-alias": { "dev-master": "1.9-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", "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "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.9.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", "type": "tidelift" } ], "time": "2022-07-30T15:51:26+00:00" }, { "name": "psr/container", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.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.2" }, "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", "shasum": "" }, "require": { "php": ">=5.3.0" }, "default-branch": true, "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": "2019-08-29T13:16:46+00:00" }, { "name": "react/async", "version": "4.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/async.git", "reference": "efd2863d8cb4554df8709d557cf9c6e4d82b81cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/async/zipball/efd2863d8cb4554df8709d557cf9c6e4d82b81cb", "reference": "efd2863d8cb4554df8709d557cf9c6e4d82b81cb", "shasum": "" }, "require": { "php": ">=8.1", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.8 || ^1.2.1" }, "require-dev": { "phpunit/phpunit": "^9.3" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Async\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Async utilities and fibers for ReactPHP", "keywords": [ "async", "reactphp" ], "support": { "issues": "https://github.com/reactphp/async/issues", "source": "https://github.com/reactphp/async/tree/4.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-24T13:02:07+00:00" }, { "name": "react/cache", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/cache.git", "reference": "06f72fe900006e69b34ff2b2a868ef8b5396fbe1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/cache/zipball/06f72fe900006e69b34ff2b2a868ef8b5396fbe1", "reference": "06f72fe900006e69b34ff2b2a868ef8b5396fbe1", "shasum": "" }, "require": { "php": ">=5.3.0", "react/promise": "^3.0 || ^2.0 || ^1.1" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Async, Promise-based cache interface for ReactPHP", "keywords": [ "cache", "caching", "promise", "reactphp" ], "support": { "issues": "https://github.com/reactphp/cache/issues", "source": "https://github.com/reactphp/cache/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-27T10:07:01+00:00" }, { "name": "react/dns", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", "reference": "e52004aeab170797f6a10c45811b5a79815fe6bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/dns/zipball/e52004aeab170797f6a10c45811b5a79815fe6bb", "reference": "e52004aeab170797f6a10c45811b5a79815fe6bb", "shasum": "" }, "require": { "php": ">=5.3.0", "react/cache": "^1.0 || ^0.6 || ^0.5", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.7 || ^1.2.1", "react/promise-timer": "^1.9" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^4.8.35", "react/async": "^4 || ^3 || ^2" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\Dns\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Async DNS resolver for ReactPHP", "keywords": [ "async", "dns", "dns-resolver", "reactphp" ], "support": { "issues": "https://github.com/reactphp/dns/issues", "source": "https://github.com/reactphp/dns/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-24T08:57:28+00:00" }, { "name": "react/event-loop", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", "reference": "1c57f7904595b3d6afda25c9a947435ee6a96dd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/event-loop/zipball/1c57f7904595b3d6afda25c9a947435ee6a96dd6", "reference": "1c57f7904595b3d6afda25c9a947435ee6a96dd6", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "suggest": { "ext-event": "~1.0 for ExtEventLoop", "ext-pcntl": "For signal handling support when using the StreamSelectLoop", "ext-uv": "* for ExtUvLoop" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\EventLoop\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", "keywords": [ "asynchronous", "event-loop" ], "support": { "issues": "https://github.com/reactphp/event-loop/issues", "source": "https://github.com/reactphp/event-loop/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-06-24T09:35:26+00:00" }, { "name": "react/http", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/http.git", "reference": "4a1e85382e8c2a9e0fdb8ac04e94585da2083bfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/http/zipball/4a1e85382e8c2a9e0fdb8ac04e94585da2083bfa", "reference": "4a1e85382e8c2a9e0fdb8ac04e94585da2083bfa", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "fig/http-message-util": "^1.1", "php": ">=5.3.0", "psr/http-message": "^1.0", "react/event-loop": "^1.2", "react/promise": "^2.3 || ^1.2.1", "react/promise-stream": "^1.1", "react/socket": "^1.9", "react/stream": "^1.2", "ringcentral/psr7": "^1.2" }, "require-dev": { "clue/http-proxy-react": "^1.7", "clue/reactphp-ssh-proxy": "^1.3", "clue/socks-react": "^1.3", "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", "react/async": "^4 || ^3 || ^2", "react/promise-timer": "^1.9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\Http\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP", "keywords": [ "async", "client", "event-driven", "http", "http client", "http server", "https", "psr-7", "reactphp", "server", "streaming" ], "support": { "issues": "https://github.com/reactphp/http/issues", "source": "https://github.com/reactphp/http/tree/v1.7.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-23T12:31:28+00:00" }, { "name": "react/mysql", "version": "0.5.x-dev", "source": { "type": "git", "url": "https://github.com/friends-of-reactphp/mysql.git", "reference": "c36b92f1ede95f49036b6ba1805736f80fa4d4e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/friends-of-reactphp/mysql/zipball/c36b92f1ede95f49036b6ba1805736f80fa4d4e0", "reference": "c36b92f1ede95f49036b6ba1805736f80fa4d4e0", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.1 || ^1.1", "php": ">=5.4.0", "react/event-loop": "^1.2", "react/promise": "^3 || ^2.7", "react/promise-stream": "^1.4", "react/promise-timer": "^1.9", "react/socket": "^1.12" }, "require-dev": { "clue/block-react": "^1.5", "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\MySQL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Async MySQL database client for ReactPHP.", "keywords": [ "async", "database", "mysql", "reactphp" ], "support": { "issues": "https://github.com/friends-of-reactphp/mysql/issues", "source": "https://github.com/friends-of-reactphp/mysql/tree/v0.5.7" }, "time": "2022-09-15T13:40:17+00:00" }, { "name": "react/promise", "version": "2.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "caf93158bc5b0d32c317386241e1d96bed32c1d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/caf93158bc5b0d32c317386241e1d96bed32c1d2", "reference": "caf93158bc5b0d32c317386241e1d96bed32c1d2", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "support": { "issues": "https://github.com/reactphp/promise/issues", "source": "https://github.com/reactphp/promise/tree/2.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-27T09:52:03+00:00" }, { "name": "react/promise-stream", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/promise-stream.git", "reference": "8146dc07d401aad2a7053be6d3acadbc7e8e9b54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/8146dc07d401aad2a7053be6d3acadbc7e8e9b54", "reference": "8146dc07d401aad2a7053be6d3acadbc7e8e9b54", "shasum": "" }, "require": { "php": ">=5.3", "react/promise": "^3 || ^2.1 || ^1.2", "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\Stream\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "The missing link between Promise-land and Stream-land for ReactPHP", "homepage": "https://github.com/reactphp/promise-stream", "keywords": [ "Buffer", "async", "promise", "reactphp", "stream", "unwrap" ], "support": { "issues": "https://github.com/reactphp/promise-stream/issues", "source": "https://github.com/reactphp/promise-stream/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-27T10:08:34+00:00" }, { "name": "react/promise-timer", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/promise-timer.git", "reference": "3325f62ec27f65b5708f08531d0a0587787f21aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/3325f62ec27f65b5708f08531d0a0587787f21aa", "reference": "3325f62ec27f65b5708f08531d0a0587787f21aa", "shasum": "" }, "require": { "php": ">=5.3", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "default-branch": true, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\Timer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", "homepage": "https://github.com/reactphp/promise-timer", "keywords": [ "async", "event-loop", "promise", "reactphp", "timeout", "timer" ], "support": { "issues": "https://github.com/reactphp/promise-timer/issues", "source": "https://github.com/reactphp/promise-timer/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-27T10:09:20+00:00" }, { "name": "react/socket", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/socket/zipball/81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", "react/dns": "^1.8", "react/event-loop": "^1.2", "react/promise": "^3 || ^2.6 || ^1.2.1", "react/promise-timer": "^1.9", "react/stream": "^1.2" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", "react/async": "^4 || ^3 || ^2", "react/promise-stream": "^1.4" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\Socket\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", "keywords": [ "Connection", "Socket", "async", "reactphp", "stream" ], "support": { "issues": "https://github.com/reactphp/socket/issues", "source": "https://github.com/reactphp/socket/tree/v1.12.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-25T12:32:25+00:00" }, { "name": "react/stream", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", "reference": "d0d739a9e8eece1735d3e1c0fdfb65f12abb4fb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/stream/zipball/d0d739a9e8eece1735d3e1c0fdfb65f12abb4fb4", "reference": "d0d739a9e8eece1735d3e1c0fdfb65f12abb4fb4", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.8", "react/event-loop": "^1.2" }, "require-dev": { "clue/stream-filter": "~1.2", "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "React\\Stream\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", "keywords": [ "event-driven", "io", "non-blocking", "pipe", "reactphp", "readable", "stream", "writable" ], "support": { "issues": "https://github.com/reactphp/stream/issues", "source": "https://github.com/reactphp/stream/tree/1.x" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-08-27T10:06:17+00:00" }, { "name": "ringcentral/psr7", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/ringcentral/psr7.git", "reference": "360faaec4b563958b673fb52bbe94e37f14bc686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ringcentral/psr7/zipball/360faaec4b563958b673fb52bbe94e37f14bc686", "reference": "360faaec4b563958b673fb52bbe94e37f14bc686", "shasum": "" }, "require": { "php": ">=5.3", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "RingCentral\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "PSR-7 message implementation", "keywords": [ "http", "message", "stream", "uri" ], "support": { "source": "https://github.com/ringcentral/psr7/tree/master" }, "time": "2018-05-29T20:21:04+00:00" }, { "name": "spatie/data-transfer-object", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/spatie/data-transfer-object.git", "reference": "d32c4a7db5bbcdc14164873bebea2f40c89d0212" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/d32c4a7db5bbcdc14164873bebea2f40c89d0212", "reference": "d32c4a7db5bbcdc14164873bebea2f40c89d0212", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { "illuminate/collections": "^8.36", "jetbrains/phpstorm-attributes": "^1.0", "larapack/dd": "^1.1", "phpunit/phpunit": "^9.5.5" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Spatie\\DataTransferObject\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brent Roose", "email": "brent@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "Data transfer objects with batteries included", "homepage": "https://github.com/spatie/data-transfer-object", "keywords": [ "data-transfer-object", "spatie" ], "support": { "issues": "https://github.com/spatie/data-transfer-object/issues", "source": "https://github.com/spatie/data-transfer-object/tree/main" }, "funding": [ { "url": "https://spatie.be/open-source/support-us", "type": "custom" }, { "url": "https://github.com/spatie", "type": "github" } ], "time": "2022-09-16T13:37:04+00:00" }, { "name": "symfony/polyfill-ctype", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php80", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", "shasum": "" }, "require": { "php": ">=7.1" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/translation", "version": "6.2.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "dee863694f76b2f867cfebb96ecc5f8701f4af0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/dee863694f76b2f867cfebb96ecc5f8701f4af0b", "reference": "dee863694f76b2f867cfebb96ecc5f8701f4af0b", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.3|^3.0" }, "conflict": { "symfony/config": "<5.4", "symfony/console": "<5.4", "symfony/dependency-injection": "<5.4", "symfony/http-kernel": "<5.4", "symfony/twig-bundle": "<5.4", "symfony/yaml": "<5.4" }, "provide": { "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^5.4|^6.0", "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", "symfony/http-client-contracts": "^1.1|^2.0|^3.0", "symfony/http-kernel": "^5.4|^6.0", "symfony/intl": "^5.4|^6.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/routing": "^5.4|^6.0", "symfony/service-contracts": "^1.1.2|^2|^3", "symfony/yaml": "^5.4|^6.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/translation/tree/6.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-02T15:04:41+00:00" }, { "name": "symfony/translation-contracts", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", "reference": "3345949cca10d564606f0b11e4a53f8030c3701f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/3345949cca10d564606f0b11e4a53f8030c3701f", "reference": "3345949cca10d564606f0b11e4a53f8030c3701f", "shasum": "" }, "require": { "php": ">=8.1" }, "suggest": { "symfony/translation-implementation": "" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "3.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" }, "exclude-from-classmap": [ "/Test/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/translation-contracts/tree/main" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-06-27T17:32:32+00:00" }, { "name": "vlucas/phpdotenv", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "dd46c263f277573244c517bac125a78f67b83a98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dd46c263f277573244c517bac125a78f67b83a98", "reference": "dd46c263f277573244c517bac125a78f67b83a98", "shasum": "" }, "require": { "ext-pcre": "*", "graham-campbell/result-type": "^1.0.2", "php": "^7.1.3 || ^8.0", "phpoption/phpoption": "^1.8", "symfony/polyfill-ctype": "^1.23", "symfony/polyfill-mbstring": "^1.23.1", "symfony/polyfill-php80": "^1.23.1" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/master" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", "type": "tidelift" } ], "time": "2021-12-17T00:42:26+00:00" } ], "packages-dev": [ { "name": "symfony/var-dumper", "version": "6.2.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "bb7bc61433b31f31bd986d4db743ebd935b334f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bb7bc61433b31f31bd986d4db743ebd935b334f2", "reference": "bb7bc61433b31f31bd986d4db743ebd935b334f2", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "phpunit/phpunit": "<5.4.3", "symfony/console": "<5.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^5.4|^6.0", "symfony/process": "^5.4|^6.0", "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/6.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-12T14:34:03+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { "clue/framework-x": 20, "hassankhan/config": 20, "php-di/php-di": 20, "vlucas/phpdotenv": 20, "react/mysql": 20, "react/async": 20, "spatie/data-transfer-object": 20, "nesbot/carbon": 20, "symfony/var-dumper": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.2.0" }