123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879 |
- [
- {
- "name": "adbario/php-dot-notation",
- "version": "2.2.0",
- "version_normalized": "2.2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/adbario/php-dot-notation.git",
- "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
- "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "php": ">=5.5"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0|^5.0|^6.0",
- "squizlabs/php_codesniffer": "^3.0"
- },
- "time": "2019-01-01T23:59:15+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/helpers.php"
- ],
- "psr-4": {
- "Adbar\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Riku Särkinen",
- "email": "riku@adbar.io"
- }
- ],
- "description": "PHP dot notation access to arrays",
- "homepage": "https://github.com/adbario/php-dot-notation",
- "keywords": [
- "ArrayAccess",
- "dotnotation"
- ]
- },
- {
- "name": "alibabacloud/client",
- "version": "1.5.19",
- "version_normalized": "1.5.19.0",
- "source": {
- "type": "git",
- "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
- "reference": "4bbe05e1beadcea033bb8ef05b56763913fe8955"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/4bbe05e1beadcea033bb8ef05b56763913fe8955",
- "reference": "4bbe05e1beadcea033bb8ef05b56763913fe8955",
- "shasum": ""
- },
- "require": {
- "adbario/php-dot-notation": "^2.2",
- "clagiordano/weblibs-configmanager": "^1.0",
- "danielstjules/stringy": "^3.1",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "ext-simplexml": "*",
- "ext-xmlwriter": "*",
- "guzzlehttp/guzzle": "^6.3",
- "mtdowling/jmespath.php": "^2.4",
- "php": ">=5.5"
- },
- "require-dev": {
- "composer/composer": "^1.8",
- "drupal/coder": "^8.3",
- "ext-dom": "*",
- "ext-pcre": "*",
- "ext-sockets": "*",
- "ext-spl": "*",
- "league/climate": "^3.2.4",
- "mikey179/vfsstream": "^1.6",
- "monolog/monolog": "^1.24",
- "phpunit/phpunit": "^4.8.35|^5.4.3",
- "psr/cache": "^1.0",
- "symfony/dotenv": "^3.4",
- "symfony/var-dumper": "^3.4"
- },
- "suggest": {
- "ext-sockets": "To use client-side monitoring"
- },
- "time": "2019-12-17T04:45:39+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "AlibabaCloud\\Client\\": "src"
- },
- "files": [
- "src/Functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Alibaba Cloud SDK",
- "email": "sdk-team@alibabacloud.com",
- "homepage": "http://www.alibabacloud.com"
- }
- ],
- "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
- "homepage": "https://www.alibabacloud.com/",
- "keywords": [
- "alibaba",
- "alibabacloud",
- "aliyun",
- "client",
- "cloud",
- "library",
- "sdk",
- "tool"
- ]
- },
- {
- "name": "alibabacloud/sdk",
- "version": "1.8.17",
- "version_normalized": "1.8.17.0",
- "source": {
- "type": "git",
- "url": "https://github.com/aliyun/openapi-sdk-php.git",
- "reference": "d404fe7ba53ec88549cc771dd3d3692b71e782c9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aliyun/openapi-sdk-php/zipball/d404fe7ba53ec88549cc771dd3d3692b71e782c9",
- "reference": "d404fe7ba53ec88549cc771dd3d3692b71e782c9",
- "shasum": ""
- },
- "require": {
- "alibabacloud/client": "^1.5",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "ext-simplexml": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.5"
- },
- "replace": {
- "alibabacloud/aas": "self.version",
- "alibabacloud/actiontrail": "self.version",
- "alibabacloud/adb": "self.version",
- "alibabacloud/aegis": "self.version",
- "alibabacloud/afs": "self.version",
- "alibabacloud/airec": "self.version",
- "alibabacloud/alidns": "self.version",
- "alibabacloud/alikafka": "self.version",
- "alibabacloud/alimt": "self.version",
- "alibabacloud/aliprobe": "self.version",
- "alibabacloud/aliyuncvc": "self.version",
- "alibabacloud/appmallsservice": "self.version",
- "alibabacloud/arms": "self.version",
- "alibabacloud/arms4finance": "self.version",
- "alibabacloud/baas": "self.version",
- "alibabacloud/batchcompute": "self.version",
- "alibabacloud/bss": "self.version",
- "alibabacloud/bssopenapi": "self.version",
- "alibabacloud/cas": "self.version",
- "alibabacloud/cbn": "self.version",
- "alibabacloud/ccc": "self.version",
- "alibabacloud/ccs": "self.version",
- "alibabacloud/cdn": "self.version",
- "alibabacloud/cds": "self.version",
- "alibabacloud/cf": "self.version",
- "alibabacloud/chatbot": "self.version",
- "alibabacloud/cloudapi": "self.version",
- "alibabacloud/cloudauth": "self.version",
- "alibabacloud/cloudesl": "self.version",
- "alibabacloud/cloudmarketing": "self.version",
- "alibabacloud/cloudphoto": "self.version",
- "alibabacloud/cloudwf": "self.version",
- "alibabacloud/cms": "self.version",
- "alibabacloud/commondriver": "self.version",
- "alibabacloud/companyreg": "self.version",
- "alibabacloud/cr": "self.version",
- "alibabacloud/crm": "self.version",
- "alibabacloud/cs": "self.version",
- "alibabacloud/csb": "self.version",
- "alibabacloud/cusanalyticsconline": "self.version",
- "alibabacloud/dataworkspublic": "self.version",
- "alibabacloud/dbs": "self.version",
- "alibabacloud/dcdn": "self.version",
- "alibabacloud/dds": "self.version",
- "alibabacloud/dm": "self.version",
- "alibabacloud/dmsenterprise": "self.version",
- "alibabacloud/domain": "self.version",
- "alibabacloud/domainintl": "self.version",
- "alibabacloud/drcloud": "self.version",
- "alibabacloud/drds": "self.version",
- "alibabacloud/dts": "self.version",
- "alibabacloud/dybaseapi": "self.version",
- "alibabacloud/dyplsapi": "self.version",
- "alibabacloud/dypnsapi": "self.version",
- "alibabacloud/dysmsapi": "self.version",
- "alibabacloud/dyvmsapi": "self.version",
- "alibabacloud/eci": "self.version",
- "alibabacloud/ecs": "self.version",
- "alibabacloud/ecsinc": "self.version",
- "alibabacloud/edas": "self.version",
- "alibabacloud/ehpc": "self.version",
- "alibabacloud/elasticsearch": "self.version",
- "alibabacloud/emr": "self.version",
- "alibabacloud/ess": "self.version",
- "alibabacloud/facebody": "self.version",
- "alibabacloud/fnf": "self.version",
- "alibabacloud/foas": "self.version",
- "alibabacloud/ft": "self.version",
- "alibabacloud/goodstech": "self.version",
- "alibabacloud/gpdb": "self.version",
- "alibabacloud/green": "self.version",
- "alibabacloud/hbase": "self.version",
- "alibabacloud/hpc": "self.version",
- "alibabacloud/hsm": "self.version",
- "alibabacloud/httpdns": "self.version",
- "alibabacloud/idst": "self.version",
- "alibabacloud/imageaudit": "self.version",
- "alibabacloud/imageenhan": "self.version",
- "alibabacloud/imagerecog": "self.version",
- "alibabacloud/imagesearch": "self.version",
- "alibabacloud/imageseg": "self.version",
- "alibabacloud/imm": "self.version",
- "alibabacloud/industrybrain": "self.version",
- "alibabacloud/iot": "self.version",
- "alibabacloud/iqa": "self.version",
- "alibabacloud/itaas": "self.version",
- "alibabacloud/ivision": "self.version",
- "alibabacloud/ivpd": "self.version",
- "alibabacloud/jaq": "self.version",
- "alibabacloud/jarvis": "self.version",
- "alibabacloud/jarvispublic": "self.version",
- "alibabacloud/kms": "self.version",
- "alibabacloud/linkedmall": "self.version",
- "alibabacloud/linkface": "self.version",
- "alibabacloud/linkwan": "self.version",
- "alibabacloud/live": "self.version",
- "alibabacloud/lubancloud": "self.version",
- "alibabacloud/lubanruler": "self.version",
- "alibabacloud/market": "self.version",
- "alibabacloud/mopen": "self.version",
- "alibabacloud/mts": "self.version",
- "alibabacloud/multimediaai": "self.version",
- "alibabacloud/nas": "self.version",
- "alibabacloud/netana": "self.version",
- "alibabacloud/nlp": "self.version",
- "alibabacloud/nlpautoml": "self.version",
- "alibabacloud/nlscloudmeta": "self.version",
- "alibabacloud/nlsfiletrans": "self.version",
- "alibabacloud/objectdet": "self.version",
- "alibabacloud/ocr": "self.version",
- "alibabacloud/ocs": "self.version",
- "alibabacloud/oms": "self.version",
- "alibabacloud/ons": "self.version",
- "alibabacloud/openanalytics": "self.version",
- "alibabacloud/ossadmin": "self.version",
- "alibabacloud/ots": "self.version",
- "alibabacloud/petadata": "self.version",
- "alibabacloud/polardb": "self.version",
- "alibabacloud/productcatalog": "self.version",
- "alibabacloud/pts": "self.version",
- "alibabacloud/push": "self.version",
- "alibabacloud/pvtz": "self.version",
- "alibabacloud/qualitycheck": "self.version",
- "alibabacloud/ram": "self.version",
- "alibabacloud/rds": "self.version",
- "alibabacloud/reid": "self.version",
- "alibabacloud/retailcloud": "self.version",
- "alibabacloud/rkvstore": "self.version",
- "alibabacloud/ros": "self.version",
- "alibabacloud/rtc": "self.version",
- "alibabacloud/saf": "self.version",
- "alibabacloud/sas": "self.version",
- "alibabacloud/sasapi": "self.version",
- "alibabacloud/scdn": "self.version",
- "alibabacloud/schedulerx2": "self.version",
- "alibabacloud/skyeye": "self.version",
- "alibabacloud/slb": "self.version",
- "alibabacloud/smartag": "self.version",
- "alibabacloud/smc": "self.version",
- "alibabacloud/sms": "self.version",
- "alibabacloud/smsintl": "self.version",
- "alibabacloud/snsuapi": "self.version",
- "alibabacloud/sts": "self.version",
- "alibabacloud/taginner": "self.version",
- "alibabacloud/tesladam": "self.version",
- "alibabacloud/teslamaxcompute": "self.version",
- "alibabacloud/teslastream": "self.version",
- "alibabacloud/ubsms": "self.version",
- "alibabacloud/ubsmsinner": "self.version",
- "alibabacloud/uis": "self.version",
- "alibabacloud/unimkt": "self.version",
- "alibabacloud/vod": "self.version",
- "alibabacloud/vpc": "self.version",
- "alibabacloud/vs": "self.version",
- "alibabacloud/wafopenapi": "self.version",
- "alibabacloud/welfareinner": "self.version",
- "alibabacloud/xspace": "self.version",
- "alibabacloud/xtrace": "self.version",
- "alibabacloud/yqbridge": "self.version",
- "alibabacloud/yundun": "self.version"
- },
- "require-dev": {
- "composer/composer": "^1.8",
- "league/climate": "^3.2.4",
- "phpunit/phpunit": "^4.8",
- "symfony/dotenv": "^3.4",
- "symfony/var-dumper": "^3.4"
- },
- "suggest": {
- "ext-sockets": "To use client-side monitoring"
- },
- "time": "2019-12-20T05:51:32+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "AlibabaCloud\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Alibaba Cloud SDK",
- "email": "sdk-team@alibabacloud.com",
- "homepage": "http://www.alibabacloud.com"
- }
- ],
- "description": "Alibaba Cloud SDK for PHP - Easier to Use Alibaba Cloud in your PHP project",
- "homepage": "https://www.alibabacloud.com/",
- "keywords": [
- "alibaba",
- "alibabacloud",
- "aliyun",
- "cloud",
- "library",
- "sdk"
- ]
- },
- {
- "name": "clagiordano/weblibs-configmanager",
- "version": "v1.0.7",
- "version_normalized": "1.0.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/clagiordano/weblibs-configmanager.git",
- "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/6ef4c27354368deb2f54b39bbe06601da8c873a0",
- "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4"
- },
- "require-dev": {
- "clagiordano/phpunit-result-printer": "^1",
- "phpunit/phpunit": "^4.8"
- },
- "time": "2019-09-25T22:10:10+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "clagiordano\\weblibs\\configmanager\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0-or-later"
- ],
- "authors": [
- {
- "name": "Claudio Giordano",
- "email": "claudio.giordano@autistici.org",
- "role": "Developer"
- }
- ],
- "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
- "keywords": [
- "clagiordano",
- "configuration",
- "manager",
- "tool",
- "weblibs"
- ]
- },
- {
- "name": "danielstjules/stringy",
- "version": "3.1.0",
- "version_normalized": "3.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/danielstjules/Stringy.git",
- "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
- "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "symfony/polyfill-mbstring": "~1.1"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "time": "2017-06-12T01:10:27+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Stringy\\": "src/"
- },
- "files": [
- "src/Create.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Daniel St. Jules",
- "email": "danielst.jules@gmail.com",
- "homepage": "http://www.danielstjules.com"
- }
- ],
- "description": "A string manipulation library with multibyte support",
- "homepage": "https://github.com/danielstjules/Stringy",
- "keywords": [
- "UTF",
- "helpers",
- "manipulation",
- "methods",
- "multibyte",
- "string",
- "utf-8",
- "utility",
- "utils"
- ]
- },
- {
- "name": "guzzlehttp/guzzle",
- "version": "6.5.0",
- "version_normalized": "6.5.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
- "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.6.1",
- "php": ">=5.5"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.1"
- },
- "suggest": {
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
- "psr/log": "Required for using the Log middleware"
- },
- "time": "2019-12-07T18:20:45+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ]
- },
- {
- "name": "guzzlehttp/promises",
- "version": "v1.3.1",
- "version_normalized": "1.3.1.0",
- "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"
- },
- "time": "2016-12-20T10:07:11+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "1.6.1",
- "version_normalized": "1.6.1.0",
- "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"
- },
- "time": "2019-07-01T23:21:34+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.6-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "mtdowling/jmespath.php",
- "version": "2.4.0",
- "version_normalized": "2.4.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jmespath/jmespath.php.git",
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "time": "2016-12-03T22:08:25+00:00",
- "bin": [
- "bin/jp.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "JmesPath\\": "src/"
- },
- "files": [
- "src/JmesPath.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Declaratively specify how to extract elements from a JSON document",
- "keywords": [
- "json",
- "jsonpath"
- ]
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "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"
- },
- "time": "2016-08-06T14:39:51+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "3.0.3",
- "version_normalized": "3.0.3.0",
- "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"
- },
- "time": "2019-03-08T08:55:37+00:00",
- "type": "library",
- "installation-source": "dist",
- "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."
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.13.1",
- "version_normalized": "1.13.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
- "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "time": "2019-11-27T14:18:11+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.13-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- }
- ]
|