123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050 |
- {
- "_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": "335ffd2cecfc0689ca1dd7d9c880835b",
- "packages": [
- {
- "name": "cakephp/cache",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/cache.git",
- "reference": "a354c07ba284508d119d0a05e2f9583b592a2e64"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/cache/zipball/a354c07ba284508d119d0a05e2f9583b592a2e64",
- "reference": "a354c07ba284508d119d0a05e2f9583b592a2e64",
- "shasum": ""
- },
- "require": {
- "cakephp/core": "^3.6.0",
- "php": ">=5.6.0",
- "psr/simple-cache": "^1.0.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Cache\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/cache/graphs/contributors"
- }
- ],
- "description": "Easy to use Caching library with support for multiple caching backends",
- "homepage": "https://cakephp.org",
- "keywords": [
- "cache",
- "caching",
- "cakephp"
- ],
- "time": "2019-04-17T01:27:05+00:00"
- },
- {
- "name": "cakephp/collection",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/collection.git",
- "reference": "4c3b790d4703cc88cb75815b0e7f02a1a82b8d57"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/collection/zipball/4c3b790d4703cc88cb75815b0e7f02a1a82b8d57",
- "reference": "4c3b790d4703cc88cb75815b0e7f02a1a82b8d57",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Collection\\": "."
- },
- "files": [
- "functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/collection/graphs/contributors"
- }
- ],
- "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
- "homepage": "https://cakephp.org",
- "keywords": [
- "arrays",
- "cakephp",
- "collections",
- "iterators"
- ],
- "time": "2019-01-08T15:11:44+00:00"
- },
- {
- "name": "cakephp/core",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/core.git",
- "reference": "f9d9823439e3c82fdb3f69d2c9210bab67e721af"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/core/zipball/f9d9823439e3c82fdb3f69d2c9210bab67e721af",
- "reference": "f9d9823439e3c82fdb3f69d2c9210bab67e721af",
- "shasum": ""
- },
- "require": {
- "cakephp/utility": "^3.6.0",
- "php": ">=5.6.0"
- },
- "suggest": {
- "cakephp/cache": "To use Configure::store() and restore().",
- "cakephp/event": "To use PluginApplicationInterface or plugin applications."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Core\\": "."
- },
- "files": [
- "functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/core/graphs/contributors"
- }
- ],
- "description": "CakePHP Framework Core classes",
- "homepage": "https://cakephp.org",
- "keywords": [
- "cakephp",
- "core",
- "framework"
- ],
- "time": "2019-04-15T14:21:39+00:00"
- },
- {
- "name": "cakephp/database",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/database.git",
- "reference": "9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/database/zipball/9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7",
- "reference": "9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7",
- "shasum": ""
- },
- "require": {
- "cakephp/cache": "^3.6.0",
- "cakephp/core": "^3.6.0",
- "cakephp/datasource": "^3.6.0",
- "cakephp/log": "^3.6.0",
- "php": ">=5.6.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Database\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/database/graphs/contributors"
- }
- ],
- "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
- "homepage": "https://cakephp.org",
- "keywords": [
- "abstraction",
- "cakephp",
- "database",
- "database abstraction",
- "pdo"
- ],
- "time": "2019-03-04T17:27:24+00:00"
- },
- {
- "name": "cakephp/datasource",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/datasource.git",
- "reference": "08b5367426f4ee0388bd598fcf2bb994cd0f92c4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/datasource/zipball/08b5367426f4ee0388bd598fcf2bb994cd0f92c4",
- "reference": "08b5367426f4ee0388bd598fcf2bb994cd0f92c4",
- "shasum": ""
- },
- "require": {
- "cakephp/core": "^3.6.0",
- "php": ">=5.6.0"
- },
- "suggest": {
- "cakephp/cache": "If you decide to use Query caching.",
- "cakephp/collection": "If you decide to use ResultSetInterface.",
- "cakephp/utility": "If you decide to use EntityTrait."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Datasource\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/datasource/graphs/contributors"
- }
- ],
- "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
- "homepage": "https://cakephp.org",
- "keywords": [
- "cakephp",
- "connection management",
- "datasource",
- "entity",
- "query"
- ],
- "time": "2019-02-14T16:36:35+00:00"
- },
- {
- "name": "cakephp/log",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/log.git",
- "reference": "f2132d585e848f5273a36ca1b62dfbd56c1557b9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/log/zipball/f2132d585e848f5273a36ca1b62dfbd56c1557b9",
- "reference": "f2132d585e848f5273a36ca1b62dfbd56c1557b9",
- "shasum": ""
- },
- "require": {
- "cakephp/core": "^3.6.0",
- "php": ">=5.6.0",
- "psr/log": "^1.0.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Log\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/log/graphs/contributors"
- }
- ],
- "description": "CakePHP logging library with support for multiple different streams",
- "homepage": "https://cakephp.org",
- "keywords": [
- "Streams",
- "cakephp",
- "log",
- "logging"
- ],
- "time": "2019-02-05T13:29:41+00:00"
- },
- {
- "name": "cakephp/utility",
- "version": "3.7.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/utility.git",
- "reference": "329654495c4cf966ac75832e502ec939542928fb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/utility/zipball/329654495c4cf966ac75832e502ec939542928fb",
- "reference": "329654495c4cf966ac75832e502ec939542928fb",
- "shasum": ""
- },
- "require": {
- "cakephp/core": "^3.6.0",
- "php": ">=5.6.0"
- },
- "suggest": {
- "ext-intl": "To use Text::transliterate() or Text::slug()",
- "lib-ICU": "To use Text::transliterate() or Text::slug()"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cake\\Utility\\": "."
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/utility/graphs/contributors"
- }
- ],
- "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
- "homepage": "https://cakephp.org",
- "keywords": [
- "cakephp",
- "hash",
- "inflector",
- "security",
- "string",
- "utility"
- ],
- "time": "2019-03-14T14:41:29+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": "psr/simple-cache",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/simple-cache.git",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\SimpleCache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for simple caching",
- "keywords": [
- "cache",
- "caching",
- "psr",
- "psr-16",
- "simple-cache"
- ],
- "time": "2017-10-23T01:57:42+00:00"
- },
- {
- "name": "robmorgan/phinx",
- "version": "0.10.7",
- "source": {
- "type": "git",
- "url": "https://github.com/cakephp/phinx.git",
- "reference": "ba2dae98bb69d39531311e8fd72dd51e8e06ff32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/cakephp/phinx/zipball/ba2dae98bb69d39531311e8fd72dd51e8e06ff32",
- "reference": "ba2dae98bb69d39531311e8fd72dd51e8e06ff32",
- "shasum": ""
- },
- "require": {
- "cakephp/collection": "^3.6",
- "cakephp/database": "^3.6",
- "php": ">=5.6",
- "symfony/config": "^2.8|^3.0|^4.0",
- "symfony/console": "^2.8|^3.0|^4.0",
- "symfony/yaml": "^2.8|^3.0|^4.0"
- },
- "require-dev": {
- "cakephp/cakephp-codesniffer": "^3.0",
- "phpunit/phpunit": ">=5.7,<7.0",
- "sebastian/comparator": ">=1.2.3"
- },
- "bin": [
- "bin/phinx"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Phinx\\": "src/Phinx/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Woody Gilk",
- "email": "woody.gilk@gmail.com",
- "homepage": "http://shadowhand.me",
- "role": "Developer"
- },
- {
- "name": "Rob Morgan",
- "email": "robbym@gmail.com",
- "homepage": "https://robmorgan.id.au",
- "role": "Lead Developer"
- },
- {
- "name": "Richard Quadling",
- "email": "rquadling@gmail.com",
- "role": "Developer"
- },
- {
- "name": "CakePHP Community",
- "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
- }
- ],
- "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
- "homepage": "https://phinx.org",
- "keywords": [
- "database",
- "database migrations",
- "db",
- "migrations",
- "phinx"
- ],
- "time": "2019-04-25T09:12:16+00:00"
- },
- {
- "name": "symfony/config",
- "version": "v4.2.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/config.git",
- "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/0e745ead307d5dcd4e163e94a47ec04b1428943f",
- "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/filesystem": "~3.4|~4.0",
- "symfony/polyfill-ctype": "~1.8"
- },
- "conflict": {
- "symfony/finder": "<3.4"
- },
- "require-dev": {
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/event-dispatcher": "~3.4|~4.0",
- "symfony/finder": "~3.4|~4.0",
- "symfony/yaml": "~3.4|~4.0"
- },
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Config\\": ""
- },
- "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 Config Component",
- "homepage": "https://symfony.com",
- "time": "2019-04-01T14:03:25+00:00"
- },
- {
- "name": "symfony/console",
- "version": "v4.2.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
- "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/contracts": "^1.0",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "conflict": {
- "symfony/dependency-injection": "<3.4",
- "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": "~3.4|~4.0",
- "symfony/lock": "~3.4|~4.0",
- "symfony/process": "~3.4|~4.0"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-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-04-08T14:23:48+00:00"
- },
- {
- "name": "symfony/contracts",
- "version": "v1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/contracts.git",
- "reference": "d3636025e8253c6144358ec0a62773cae588395b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
- "reference": "d3636025e8253c6144358ec0a62773cae588395b",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3"
- },
- "require-dev": {
- "psr/cache": "^1.0",
- "psr/container": "^1.0",
- "symfony/polyfill-intl-idn": "^1.10"
- },
- "suggest": {
- "psr/cache": "When using the Cache contracts",
- "psr/container": "When using the Service contracts",
- "symfony/cache-contracts-implementation": "",
- "symfony/event-dispatcher-implementation": "",
- "symfony/http-client-contracts-implementation": "",
- "symfony/service-contracts-implementation": "",
- "symfony/translation-contracts-implementation": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\": ""
- },
- "exclude-from-classmap": [
- "**/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A set of abstractions extracted out of the Symfony components",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "time": "2019-04-27T14:29:50+00:00"
- },
- {
- "name": "symfony/filesystem",
- "version": "v4.2.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
- "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/polyfill-ctype": "~1.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
- },
- "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 Filesystem Component",
- "homepage": "https://symfony.com",
- "time": "2019-02-07T11:40:08+00:00"
- },
- {
- "name": "symfony/polyfill-ctype",
- "version": "v1.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "82ebae02209c21113908c229e9883c419720738a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
- "reference": "82ebae02209c21113908c229e9883c419720738a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-ctype": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.11-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- },
- {
- "name": "Gert de Pagter",
- "email": "BackEndTea@gmail.com"
- }
- ],
- "description": "Symfony polyfill for ctype functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "ctype",
- "polyfill",
- "portable"
- ],
- "time": "2019-02-06T07:57:58+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/yaml",
- "version": "v4.2.8",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
- "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
- "shasum": ""
- },
- "require": {
- "php": "^7.1.3",
- "symfony/polyfill-ctype": "~1.8"
- },
- "conflict": {
- "symfony/console": "<3.4"
- },
- "require-dev": {
- "symfony/console": "~3.4|~4.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Yaml\\": ""
- },
- "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 Yaml Component",
- "homepage": "https://symfony.com",
- "time": "2019-03-30T15:58:42+00:00"
- },
- {
- "name": "topthink/framework",
- "version": "v5.1.37",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "c434854cbb5e680ecaf4c7191ddb7e672059d286"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/c434854cbb5e680ecaf4c7191ddb7e672059d286",
- "reference": "c434854cbb5e680ecaf4c7191ddb7e672059d286",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6.0",
- "topthink/think-installer": "2.*"
- },
- "require-dev": {
- "johnkary/phpunit-speedtrap": "^1.0",
- "mikey179/vfsstream": "~1.6",
- "phpdocumentor/reflection-docblock": "^2.0",
- "phploc/phploc": "2.*",
- "phpunit/phpunit": "^5.0|^6.0",
- "sebastian/phpcpd": "2.*",
- "squizlabs/php_codesniffer": "2.*"
- },
- "type": "think-framework",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- },
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "the new thinkphp framework",
- "homepage": "http://thinkphp.cn/",
- "keywords": [
- "framework",
- "orm",
- "thinkphp"
- ],
- "time": "2019-05-24T03:04:09+00:00"
- },
- {
- "name": "topthink/think-installer",
- "version": "v2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "f5400a12c60e513911aef41fe443fa6920952675"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
- "reference": "f5400a12c60e513911aef41fe443fa6920952675",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0"
- },
- "require-dev": {
- "composer/composer": "1.0.*@dev"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "think\\composer\\Plugin"
- },
- "autoload": {
- "psr-4": {
- "think\\composer\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "time": "2018-05-11T06:45:42+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.6.0"
- },
- "platform-dev": []
- }
|