You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
461 lines
16 KiB
461 lines
16 KiB
{ |
|
"_readme": [ |
|
"This file locks the dependencies of your project to a known state", |
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
"This file is @generated automatically" |
|
], |
|
"content-hash": "e341dd3328614afef7506dc027f4e0e1", |
|
"packages": [ |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "v1.8.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", |
|
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "~7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": ">2.2,<2.4" |
|
}, |
|
"require-dev": { |
|
"alcaeus/mongo-php-adapter": "^1.1", |
|
"doctrine/coding-standard": "^4.0", |
|
"mongodb/mongodb": "^1.1", |
|
"phpunit/phpunit": "^7.0", |
|
"predis/predis": "~1.0" |
|
}, |
|
"suggest": { |
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.8.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
} |
|
], |
|
"description": "Caching library offering an object-oriented API for many cache backends", |
|
"homepage": "https://www.doctrine-project.org", |
|
"keywords": [ |
|
"cache", |
|
"caching" |
|
], |
|
"time": "2018-08-21T18:01:43+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/dbal", |
|
"version": "v2.9.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/dbal.git", |
|
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", |
|
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/cache": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"ext-pdo": "*", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"jetbrains/phpstorm-stubs": "^2018.1.2", |
|
"phpstan/phpstan": "^0.10.1", |
|
"phpunit/phpunit": "^7.4", |
|
"symfony/console": "^2.0.5|^3.0|^4.0", |
|
"symfony/phpunit-bridge": "^3.4.5|^4.0.5" |
|
}, |
|
"suggest": { |
|
"symfony/console": "For helpful console commands such as SQL execution and import of files." |
|
}, |
|
"bin": [ |
|
"bin/doctrine-dbal" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.9.x-dev", |
|
"dev-develop": "3.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com" |
|
} |
|
], |
|
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", |
|
"homepage": "https://www.doctrine-project.org/projects/dbal.html", |
|
"keywords": [ |
|
"abstraction", |
|
"database", |
|
"dbal", |
|
"mysql", |
|
"persistence", |
|
"pgsql", |
|
"php", |
|
"queryobject" |
|
], |
|
"time": "2018-12-31T03:27:51+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/event-manager", |
|
"version": "v1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/event-manager.git", |
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", |
|
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.9@dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^4.0", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "Doctrine Event Manager component", |
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html", |
|
"keywords": [ |
|
"event", |
|
"eventdispatcher", |
|
"eventmanager" |
|
], |
|
"time": "2018-06-11T11:59:03+00:00" |
|
}, |
|
{ |
|
"name": "phpoption/phpoption", |
|
"version": "1.5.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/php-option.git", |
|
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
|
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "4.7.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"PhpOption\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache2" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
} |
|
], |
|
"description": "Option Type for PHP", |
|
"keywords": [ |
|
"language", |
|
"option", |
|
"php", |
|
"type" |
|
], |
|
"time": "2015-07-25T16:39:46+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": "vlucas/phpdotenv", |
|
"version": "v3.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/vlucas/phpdotenv.git", |
|
"reference": "5084b23845c24dbff8ac6c204290c341e4776c92" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5084b23845c24dbff8ac6c204290c341e4776c92", |
|
"reference": "5084b23845c24dbff8ac6c204290c341e4776c92", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^5.4 || ^7.0", |
|
"phpoption/phpoption": "^1.5", |
|
"symfony/polyfill-ctype": "^1.9" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.4-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Dotenv\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Vance Lucas", |
|
"email": "vance@vancelucas.com", |
|
"homepage": "http://www.vancelucas.com" |
|
} |
|
], |
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
|
"keywords": [ |
|
"dotenv", |
|
"env", |
|
"environment" |
|
], |
|
"time": "2019-06-15T22:40:20+00:00" |
|
} |
|
], |
|
"packages-dev": [ |
|
{ |
|
"name": "squizlabs/php_codesniffer", |
|
"version": "3.4.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
|
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
|
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-simplexml": "*", |
|
"ext-tokenizer": "*", |
|
"ext-xmlwriter": "*", |
|
"php": ">=5.4.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
|
}, |
|
"bin": [ |
|
"bin/phpcs", |
|
"bin/phpcbf" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.x-dev" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Greg Sherwood", |
|
"role": "lead" |
|
} |
|
], |
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
|
"keywords": [ |
|
"phpcs", |
|
"standards" |
|
], |
|
"time": "2019-04-10T23:49:02+00:00" |
|
} |
|
], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [] |
|
}
|
|
|