summaryrefslogtreecommitdiff
path: root/vendor/doctrine/collections/composer.json
diff options
context:
space:
mode:
authorDevian <devianleong@gmail.com>2021-04-22 17:11:12 +0800
committerDevian <devianleong@gmail.com>2021-04-22 17:11:12 +0800
commitbf68fa166afb95d682007e7671c2b0692227bec5 (patch)
tree26091a1e5a821905b8bdba73fd1ddb95e12f887e /vendor/doctrine/collections/composer.json
parent745cf2431a71d0e6c5f08f8605839279b2f7496e (diff)
Initial
Diffstat (limited to 'vendor/doctrine/collections/composer.json')
-rw-r--r--vendor/doctrine/collections/composer.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/vendor/doctrine/collections/composer.json b/vendor/doctrine/collections/composer.json
deleted file mode 100644
index f0b6a4a..0000000
--- a/vendor/doctrine/collections/composer.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "doctrine/collections",
- "type": "library",
- "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
- "keywords": [
- "php",
- "collections",
- "array",
- "iterators"
- ],
- "homepage": "https://www.doctrine-project.org/projects/collections.html",
- "license": "MIT",
- "authors": [
- {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
- {"name": "Roman Borschel", "email": "roman@code-factory.org"},
- {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
- {"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
- {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
- ],
- "require": {
- "php": "^7.1.3 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0",
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan-shim": "^0.9.2",
- "vimeo/psalm": "^3.8.1"
- },
- "autoload": {
- "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" }
- },
- "autoload-dev": {
- "psr-4": {
- "Doctrine\\Tests\\": "tests/Doctrine/Tests"
- }
- }
-}