| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974 |
- {
- "_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": "38a91e89ef02499d848149731ecf246e",
- "packages": [
- {
- "name": "graham-campbell/result-type",
- "version": "1.1.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/GrahamCampbell/Result-Type.git",
- "reference": "60c5f57bee20beb1a4a3cc5fe9170de4a64521d2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/60c5f57bee20beb1a4a3cc5fe9170de4a64521d2",
- "reference": "60c5f57bee20beb1a4a3cc5fe9170de4a64521d2",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
- },
- "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/1.1"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
- "type": "tidelift"
- }
- ],
- "time": "2023-02-25T23:46:23+00:00"
- },
- {
- "name": "phalapi/cli",
- "version": "v3.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/cli.git",
- "reference": "acc87dade93c8dfb2e92f52dd8bc095dc3ab50b2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/cli/zipball/acc87dade93c8dfb2e92f52dd8bc095dc3ab50b2",
- "reference": "acc87dade93c8dfb2e92f52dd8bc095dc3ab50b2",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3.3",
- "ulrichsg/getopt-php": "3.4.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhalApi\\CLI\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "dogstar huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- }
- ],
- "description": "PhalApi 2.x 扩展类库 - CLI命令行,可用于开发命令行应用,基于GetOpt,主要作用是将命令参数进行解析和处理。",
- "homepage": "https://www.phalapi.net/",
- "keywords": [
- "cli",
- "phalapi",
- "phalapi-cli"
- ],
- "support": {
- "issues": "https://github.com/phalapi/cli/issues",
- "source": "https://github.com/phalapi/cli/tree/v3.4.0"
- },
- "time": "2022-12-08T11:01:04+00:00"
- },
- {
- "name": "phalapi/kernal",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/kernal.git",
- "reference": "73f19bda20a22fe8abf3959b66ac523309988f0c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/kernal/zipball/73f19bda20a22fe8abf3959b66ac523309988f0c",
- "reference": "73f19bda20a22fe8abf3959b66ac523309988f0c",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "phalapi/notorm": "2.0.1",
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/bootstrap.php",
- "src/functions.php"
- ],
- "psr-4": {
- "PhalApi\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Dogstar Huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- },
- {
- "name": "kwan",
- "email": "303198069@qq.com",
- "role": "Developer"
- }
- ],
- "description": "PhalApi 2.0 框架核心部分。",
- "homepage": "https://www.phalapi.net/",
- "keywords": [
- "api",
- "framework",
- "phalapi"
- ],
- "support": {
- "issues": "https://github.com/phalapi/kernal/issues",
- "source": "https://github.com/phalapi/kernal/tree/master"
- },
- "time": "2017-09-03T03:01:09+00:00"
- },
- {
- "name": "phalapi/notorm",
- "version": "v2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/notorm.git",
- "reference": "e1f984b30f6bec5a244f343db1a8fc060ae6291c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/notorm/zipball/e1f984b30f6bec5a244f343db1a8fc060ae6291c",
- "reference": "e1f984b30f6bec5a244f343db1a8fc060ae6291c",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhalApi\\NotORM\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Dogstar Huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- }
- ],
- "description": "基于NotORM类库的优化版本,专门用于PhalApi 2.x 开源接口框架。",
- "homepage": "http://www.phalapi.net",
- "keywords": [
- "api",
- "notorm",
- "phalapi"
- ],
- "support": {
- "issues": "https://github.com/phalapi/notorm/issues",
- "source": "https://github.com/phalapi/notorm/tree/v2.0.1"
- },
- "time": "2017-08-05T09:01:43+00:00"
- },
- {
- "name": "phalapi/qiniu",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/qiniu.git",
- "reference": "91592b86317441a47ec067c16e149a7e10ca9a5f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/qiniu/zipball/91592b86317441a47ec067c16e149a7e10ca9a5f",
- "reference": "91592b86317441a47ec067c16e149a7e10ca9a5f",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "qiniu/qiniu": "*"
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhalApi\\Qiniu\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "dogstar huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- }
- ],
- "description": "PhalApi 2.x 扩展类库:七牛云存储接口调用",
- "homepage": "https://www.phalapi.net/",
- "keywords": [
- "phalapi",
- "phalapi-qiniu",
- "qiniu"
- ],
- "support": {
- "issues": "https://github.com/phalapi/qiniu/issues",
- "source": "https://github.com/phalapi/qiniu/tree/master"
- },
- "time": "2019-06-26T13:39:56+00:00"
- },
- {
- "name": "phalapi/qrcode",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/qrcode.git",
- "reference": "cbb3c5f3f95a7902b0a72786a77495ada0c006b7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/qrcode/zipball/cbb3c5f3f95a7902b0a72786a77495ada0c006b7",
- "reference": "cbb3c5f3f95a7902b0a72786a77495ada0c006b7",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhalApi\\QrCode\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "dogstar huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- }
- ],
- "description": "PhalApi 2.x 扩展类库:基于QRCode实现的二维码扩展",
- "homepage": "https://www.phalapi.net/",
- "keywords": [
- "phalapi",
- "phalapi-qrcode",
- "qrcode",
- "二维码"
- ],
- "support": {
- "issues": "https://github.com/phalapi/qrcode/issues",
- "source": "https://github.com/phalapi/qrcode/tree/master"
- },
- "time": "2017-12-29T12:03:03+00:00"
- },
- {
- "name": "phalapi/task",
- "version": "v2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phalapi/task.git",
- "reference": "274d075ac6a578a87f2e1fcceca657d3bfa6d9e3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phalapi/task/zipball/274d075ac6a578a87f2e1fcceca657d3bfa6d9e3",
- "reference": "274d075ac6a578a87f2e1fcceca657d3bfa6d9e3",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "phalapi/kernal": "2.0.*",
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhalApi\\Task\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Dogstar Huang",
- "email": "chanzonghuang@gmail.com",
- "homepage": "http://my.oschina.net/dogstar",
- "role": "Developer"
- }
- ],
- "description": "PhalApi 2.x 扩展类库 - Task计划任务,以接口服务形式实现的新型计划任务。",
- "homepage": "https://www.phalapi.net/",
- "keywords": [
- "phalapi",
- "phalapi-task",
- "task"
- ],
- "support": {
- "issues": "https://github.com/phalapi/task/issues",
- "source": "https://github.com/phalapi/task/tree/master"
- },
- "time": "2017-07-21T14:12:08+00:00"
- },
- {
- "name": "phpoption/phpoption",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/php-option.git",
- "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
- "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": "^7.2.5 || ^8.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
- },
- "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.1"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
- "type": "tidelift"
- }
- ],
- "time": "2023-02-25T19:38:58+00:00"
- },
- {
- "name": "qiniu/qiniu",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/hfcorriez/php-qiniu.git",
- "reference": "6b43b5020ec78b4cb68fb337ae8937c1679d5aef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hfcorriez/php-qiniu/zipball/6b43b5020ec78b4cb68fb337ae8937c1679d5aef",
- "reference": "6b43b5020ec78b4cb68fb337ae8937c1679d5aef",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3.9"
- },
- "default-branch": true,
- "type": "library",
- "autoload": {
- "psr-0": {
- "Qiniu": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Corrie Zhao",
- "email": "hfcorriez@gmail.com"
- }
- ],
- "description": "Qiniu SDK",
- "keywords": [
- "api",
- "cloud storage",
- "qiniu",
- "sdk"
- ],
- "support": {
- "issues": "https://github.com/hfcorriez/php-qiniu/issues",
- "source": "https://github.com/hfcorriez/php-qiniu/tree/master"
- },
- "time": "2016-04-14T15:38:21+00:00"
- },
- {
- "name": "symfony/polyfill-ctype",
- "version": "dev-main",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=7.1"
- },
- "provide": {
- "ext-ctype": "*"
- },
- "suggest": {
- "ext-ctype": "For best performance"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-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/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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "dev-main",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "42292d99c55abe617799667f454222c54c60e229"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
- "reference": "42292d99c55abe617799667f454222c54c60e229",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=7.1"
- },
- "provide": {
- "ext-mbstring": "*"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-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/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": "2023-07-28T09:04:16+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "dev-main",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=7.1"
- },
- "default-branch": true,
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-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/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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "ulrichsg/getopt-php",
- "version": "v3.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/getopt-php/getopt-php.git",
- "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
- "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8",
- "squizlabs/php_codesniffer": "^2.7"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GetOpt\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ulrich Schmidt-Goertz",
- "email": "ulrich@schmidt-goertz.de"
- },
- {
- "name": "Thomas Flori",
- "email": "thflori@gmail.com"
- }
- ],
- "description": "Command line arguments parser for PHP 5.4 - 7.3",
- "homepage": "http://getopt-php.github.io/getopt-php",
- "support": {
- "issues": "https://github.com/getopt-php/getopt-php/issues",
- "source": "https://github.com/getopt-php/getopt-php/tree/v3.4.0"
- },
- "time": "2020-07-14T06:09:04+00:00"
- },
- {
- "name": "vlucas/phpdotenv",
- "version": "5.4.x-dev",
- "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": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "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."
- },
- "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": [],
- "aliases": [],
- "minimum-stability": "dev",
- "stability-flags": {
- "phalapi/qrcode": 20,
- "phalapi/qiniu": 20,
- "vlucas/phpdotenv": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.3.0"
- }
|