-
-
Save Einenlum/3a9aa3b4a2b678801bf10610cc721bad to your computer and use it in GitHub Desktop.
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": "d6261159547c8ee31abe29c9f0230698", | |
"packages": [ | |
{ | |
"name": "amphp/amp", | |
"version": "v2.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/amphp/amp.git", | |
"reference": "c6a775a6c9fdd9ca4c909647a19b02d2d11a0568" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/amphp/amp/zipball/c6a775a6c9fdd9ca4c909647a19b02d2d11a0568", | |
"reference": "c6a775a6c9fdd9ca4c909647a19b02d2d11a0568", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7" | |
}, | |
"require-dev": { | |
"amphp/php-cs-fixer-config": "dev-master", | |
"amphp/phpunit-util": "^1", | |
"ext-json": "*", | |
"phpstan/phpstan": "^0.8.5", | |
"phpunit/phpunit": "^6.0.9", | |
"react/promise": "^2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Amp\\": "lib" | |
}, | |
"files": [ | |
"lib/functions.php", | |
"lib/Internal/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Daniel Lowrey", | |
"email": "rdlowrey@php.net" | |
}, | |
{ | |
"name": "Aaron Piotrowski", | |
"email": "aaron@trowski.com" | |
}, | |
{ | |
"name": "Bob Weinand", | |
"email": "bobwei9@hotmail.com" | |
}, | |
{ | |
"name": "Niklas Keller", | |
"email": "me@kelunik.com" | |
} | |
], | |
"description": "A non-blocking concurrency framework for PHP applications.", | |
"homepage": "http://amphp.org/amp", | |
"keywords": [ | |
"async", | |
"asynchronous", | |
"awaitable", | |
"concurrency", | |
"event", | |
"event-loop", | |
"future", | |
"non-blocking", | |
"promise" | |
], | |
"time": "2019-08-02T20:37:42+00:00" | |
}, | |
{ | |
"name": "amphp/byte-stream", | |
"version": "v1.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/amphp/byte-stream.git", | |
"reference": "47908f8e8bb2da8af4e59028200758477bc927ea" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/47908f8e8bb2da8af4e59028200758477bc927ea", | |
"reference": "47908f8e8bb2da8af4e59028200758477bc927ea", | |
"shasum": "" | |
}, | |
"require": { | |
"amphp/amp": "^2" | |
}, | |
"require-dev": { | |
"amphp/php-cs-fixer-config": "dev-master", | |
"amphp/phpunit-util": "^1", | |
"friendsofphp/php-cs-fixer": "^2.3", | |
"infection/infection": "^0.9.3", | |
"phpunit/phpunit": "^6" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Amp\\ByteStream\\": "lib" | |
}, | |
"files": [ | |
"lib/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Aaron Piotrowski", | |
"email": "aaron@trowski.com" | |
}, | |
{ | |
"name": "Niklas Keller", | |
"email": "me@kelunik.com" | |
} | |
], | |
"description": "A stream abstraction to make working with non-blocking I/O simple.", | |
"homepage": "http://amphp.org/byte-stream", | |
"keywords": [ | |
"amp", | |
"amphp", | |
"async", | |
"io", | |
"non-blocking", | |
"stream" | |
], | |
"time": "2019-07-26T21:22:49+00:00" | |
}, | |
{ | |
"name": "composer/xdebug-handler", | |
"version": "1.3.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/xdebug-handler.git", | |
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f", | |
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.2 || ^7.0", | |
"psr/log": "^1.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Composer\\XdebugHandler\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "John Stevenson", | |
"email": "john-stevenson@blueyonder.co.uk" | |
} | |
], | |
"description": "Restarts a process without xdebug.", | |
"keywords": [ | |
"Xdebug", | |
"performance" | |
], | |
"time": "2019-05-27T17:52:04+00:00" | |
}, | |
{ | |
"name": "felixfbecker/advanced-json-rpc", | |
"version": "v3.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", | |
"reference": "241c470695366e7b83672be04ea0e64d8085a551" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/241c470695366e7b83672be04ea0e64d8085a551", | |
"reference": "241c470695366e7b83672be04ea0e64d8085a551", | |
"shasum": "" | |
}, | |
"require": { | |
"netresearch/jsonmapper": "^1.0", | |
"php": ">=7.0", | |
"phpdocumentor/reflection-docblock": "^4.0.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"AdvancedJsonRpc\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"ISC" | |
], | |
"authors": [ | |
{ | |
"name": "Felix Becker", | |
"email": "felix.b@outlook.com" | |
} | |
], | |
"description": "A more advanced JSONRPC implementation", | |
"time": "2018-09-10T08:58:41+00:00" | |
}, | |
{ | |
"name": "felixfbecker/language-server-protocol", | |
"version": "v1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/felixfbecker/php-language-server-protocol.git", | |
"reference": "378801f6139bb74ac215d81cca1272af61df9a9f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/378801f6139bb74ac215d81cca1272af61df9a9f", | |
"reference": "378801f6139bb74ac215d81cca1272af61df9a9f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpstan/phpstan": "*", | |
"phpunit/phpunit": "^6.3", | |
"squizlabs/php_codesniffer": "^3.1" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"LanguageServerProtocol\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"ISC" | |
], | |
"authors": [ | |
{ | |
"name": "Felix Becker", | |
"email": "felix.b@outlook.com" | |
} | |
], | |
"description": "PHP classes for the Language Server Protocol", | |
"keywords": [ | |
"language", | |
"microsoft", | |
"php", | |
"server" | |
], | |
"time": "2019-06-23T21:03:50+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.3.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |
"shasum": "" | |
}, | |
"require": { | |
"guzzlehttp/promises": "^1.0", | |
"guzzlehttp/psr7": "^1.4", | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | |
"psr/log": "^1.0" | |
}, | |
"suggest": { | |
"psr/log": "Required for using the Log middleware" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.3-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle is a PHP HTTP client library", | |
"homepage": "http://guzzlephp.org/", | |
"keywords": [ | |
"client", | |
"curl", | |
"framework", | |
"http", | |
"http client", | |
"rest", | |
"web service" | |
], | |
"time": "2018-04-22T15:46:56+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "v1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Promise\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle promises library", | |
"keywords": [ | |
"promise" | |
], | |
"time": "2016-12-20T10:07:11+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", | |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a", | |
"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.8" | |
}, | |
"suggest": { | |
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.6-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"homepage": "https://github.com/Tobion" | |
} | |
], | |
"description": "PSR-7 message implementation that also provides common utility methods", | |
"keywords": [ | |
"http", | |
"message", | |
"psr-7", | |
"request", | |
"response", | |
"stream", | |
"uri", | |
"url" | |
], | |
"time": "2019-07-01T23:21:34+00:00" | |
}, | |
{ | |
"name": "laravel/lumen-installer", | |
"version": "v1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/lumen-installer.git", | |
"reference": "9fe7910e703589edd425f799545054d47df49cd6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/lumen-installer/zipball/9fe7910e703589edd425f799545054d47df49cd6", | |
"reference": "9fe7910e703589edd425f799545054d47df49cd6", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-zip": "*", | |
"guzzlehttp/guzzle": "~6.0", | |
"symfony/console": "~3.0|~4.0", | |
"symfony/process": "~3.0|~4.0" | |
}, | |
"bin": [ | |
"lumen" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Lumen\\Installer\\Console\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "Lumen application installer.", | |
"keywords": [ | |
"laravel", | |
"lumen" | |
], | |
"time": "2019-04-30T11:58:35+00:00" | |
}, | |
{ | |
"name": "netresearch/jsonmapper", | |
"version": "v1.6.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cweiske/jsonmapper.git", | |
"reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06", | |
"reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"php": ">=5.6" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4", | |
"squizlabs/php_codesniffer": "~1.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"JsonMapper": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"OSL-3.0" | |
], | |
"authors": [ | |
{ | |
"name": "Christian Weiske", | |
"role": "Developer", | |
"email": "cweiske@cweiske.de", | |
"homepage": "http://github.com/cweiske/jsonmapper/" | |
} | |
], | |
"description": "Map nested JSON structures onto PHP classes", | |
"time": "2019-08-15T19:41:25+00:00" | |
}, | |
{ | |
"name": "nikic/php-parser", | |
"version": "v4.2.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/PHP-Parser.git", | |
"reference": "e612609022e935f3d0337c1295176505b41188c8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e612609022e935f3d0337c1295176505b41188c8", | |
"reference": "e612609022e935f3d0337c1295176505b41188c8", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" | |
}, | |
"bin": [ | |
"bin/php-parse" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PhpParser\\": "lib/PhpParser" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Nikita Popov" | |
} | |
], | |
"description": "A PHP parser written in PHP", | |
"keywords": [ | |
"parser", | |
"php" | |
], | |
"time": "2019-08-12T20:17:41+00:00" | |
}, | |
{ | |
"name": "ocramius/package-versions", | |
"version": "1.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Ocramius/PackageVersions.git", | |
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c", | |
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c", | |
"shasum": "" | |
}, | |
"require": { | |
"composer-plugin-api": "^1.0.0", | |
"php": "^7.3.0" | |
}, | |
"require-dev": { | |
"composer/composer": "^1.8.6", | |
"doctrine/coding-standard": "^6.0.0", | |
"ext-zip": "*", | |
"infection/infection": "^0.13.4", | |
"phpunit/phpunit": "^8.2.5", | |
"vimeo/psalm": "^3.4.9" | |
}, | |
"type": "composer-plugin", | |
"extra": { | |
"class": "PackageVersions\\Installer", | |
"branch-alias": { | |
"dev-master": "1.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PackageVersions\\": "src/PackageVersions" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "ocramius@gmail.com" | |
} | |
], | |
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", | |
"time": "2019-07-17T15:49:50+00:00" | |
}, | |
{ | |
"name": "openlss/lib-array2xml", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nullivex/lib-array2xml.git", | |
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", | |
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"LSS": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Bryan Tong", | |
"email": "bryan@nullivex.com", | |
"homepage": "https://www.nullivex.com" | |
}, | |
{ | |
"name": "Tony Butler", | |
"email": "spudz76@gmail.com", | |
"homepage": "https://www.nullivex.com" | |
} | |
], | |
"description": "Array2XML conversion library credit to lalit.org", | |
"homepage": "https://www.nullivex.com", | |
"keywords": [ | |
"array", | |
"array conversion", | |
"xml", | |
"xml conversion" | |
], | |
"time": "2019-03-29T20:06:56+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/reflection-common", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": [ | |
"src" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jaap van Otterdijk", | |
"email": "opensource@ijaap.nl" | |
} | |
], | |
"description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
"homepage": "http://www.phpdoc.org", | |
"keywords": [ | |
"FQSEN", | |
"phpDocumentor", | |
"phpdoc", | |
"reflection", | |
"static analysis" | |
], | |
"time": "2017-09-11T18:02:19+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/reflection-docblock", | |
"version": "4.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
"reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", | |
"reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"phpdocumentor/reflection-common": "^1.0.0", | |
"phpdocumentor/type-resolver": "^0.4.0", | |
"webmozart/assert": "^1.0" | |
}, | |
"require-dev": { | |
"doctrine/instantiator": "~1.0.5", | |
"mockery/mockery": "^1.0", | |
"phpunit/phpunit": "^6.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": [ | |
"src/" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "me@mikevanriel.com" | |
} | |
], | |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
"time": "2019-04-30T17:48:53+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/type-resolver", | |
"version": "0.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/TypeResolver.git", | |
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", | |
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.5 || ^7.0", | |
"phpdocumentor/reflection-common": "^1.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "^0.9.4", | |
"phpunit/phpunit": "^5.2||^4.8.24" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": [ | |
"src/" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "me@mikevanriel.com" | |
} | |
], | |
"time": "2017-07-14T14:27:02+00:00" | |
}, | |
{ | |
"name": "psr/container", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/container.git", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Container\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common Container Interface (PHP FIG PSR-11)", | |
"homepage": "https://github.com/php-fig/container", | |
"keywords": [ | |
"PSR-11", | |
"container", | |
"container-interface", | |
"container-interop", | |
"psr" | |
], | |
"time": "2017-02-14T16:28:37+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" | |
], | |
"time": "2016-08-06T14:39:51+00:00" | |
}, | |
{ | |
"name": "psr/log", | |
"version": "1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Log\\": "Psr/Log/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for logging libraries", | |
"homepage": "https://github.com/php-fig/log", | |
"keywords": [ | |
"log", | |
"psr", | |
"psr-3" | |
], | |
"time": "2018-11-20T15:27:04+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.", | |
"time": "2019-03-08T08:55:37+00:00" | |
}, | |
{ | |
"name": "sebastian/diff", | |
"version": "3.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/diff.git", | |
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^7.5 || ^8.0", | |
"symfony/process": "^2 || ^3.3 || ^4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Kore Nordmann", | |
"email": "mail@kore-nordmann.de" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Diff implementation", | |
"homepage": "https://github.com/sebastianbergmann/diff", | |
"keywords": [ | |
"diff", | |
"udiff", | |
"unidiff", | |
"unified diff" | |
], | |
"time": "2019-02-04T06:01:07+00:00" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "v4.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/console.git", | |
"reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/console/zipball/b592b26a24265a35172d8a2094d8b10f22b7cc39", | |
"reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3", | |
"symfony/polyfill-mbstring": "~1.0", | |
"symfony/polyfill-php73": "^1.8", | |
"symfony/service-contracts": "^1.1" | |
}, | |
"conflict": { | |
"symfony/dependency-injection": "<3.4", | |
"symfony/event-dispatcher": "<4.3", | |
"symfony/process": "<3.3" | |
}, | |
"provide": { | |
"psr/log-implementation": "1.0" | |
}, | |
"require-dev": { | |
"psr/log": "~1.0", | |
"symfony/config": "~3.4|~4.0", | |
"symfony/dependency-injection": "~3.4|~4.0", | |
"symfony/event-dispatcher": "^4.3", | |
"symfony/lock": "~3.4|~4.0", | |
"symfony/process": "~3.4|~4.0", | |
"symfony/var-dumper": "^4.3" | |
}, | |
"suggest": { | |
"psr/log": "For using the console logger", | |
"symfony/event-dispatcher": "", | |
"symfony/lock": "", | |
"symfony/process": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Console\\": "" | |
}, | |
"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 Console Component", | |
"homepage": "https://symfony.com", | |
"time": "2019-06-13T11:03:18+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-ctype", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-ctype.git", | |
"reference": "550ebaac289296ce228a706d0867afc34687e3f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | |
"reference": "550ebaac289296ce228a706d0867afc34687e3f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-ctype": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Ctype\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"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" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-mbstring", | |
"version": "v1.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-mbstring.git", | |
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", | |
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-mbstring": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.11-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": "2019-02-06T07:57:58+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-php73", | |
"version": "v1.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-php73.git", | |
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", | |
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.11-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Php73\\": "" | |
}, | |
"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.3+ features to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-02-06T07:57:58+00:00" | |
}, | |
{ | |
"name": "symfony/process", | |
"version": "v4.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/process.git", | |
"reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", | |
"reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Process\\": "" | |
}, | |
"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 Process Component", | |
"homepage": "https://symfony.com", | |
"time": "2019-05-30T16:10:05+00:00" | |
}, | |
{ | |
"name": "symfony/service-contracts", | |
"version": "v1.1.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/service-contracts.git", | |
"reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", | |
"reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3", | |
"psr/container": "^1.0" | |
}, | |
"suggest": { | |
"symfony/service-implementation": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Contracts\\Service\\": "" | |
} | |
}, | |
"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 writing services", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"abstractions", | |
"contracts", | |
"decoupling", | |
"interfaces", | |
"interoperability", | |
"standards" | |
], | |
"time": "2019-06-13T11:15:36+00:00" | |
}, | |
{ | |
"name": "vimeo/psalm", | |
"version": "3.4.12", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/vimeo/psalm.git", | |
"reference": "86e5e50c1bb492045e70f2ebe1da3cad06e4e9b2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/vimeo/psalm/zipball/86e5e50c1bb492045e70f2ebe1da3cad06e4e9b2", | |
"reference": "86e5e50c1bb492045e70f2ebe1da3cad06e4e9b2", | |
"shasum": "" | |
}, | |
"require": { | |
"amphp/amp": "^2.1", | |
"amphp/byte-stream": "^1.5", | |
"composer/xdebug-handler": "^1.1", | |
"felixfbecker/advanced-json-rpc": "^3.0.3", | |
"felixfbecker/language-server-protocol": "^1.4", | |
"netresearch/jsonmapper": "^1.0", | |
"nikic/php-parser": "^4.2", | |
"ocramius/package-versions": "^1.2", | |
"openlss/lib-array2xml": "^1.0", | |
"php": "^7.1", | |
"sebastian/diff": "^3.0", | |
"symfony/console": "^3.3||^4.0", | |
"webmozart/glob": "^4.1", | |
"webmozart/path-util": "^2.3" | |
}, | |
"provide": { | |
"psalm/psalm": "self.version" | |
}, | |
"require-dev": { | |
"bamarni/composer-bin-plugin": "^1.2", | |
"friendsofphp/php-cs-fixer": "^2.15", | |
"phpmyadmin/sql-parser": "^5.0", | |
"phpunit/phpunit": "^7.5 || ^8.0", | |
"psalm/plugin-phpunit": "^0.6", | |
"slevomat/coding-standard": "^5.0", | |
"squizlabs/php_codesniffer": "3.4.0", | |
"symfony/process": "^4.3" | |
}, | |
"suggest": { | |
"ext-igbinary": "^2.0.5" | |
}, | |
"bin": [ | |
"psalm", | |
"psalter", | |
"psalm-language-server", | |
"psalm-plugin", | |
"psalm-refactor" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.x-dev", | |
"dev-2.x": "2.x-dev", | |
"dev-1.x": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psalm\\Plugin\\": "src/Psalm/Plugin", | |
"Psalm\\": "src/Psalm" | |
}, | |
"files": [ | |
"src/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Matthew Brown" | |
} | |
], | |
"description": "A static analysis tool for finding errors in PHP applications", | |
"keywords": [ | |
"code", | |
"inspection", | |
"php" | |
], | |
"time": "2019-08-20T18:26:32+00:00" | |
}, | |
{ | |
"name": "webmozart/assert", | |
"version": "1.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/webmozart/assert.git", | |
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", | |
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3 || ^7.0", | |
"symfony/polyfill-ctype": "^1.8" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.36 || ^7.5.13" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Webmozart\\Assert\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
} | |
], | |
"description": "Assertions to validate method input/output with nice error messages.", | |
"keywords": [ | |
"assert", | |
"check", | |
"validate" | |
], | |
"time": "2019-08-24T08:43:50+00:00" | |
}, | |
{ | |
"name": "webmozart/glob", | |
"version": "4.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/webmozart/glob.git", | |
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", | |
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3|^7.0", | |
"webmozart/path-util": "^2.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.6", | |
"sebastian/version": "^1.0.1", | |
"symfony/filesystem": "^2.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Webmozart\\Glob\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
} | |
], | |
"description": "A PHP implementation of Ant's glob.", | |
"time": "2015-12-29T11:14:33+00:00" | |
}, | |
{ | |
"name": "webmozart/path-util", | |
"version": "2.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/webmozart/path-util.git", | |
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", | |
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"webmozart/assert": "~1.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.6", | |
"sebastian/version": "^1.0.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Webmozart\\PathUtil\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
} | |
], | |
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", | |
"time": "2015-12-17T08:42:14+00:00" | |
} | |
], | |
"packages-dev": [], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": [], | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": [], | |
"platform-dev": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment