You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
844 lines
29 KiB
844 lines
29 KiB
{ |
|
"_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": "e025cf527a044c46df401166e08d6660", |
|
"packages": [ |
|
{ |
|
"name": "cboden/ratchet", |
|
"version": "0.4.x-dev", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/ratchetphp/Ratchet.git", |
|
"reference": "a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14", |
|
"reference": "a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"guzzlehttp/psr7": "^1.0", |
|
"php": ">=5.4.2", |
|
"ratchet/rfc6455": "^0.2", |
|
"react/socket": "^0.3 || ^0.4", |
|
"symfony/http-foundation": "^2.2|^3.0", |
|
"symfony/routing": "^2.2|^3.0" |
|
}, |
|
"suggest": { |
|
"ext-pecl_http": "^2.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Ratchet\\": "src/Ratchet" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Chris Boden", |
|
"email": "cboden@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "PHP WebSocket library", |
|
"homepage": "http://socketo.me", |
|
"keywords": [ |
|
"Ratchet", |
|
"WebSockets", |
|
"server", |
|
"sockets", |
|
"websocket" |
|
], |
|
"time": "2016-06-06T13:13:02+00:00" |
|
}, |
|
{ |
|
"name": "evenement/evenement", |
|
"version": "v2.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/igorw/evenement.git", |
|
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a", |
|
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^6.0||^5.7||^4.8.35" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0-dev" |
|
} |
|
}, |
|
"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" |
|
], |
|
"time": "2017-07-17T17:39:19+00:00" |
|
}, |
|
{ |
|
"name": "guzzlehttp/psr7", |
|
"version": "1.8.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/guzzle/psr7.git", |
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0", |
|
"psr/http-message": "~1.0", |
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
|
}, |
|
"provide": { |
|
"psr/http-message-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"ext-zlib": "*", |
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
|
}, |
|
"suggest": { |
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.7-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"files": [ |
|
"src/functions_include.php" |
|
], |
|
"psr-4": { |
|
"GuzzleHttp\\Psr7\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Graham Campbell", |
|
"email": "hello@gjcampbell.co.uk", |
|
"homepage": "https://github.com/GrahamCampbell" |
|
}, |
|
{ |
|
"name": "Michael Dowling", |
|
"email": "mtdowling@gmail.com", |
|
"homepage": "https://github.com/mtdowling" |
|
}, |
|
{ |
|
"name": "George Mponos", |
|
"email": "gmponos@gmail.com", |
|
"homepage": "https://github.com/gmponos" |
|
}, |
|
{ |
|
"name": "Tobias Nyholm", |
|
"email": "tobias.nyholm@gmail.com", |
|
"homepage": "https://github.com/Nyholm" |
|
}, |
|
{ |
|
"name": "Márk Sági-Kazár", |
|
"email": "mark.sagikazar@gmail.com", |
|
"homepage": "https://github.com/sagikazarmark" |
|
}, |
|
{ |
|
"name": "Tobias Schultze", |
|
"email": "webmaster@tubo-world.de", |
|
"homepage": "https://github.com/Tobion" |
|
} |
|
], |
|
"description": "PSR-7 message implementation that also provides common utility methods", |
|
"keywords": [ |
|
"http", |
|
"message", |
|
"psr-7", |
|
"request", |
|
"response", |
|
"stream", |
|
"uri", |
|
"url" |
|
], |
|
"support": { |
|
"issues": "https://github.com/guzzle/psr7/issues", |
|
"source": "https://github.com/guzzle/psr7/tree/1.8.5" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/GrahamCampbell", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://github.com/Nyholm", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2022-03-20T21:51:18+00:00" |
|
}, |
|
{ |
|
"name": "paragonie/random_compat", |
|
"version": "v9.99.99", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/paragonie/random_compat.git", |
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "4.*|5.*", |
|
"vimeo/psalm": "^1" |
|
}, |
|
"suggest": { |
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
|
}, |
|
"type": "library", |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Paragon Initiative Enterprises", |
|
"email": "security@paragonie.com", |
|
"homepage": "https://paragonie.com" |
|
} |
|
], |
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
|
"keywords": [ |
|
"csprng", |
|
"polyfill", |
|
"pseudorandom", |
|
"random" |
|
], |
|
"time": "2018-07-02T15:55:56+00:00" |
|
}, |
|
{ |
|
"name": "psr/http-message", |
|
"version": "1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/http-message.git", |
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Http\\Message\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for HTTP messages", |
|
"homepage": "https://github.com/php-fig/http-message", |
|
"keywords": [ |
|
"http", |
|
"http-message", |
|
"psr", |
|
"psr-7", |
|
"request", |
|
"response" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/http-message/tree/master" |
|
}, |
|
"time": "2016-08-06T14:39:51+00:00" |
|
}, |
|
{ |
|
"name": "ralouphie/getallheaders", |
|
"version": "3.0.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/ralouphie/getallheaders.git", |
|
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
|
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.6" |
|
}, |
|
"require-dev": { |
|
"php-coveralls/php-coveralls": "^2.1", |
|
"phpunit/phpunit": "^5 || ^6.5" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"files": [ |
|
"src/getallheaders.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Ralph Khattar", |
|
"email": "ralph.khattar@gmail.com" |
|
} |
|
], |
|
"description": "A polyfill for getallheaders.", |
|
"support": { |
|
"issues": "https://github.com/ralouphie/getallheaders/issues", |
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop" |
|
}, |
|
"time": "2019-03-08T08:55:37+00:00" |
|
}, |
|
{ |
|
"name": "ratchet/rfc6455", |
|
"version": "v0.2.6", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/ratchetphp/RFC6455.git", |
|
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916", |
|
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"guzzlehttp/psr7": "^1.0", |
|
"php": ">=5.4.2" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "4.8.*", |
|
"react/socket": "^1.3" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Ratchet\\RFC6455\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Chris Boden", |
|
"email": "cboden@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "RFC6455 WebSocket protocol handler", |
|
"homepage": "http://socketo.me", |
|
"keywords": [ |
|
"WebSockets", |
|
"rfc6455", |
|
"websocket" |
|
], |
|
"time": "2019-12-15T10:18:18+00:00" |
|
}, |
|
{ |
|
"name": "react/event-loop", |
|
"version": "v0.4.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/event-loop.git", |
|
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f", |
|
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~4.8" |
|
}, |
|
"suggest": { |
|
"ext-event": "~1.0", |
|
"ext-libev": "*", |
|
"ext-libevent": ">=0.1.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\EventLoop\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Event loop abstraction layer that libraries can use for evented I/O.", |
|
"keywords": [ |
|
"asynchronous", |
|
"event-loop" |
|
], |
|
"time": "2017-04-27T10:56:23+00:00" |
|
}, |
|
{ |
|
"name": "react/promise", |
|
"version": "v2.7.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/promise.git", |
|
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", |
|
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~4.8" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Promise\\": "src/" |
|
}, |
|
"files": [ |
|
"src/functions_include.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jan Sorgalla", |
|
"email": "jsorgalla@gmail.com" |
|
} |
|
], |
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP", |
|
"keywords": [ |
|
"promise", |
|
"promises" |
|
], |
|
"time": "2019-01-07T21:25:54+00:00" |
|
}, |
|
{ |
|
"name": "react/socket", |
|
"version": "v0.4.6", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/socket.git", |
|
"reference": "cf074e53c974df52388ebd09710a9018894745d2" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2", |
|
"reference": "cf074e53c974df52388ebd09710a9018894745d2", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"evenement/evenement": "~2.0|~1.0", |
|
"php": ">=5.3.0", |
|
"react/event-loop": "0.4.*|0.3.*", |
|
"react/promise": "^2.0 || ^1.1", |
|
"react/stream": "^0.4.5" |
|
}, |
|
"require-dev": { |
|
"clue/block-react": "^1.1", |
|
"phpunit/phpunit": "~4.8", |
|
"react/socket-client": "^0.5.1" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Socket\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP", |
|
"keywords": [ |
|
"Socket" |
|
], |
|
"time": "2017-01-26T09:23:38+00:00" |
|
}, |
|
{ |
|
"name": "react/stream", |
|
"version": "v0.4.6", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/stream.git", |
|
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee", |
|
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"evenement/evenement": "^2.0|^1.0", |
|
"php": ">=5.3.8" |
|
}, |
|
"require-dev": { |
|
"clue/stream-filter": "~1.2", |
|
"react/event-loop": "^0.4|^0.3", |
|
"react/promise": "^2.0|^1.0" |
|
}, |
|
"suggest": { |
|
"react/event-loop": "^0.4", |
|
"react/promise": "^2.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Stream\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Basic readable and writable stream interfaces that support piping.", |
|
"keywords": [ |
|
"pipe", |
|
"stream" |
|
], |
|
"time": "2017-01-25T14:44:14+00:00" |
|
}, |
|
{ |
|
"name": "symfony/http-foundation", |
|
"version": "v3.4.38", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/http-foundation.git", |
|
"reference": "4d440be93adcfd5e4ee0bdc7acd1c3260625728f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/4d440be93adcfd5e4ee0bdc7acd1c3260625728f", |
|
"reference": "4d440be93adcfd5e4ee0bdc7acd1c3260625728f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^5.5.9|>=7.0.8", |
|
"symfony/polyfill-mbstring": "~1.1", |
|
"symfony/polyfill-php70": "~1.6" |
|
}, |
|
"require-dev": { |
|
"symfony/expression-language": "~2.8|~3.0|~4.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.4-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\HttpFoundation\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony HttpFoundation Component", |
|
"homepage": "https://symfony.com", |
|
"time": "2020-02-06T08:18:51+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-mbstring", |
|
"version": "v1.15.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", |
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.3" |
|
}, |
|
"suggest": { |
|
"ext-mbstring": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.15-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Mbstring\\": "" |
|
}, |
|
"files": [ |
|
"bootstrap.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill for the Mbstring extension", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"mbstring", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"time": "2020-03-09T19:04:49+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-php70", |
|
"version": "v1.15.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-php70.git", |
|
"reference": "2a18e37a489803559284416df58c71ccebe50bf0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0", |
|
"reference": "2a18e37a489803559284416df58c71ccebe50bf0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"paragonie/random_compat": "~1.0|~2.0|~9.99", |
|
"php": ">=5.3.3" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.15-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Php70\\": "" |
|
}, |
|
"files": [ |
|
"bootstrap.php" |
|
], |
|
"classmap": [ |
|
"Resources/stubs" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"time": "2020-02-27T09:26:54+00:00" |
|
}, |
|
{ |
|
"name": "symfony/routing", |
|
"version": "v3.4.38", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/routing.git", |
|
"reference": "c1377905edfa76e6934dd3c73f9a073305b47c00" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/routing/zipball/c1377905edfa76e6934dd3c73f9a073305b47c00", |
|
"reference": "c1377905edfa76e6934dd3c73f9a073305b47c00", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^5.5.9|>=7.0.8" |
|
}, |
|
"conflict": { |
|
"symfony/config": "<3.3.1", |
|
"symfony/dependency-injection": "<3.3", |
|
"symfony/yaml": "<3.4" |
|
}, |
|
"require-dev": { |
|
"doctrine/annotations": "~1.0", |
|
"psr/log": "~1.0", |
|
"symfony/config": "^3.3.1|~4.0", |
|
"symfony/dependency-injection": "~3.3|~4.0", |
|
"symfony/expression-language": "~2.8|~3.0|~4.0", |
|
"symfony/http-foundation": "~2.8|~3.0|~4.0", |
|
"symfony/yaml": "~3.4|~4.0" |
|
}, |
|
"suggest": { |
|
"doctrine/annotations": "For using the annotation loader", |
|
"symfony/config": "For using the all-in-one router or any loader", |
|
"symfony/expression-language": "For using expression matching", |
|
"symfony/http-foundation": "For using a Symfony Request object", |
|
"symfony/yaml": "For using the YAML loader" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.4-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Routing\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Routing Component", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"router", |
|
"routing", |
|
"uri", |
|
"url" |
|
], |
|
"time": "2020-02-04T08:04:52+00:00" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": { |
|
"cboden/ratchet": 20 |
|
}, |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [], |
|
"plugin-api-version": "2.2.0" |
|
}
|
|
|