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.
7930 lines
280 KiB
7930 lines
280 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#installing-dependencies", |
|
"This file is @generated automatically" |
|
], |
|
"content-hash": "613ef95f3c4a4380ce963531dcb65a74", |
|
"packages": [ |
|
{ |
|
"name": "doctrine/annotations", |
|
"version": "1.10.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", |
|
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "1.*", |
|
"ext-tokenizer": "*", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "1.*", |
|
"phpunit/phpunit": "^7.5" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.9.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
} |
|
], |
|
"description": "Docblock Annotations Parser", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"parser" |
|
], |
|
"time": "2020-04-02T12:33:25+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "1.10.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", |
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "~7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": ">2.2,<2.4" |
|
}, |
|
"require-dev": { |
|
"alcaeus/mongo-php-adapter": "^1.1", |
|
"doctrine/coding-standard": "^6.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.9.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
} |
|
], |
|
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", |
|
"homepage": "https://www.doctrine-project.org/projects/cache.html", |
|
"keywords": [ |
|
"abstraction", |
|
"apcu", |
|
"cache", |
|
"caching", |
|
"couchdb", |
|
"memcached", |
|
"php", |
|
"redis", |
|
"xcache" |
|
], |
|
"time": "2019-11-29T15:36:20+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/collections", |
|
"version": "1.6.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/collections.git", |
|
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", |
|
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1.3" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan-shim": "^0.9.2", |
|
"phpunit/phpunit": "^7.0", |
|
"vimeo/psalm": "^3.2.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.6.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
} |
|
], |
|
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", |
|
"homepage": "https://www.doctrine-project.org/projects/collections.html", |
|
"keywords": [ |
|
"array", |
|
"collections", |
|
"iterators", |
|
"php" |
|
], |
|
"time": "2019-11-13T13:07:11+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/common", |
|
"version": "2.12.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/common.git", |
|
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", |
|
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/cache": "^1.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"doctrine/inflector": "^1.0", |
|
"doctrine/lexer": "^1.0", |
|
"doctrine/persistence": "^1.1", |
|
"doctrine/reflection": "^1.0", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^1.0", |
|
"phpstan/phpstan": "^0.11", |
|
"phpstan/phpstan-phpunit": "^0.11", |
|
"phpunit/phpunit": "^7.0", |
|
"squizlabs/php_codesniffer": "^3.0", |
|
"symfony/phpunit-bridge": "^4.0.5" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.11.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", |
|
"homepage": "https://www.doctrine-project.org/projects/common.html", |
|
"keywords": [ |
|
"common", |
|
"doctrine", |
|
"php" |
|
], |
|
"time": "2020-01-10T15:49:25+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/dbal", |
|
"version": "v2.10.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/dbal.git", |
|
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", |
|
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/cache": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"ext-pdo": "*", |
|
"php": "^7.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"jetbrains/phpstorm-stubs": "^2019.1", |
|
"phpstan/phpstan": "^0.11.3", |
|
"phpunit/phpunit": "^8.4.1", |
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0" |
|
}, |
|
"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.10.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": "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" |
|
} |
|
], |
|
"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", |
|
"db2", |
|
"dbal", |
|
"mariadb", |
|
"mssql", |
|
"mysql", |
|
"oci8", |
|
"oracle", |
|
"pdo", |
|
"pgsql", |
|
"postgresql", |
|
"queryobject", |
|
"sasql", |
|
"sql", |
|
"sqlanywhere", |
|
"sqlite", |
|
"sqlserver", |
|
"sqlsrv" |
|
], |
|
"time": "2020-01-04T12:56:21+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-bundle", |
|
"version": "2.0.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineBundle.git", |
|
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6926771140ee87a823c3b2c72602de9dda4490d3", |
|
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": "^2.9.0", |
|
"doctrine/persistence": "^1.3.3", |
|
"jdorn/sql-formatter": "^1.2.16", |
|
"php": "^7.1", |
|
"symfony/cache": "^4.3.3|^5.0", |
|
"symfony/config": "^4.3.3|^5.0", |
|
"symfony/console": "^3.4.30|^4.3.3|^5.0", |
|
"symfony/dependency-injection": "^4.3.3|^5.0", |
|
"symfony/doctrine-bridge": "^4.3.7|^5.0", |
|
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", |
|
"symfony/service-contracts": "^1.1.1|^2.0" |
|
}, |
|
"conflict": { |
|
"doctrine/orm": "<2.6", |
|
"twig/twig": "<1.34|>=2.0,<2.4" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"doctrine/orm": "^2.6", |
|
"ocramius/proxy-manager": "^2.1", |
|
"phpunit/phpunit": "^7.5", |
|
"symfony/phpunit-bridge": "^4.2", |
|
"symfony/property-info": "^4.3.3|^5.0", |
|
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", |
|
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", |
|
"symfony/validator": "^3.4.30|^4.3.3|^5.0", |
|
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", |
|
"symfony/yaml": "^3.4.30|^4.3.3|^5.0", |
|
"twig/twig": "^1.34|^2.12" |
|
}, |
|
"suggest": { |
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
|
"symfony/web-profiler-bundle": "To use the data collector." |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Bundle\\DoctrineBundle\\": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "http://symfony.com/contributors" |
|
}, |
|
{ |
|
"name": "Doctrine Project", |
|
"homepage": "http://www.doctrine-project.org/" |
|
} |
|
], |
|
"description": "Symfony DoctrineBundle", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"orm", |
|
"persistence" |
|
], |
|
"time": "2020-01-18T11:56:15+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-migrations-bundle", |
|
"version": "2.1.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
|
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d", |
|
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/doctrine-bundle": "~1.0|~2.0", |
|
"doctrine/migrations": "^2.2", |
|
"php": "^7.1", |
|
"symfony/framework-bundle": "~3.4|~4.0|~5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"mikey179/vfsstream": "^1.6", |
|
"phpstan/phpstan": "^0.9.2", |
|
"phpstan/phpstan-strict-rules": "^0.9", |
|
"phpunit/phpunit": "^6.4|^7.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Bundle\\MigrationsBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Doctrine Project", |
|
"homepage": "http://www.doctrine-project.org" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "http://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony DoctrineMigrationsBundle", |
|
"homepage": "https://www.doctrine-project.org", |
|
"keywords": [ |
|
"dbal", |
|
"migrations", |
|
"schema" |
|
], |
|
"time": "2019-11-13T12:57:41+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/event-manager", |
|
"version": "1.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/event-manager.git", |
|
"reference": "629572819973f13486371cb611386eb17851e85c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", |
|
"reference": "629572819973f13486371cb611386eb17851e85c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.9@dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.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": "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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", |
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html", |
|
"keywords": [ |
|
"event", |
|
"event dispatcher", |
|
"event manager", |
|
"event system", |
|
"events" |
|
], |
|
"time": "2019-11-10T09:48:07+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/inflector", |
|
"version": "1.3.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/inflector.git", |
|
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", |
|
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^6.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
} |
|
], |
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"inflection", |
|
"pluralize", |
|
"singularize", |
|
"string" |
|
], |
|
"time": "2019-10-30T19:59:35+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/instantiator", |
|
"version": "1.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/instantiator.git", |
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", |
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"ext-pdo": "*", |
|
"ext-phar": "*", |
|
"phpbench/phpbench": "^0.13", |
|
"phpstan/phpstan-phpunit": "^0.11", |
|
"phpstan/phpstan-shim": "^0.11", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com", |
|
"homepage": "http://ocramius.github.com/" |
|
} |
|
], |
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html", |
|
"keywords": [ |
|
"constructor", |
|
"instantiate" |
|
], |
|
"time": "2019-10-21T16:45:58+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/lexer", |
|
"version": "1.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/lexer.git", |
|
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", |
|
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan": "^0.11.8", |
|
"phpunit/phpunit": "^8.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
} |
|
], |
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", |
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"lexer", |
|
"parser", |
|
"php" |
|
], |
|
"time": "2019-10-30T14:39:59+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/migrations", |
|
"version": "2.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/migrations.git", |
|
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934", |
|
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": "^2.9", |
|
"ocramius/package-versions": "^1.3", |
|
"ocramius/proxy-manager": "^2.0.2", |
|
"php": "^7.1", |
|
"symfony/console": "^3.4||^4.0||^5.0", |
|
"symfony/stopwatch": "^3.4||^4.0||^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"doctrine/orm": "^2.6", |
|
"ext-pdo_sqlite": "*", |
|
"jdorn/sql-formatter": "^1.1", |
|
"mikey179/vfsstream": "^1.6", |
|
"phpstan/phpstan": "^0.10", |
|
"phpstan/phpstan-deprecation-rules": "^0.10", |
|
"phpstan/phpstan-phpunit": "^0.10", |
|
"phpstan/phpstan-strict-rules": "^0.10", |
|
"phpunit/phpunit": "^7.0", |
|
"symfony/process": "^3.4||^4.0||^5.0", |
|
"symfony/yaml": "^3.4||^4.0||^5.0" |
|
}, |
|
"suggest": { |
|
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.", |
|
"symfony/yaml": "Allows the use of yaml for migration configuration files." |
|
}, |
|
"bin": [ |
|
"bin/doctrine-migrations" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com" |
|
}, |
|
{ |
|
"name": "Michael Simonson", |
|
"email": "contact@mikesimonson.com" |
|
} |
|
], |
|
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", |
|
"homepage": "https://www.doctrine-project.org/projects/migrations.html", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"migrations", |
|
"php" |
|
], |
|
"time": "2019-12-04T06:09:14+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/orm", |
|
"version": "v2.7.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/orm.git", |
|
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a", |
|
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.8", |
|
"doctrine/cache": "^1.9.1", |
|
"doctrine/collections": "^1.5", |
|
"doctrine/common": "^2.11", |
|
"doctrine/dbal": "^2.9.3", |
|
"doctrine/event-manager": "^1.1", |
|
"doctrine/instantiator": "^1.3", |
|
"doctrine/persistence": "^1.2", |
|
"ext-pdo": "*", |
|
"ocramius/package-versions": "^1.2", |
|
"php": "^7.1", |
|
"symfony/console": "^3.0|^4.0|^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"phpunit/phpunit": "^7.5", |
|
"symfony/yaml": "^3.4|^4.0|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
|
}, |
|
"bin": [ |
|
"bin/doctrine" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.7.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\ORM\\": "lib/Doctrine/ORM" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "Object-Relational-Mapper for PHP", |
|
"homepage": "https://www.doctrine-project.org/projects/orm.html", |
|
"keywords": [ |
|
"database", |
|
"orm" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine/orm", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-19T06:41:02+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/persistence", |
|
"version": "1.3.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/persistence.git", |
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", |
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/cache": "^1.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"doctrine/reflection": "^1.2", |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.10@dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan": "^0.11", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common", |
|
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", |
|
"homepage": "https://doctrine-project.org/projects/persistence.html", |
|
"keywords": [ |
|
"mapper", |
|
"object", |
|
"odm", |
|
"orm", |
|
"persistence" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-21T15:13:52+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/reflection", |
|
"version": "1.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/reflection.git", |
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", |
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"ext-tokenizer": "*", |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.9" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"doctrine/common": "^2.10", |
|
"phpstan/phpstan": "^0.11.0", |
|
"phpstan/phpstan-phpunit": "^0.11.0", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", |
|
"homepage": "https://www.doctrine-project.org/projects/reflection.html", |
|
"keywords": [ |
|
"reflection", |
|
"static" |
|
], |
|
"time": "2020-03-27T11:06:43+00:00" |
|
}, |
|
{ |
|
"name": "dompdf/dompdf", |
|
"version": "v0.8.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/dompdf/dompdf.git", |
|
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56", |
|
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-dom": "*", |
|
"ext-mbstring": "*", |
|
"phenx/php-font-lib": "^0.5.1", |
|
"phenx/php-svg-lib": "^0.3.3", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^7.5", |
|
"squizlabs/php_codesniffer": "^3.5" |
|
}, |
|
"suggest": { |
|
"ext-gd": "Needed to process images", |
|
"ext-gmagick": "Improves image processing performance", |
|
"ext-imagick": "Improves image processing performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-develop": "0.7-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Dompdf\\": "src/" |
|
}, |
|
"classmap": [ |
|
"lib/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-2.1" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
}, |
|
{ |
|
"name": "Brian Sweeney", |
|
"email": "eclecticgeek@gmail.com" |
|
}, |
|
{ |
|
"name": "Gabriel Bull", |
|
"email": "me@gabrielbull.com" |
|
} |
|
], |
|
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", |
|
"homepage": "https://github.com/dompdf/dompdf", |
|
"time": "2020-02-20T03:52:51+00:00" |
|
}, |
|
{ |
|
"name": "egulias/email-validator", |
|
"version": "2.1.17", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/egulias/EmailValidator.git", |
|
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", |
|
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "^1.0.1", |
|
"php": ">=5.5", |
|
"symfony/polyfill-intl-idn": "^1.10" |
|
}, |
|
"require-dev": { |
|
"dominicsayers/isemail": "^3.0.7", |
|
"phpunit/phpunit": "^4.8.36|^7.5.15", |
|
"satooshi/php-coveralls": "^1.0.1" |
|
}, |
|
"suggest": { |
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Egulias\\EmailValidator\\": "EmailValidator" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Eduardo Gulias Davis" |
|
} |
|
], |
|
"description": "A library for validating emails against several RFCs", |
|
"homepage": "https://github.com/egulias/EmailValidator", |
|
"keywords": [ |
|
"email", |
|
"emailvalidation", |
|
"emailvalidator", |
|
"validation", |
|
"validator" |
|
], |
|
"time": "2020-02-13T22:36:52+00:00" |
|
}, |
|
{ |
|
"name": "jdorn/sql-formatter", |
|
"version": "v1.2.17", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/jdorn/sql-formatter.git", |
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.2.4" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "3.7.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"classmap": [ |
|
"lib" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jeremy Dorn", |
|
"email": "jeremy@jeremydorn.com", |
|
"homepage": "http://jeremydorn.com/" |
|
} |
|
], |
|
"description": "a PHP SQL highlighting library", |
|
"homepage": "https://github.com/jdorn/sql-formatter/", |
|
"keywords": [ |
|
"highlight", |
|
"sql" |
|
], |
|
"time": "2014-01-12T16:20:24+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-code", |
|
"version": "3.4.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-code.git", |
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766", |
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-eventmanager": "^2.6 || ^3.0", |
|
"laminas/laminas-zendframework-bridge": "^1.0", |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"phpspec/prophecy": "<1.9.0" |
|
}, |
|
"replace": { |
|
"zendframework/zend-code": "self.version" |
|
}, |
|
"require-dev": { |
|
"doctrine/annotations": "^1.7", |
|
"ext-phar": "*", |
|
"laminas/laminas-coding-standard": "^1.0", |
|
"laminas/laminas-stdlib": "^2.7 || ^3.0", |
|
"phpunit/phpunit": "^7.5.16 || ^8.4" |
|
}, |
|
"suggest": { |
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
|
"laminas/laminas-stdlib": "Laminas\\Stdlib component" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.4.x-dev", |
|
"dev-develop": "3.5.x-dev", |
|
"dev-dev-4.0": "4.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Laminas\\Code\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation", |
|
"homepage": "https://laminas.dev", |
|
"keywords": [ |
|
"code", |
|
"laminas" |
|
], |
|
"time": "2019-12-31T16:28:24+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-eventmanager", |
|
"version": "3.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-eventmanager.git", |
|
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", |
|
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-zendframework-bridge": "^1.0", |
|
"php": "^5.6 || ^7.0" |
|
}, |
|
"replace": { |
|
"zendframework/zend-eventmanager": "self.version" |
|
}, |
|
"require-dev": { |
|
"athletic/athletic": "^0.1", |
|
"container-interop/container-interop": "^1.1.0", |
|
"laminas/laminas-coding-standard": "~1.0.0", |
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0", |
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" |
|
}, |
|
"suggest": { |
|
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.2-dev", |
|
"dev-develop": "3.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Laminas\\EventManager\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Trigger and listen to events within a PHP application", |
|
"homepage": "https://laminas.dev", |
|
"keywords": [ |
|
"event", |
|
"eventmanager", |
|
"events", |
|
"laminas" |
|
], |
|
"time": "2019-12-31T16:44:52+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-zendframework-bridge", |
|
"version": "1.0.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", |
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9", |
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^5.6 || ^7.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", |
|
"squizlabs/php_codesniffer": "^3.5" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev", |
|
"dev-develop": "1.1.x-dev" |
|
}, |
|
"laminas": { |
|
"module": "Laminas\\ZendFrameworkBridge" |
|
} |
|
}, |
|
"autoload": { |
|
"files": [ |
|
"src/autoload.php" |
|
], |
|
"psr-4": { |
|
"Laminas\\ZendFrameworkBridge\\": "src//" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Alias legacy ZF class names to Laminas Project equivalents.", |
|
"keywords": [ |
|
"ZendFramework", |
|
"autoloading", |
|
"laminas", |
|
"zf" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
"type": "community_bridge" |
|
} |
|
], |
|
"time": "2020-04-03T16:01:00+00:00" |
|
}, |
|
{ |
|
"name": "monolog/monolog", |
|
"version": "2.0.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Seldaek/monolog.git", |
|
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8", |
|
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2", |
|
"psr/log": "^1.0.1" |
|
}, |
|
"provide": { |
|
"psr/log-implementation": "1.0.0" |
|
}, |
|
"require-dev": { |
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
|
"doctrine/couchdb": "~1.0@dev", |
|
"elasticsearch/elasticsearch": "^6.0", |
|
"graylog2/gelf-php": "^1.4.2", |
|
"jakub-onderka/php-parallel-lint": "^0.9", |
|
"php-amqplib/php-amqplib": "~2.4", |
|
"php-console/php-console": "^3.1.3", |
|
"phpspec/prophecy": "^1.6.1", |
|
"phpunit/phpunit": "^8.3", |
|
"predis/predis": "^1.1", |
|
"rollbar/rollbar": "^1.3", |
|
"ruflin/elastica": ">=0.90 <3.0", |
|
"swiftmailer/swiftmailer": "^5.3|^6.0" |
|
}, |
|
"suggest": { |
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
"ext-mbstring": "Allow to work properly with unicode symbols", |
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
|
"php-console/php-console": "Allow sending log messages to Google Chrome", |
|
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Monolog\\": "src/Monolog" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jordi Boggiano", |
|
"email": "j.boggiano@seld.be", |
|
"homepage": "http://seld.be" |
|
} |
|
], |
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
"homepage": "http://github.com/Seldaek/monolog", |
|
"keywords": [ |
|
"log", |
|
"logging", |
|
"psr-3" |
|
], |
|
"time": "2019-12-20T14:22:59+00:00" |
|
}, |
|
{ |
|
"name": "ocramius/package-versions", |
|
"version": "1.8.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Ocramius/PackageVersions.git", |
|
"reference": "421679846270a5772534828013a93be709fb13df" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df", |
|
"reference": "421679846270a5772534828013a93be709fb13df", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"composer-plugin-api": "^1.1.0 || ^2.0", |
|
"php": "^7.4.0" |
|
}, |
|
"require-dev": { |
|
"composer/composer": "^1.9.3 || ^2.0@dev", |
|
"doctrine/coding-standard": "^7.0.2", |
|
"ext-zip": "^1.15.0", |
|
"infection/infection": "^0.15.3", |
|
"phpunit/phpunit": "^9.0.1", |
|
"vimeo/psalm": "^3.9.3" |
|
}, |
|
"type": "composer-plugin", |
|
"extra": { |
|
"class": "PackageVersions\\Installer", |
|
"branch-alias": { |
|
"dev-master": "1.99.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"PackageVersions\\": "src/PackageVersions" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/Ocramius", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-06T17:43:35+00:00" |
|
}, |
|
{ |
|
"name": "ocramius/proxy-manager", |
|
"version": "2.7.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Ocramius/ProxyManager.git", |
|
"reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e77928e8f11ea36b388f87e75c993d05f5da6bf1", |
|
"reference": "e77928e8f11ea36b388f87e75c993d05f5da6bf1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-code": "^3.4.1", |
|
"ocramius/package-versions": "^1.5.1", |
|
"php": "7.4.*", |
|
"webimpress/safe-writer": "^2.0" |
|
}, |
|
"conflict": { |
|
"doctrine/annotations": "<1.6.1", |
|
"laminas/laminas-stdlib": "<3.2.1", |
|
"zendframework/zend-stdlib": "<3.2.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0.0", |
|
"ext-phar": "*", |
|
"infection/infection": "^0.15.0", |
|
"nikic/php-parser": "^4.3.0", |
|
"phpbench/phpbench": "^0.17.0", |
|
"phpunit/phpunit": "^8.5.2", |
|
"slevomat/coding-standard": "^5.0.4", |
|
"squizlabs/php_codesniffer": "^3.5.4", |
|
"vimeo/psalm": "^3.8.5" |
|
}, |
|
"suggest": { |
|
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)", |
|
"laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)", |
|
"laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)", |
|
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"ProxyManager\\": "src/ProxyManager" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com", |
|
"homepage": "http://ocramius.github.io/" |
|
} |
|
], |
|
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
|
"homepage": "https://github.com/Ocramius/ProxyManager", |
|
"keywords": [ |
|
"aop", |
|
"lazy loading", |
|
"proxy", |
|
"proxy pattern", |
|
"service proxies" |
|
], |
|
"time": "2020-02-08T19:22:03+00:00" |
|
}, |
|
{ |
|
"name": "phenx/php-font-lib", |
|
"version": "0.5.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PhenX/php-font-lib.git", |
|
"reference": "760148820110a1ae0936e5cc35851e25a938bc97" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97", |
|
"reference": "760148820110a1ae0936e5cc35851e25a938bc97", |
|
"shasum": "" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.8" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"FontLib\\": "src/FontLib" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-3.0" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
} |
|
], |
|
"description": "A library to read, parse, export and make subsets of different types of font files.", |
|
"homepage": "https://github.com/PhenX/php-font-lib", |
|
"time": "2017-09-13T16:14:37+00:00" |
|
}, |
|
{ |
|
"name": "phenx/php-svg-lib", |
|
"version": "v0.3.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PhenX/php-svg-lib.git", |
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", |
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"sabberworm/php-css-parser": "^8.3" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^5.5|^6.5" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Svg\\": "src/Svg" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-3.0" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
} |
|
], |
|
"description": "A library to read, parse and export to PDF SVG files.", |
|
"homepage": "https://github.com/PhenX/php-svg-lib", |
|
"time": "2019-09-11T20:02:13+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/reflection-common", |
|
"version": "2.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
|
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", |
|
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~6" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jaap van Otterdijk", |
|
"email": "opensource@ijaap.nl" |
|
} |
|
], |
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
|
"homepage": "http://www.phpdoc.org", |
|
"keywords": [ |
|
"FQSEN", |
|
"phpDocumentor", |
|
"phpdoc", |
|
"reflection", |
|
"static analysis" |
|
], |
|
"time": "2018-08-07T13:53:10+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/reflection-docblock", |
|
"version": "5.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
|
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", |
|
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-filter": "^7.1", |
|
"php": "^7.2", |
|
"phpdocumentor/reflection-common": "^2.0", |
|
"phpdocumentor/type-resolver": "^1.0", |
|
"webmozart/assert": "^1" |
|
}, |
|
"require-dev": { |
|
"doctrine/instantiator": "^1", |
|
"mockery/mockery": "^1" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Mike van Riel", |
|
"email": "me@mikevanriel.com" |
|
}, |
|
{ |
|
"name": "Jaap van Otterdijk", |
|
"email": "account@ijaap.nl" |
|
} |
|
], |
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
|
"time": "2020-02-22T12:28:44+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/type-resolver", |
|
"version": "1.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/TypeResolver.git", |
|
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", |
|
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2", |
|
"phpdocumentor/reflection-common": "^2.0" |
|
}, |
|
"require-dev": { |
|
"ext-tokenizer": "^7.2", |
|
"mockery/mockery": "~1" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Mike van Riel", |
|
"email": "me@mikevanriel.com" |
|
} |
|
], |
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", |
|
"time": "2020-02-18T18:59:58+00:00" |
|
}, |
|
{ |
|
"name": "psr/cache", |
|
"version": "1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/cache.git", |
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Cache\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for caching libraries", |
|
"keywords": [ |
|
"cache", |
|
"psr", |
|
"psr-6" |
|
], |
|
"time": "2016-08-06T20:24:11+00:00" |
|
}, |
|
{ |
|
"name": "psr/container", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/container.git", |
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Container\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
"homepage": "https://github.com/php-fig/container", |
|
"keywords": [ |
|
"PSR-11", |
|
"container", |
|
"container-interface", |
|
"container-interop", |
|
"psr" |
|
], |
|
"time": "2017-02-14T16:28:37+00:00" |
|
}, |
|
{ |
|
"name": "psr/event-dispatcher", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/event-dispatcher.git", |
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\EventDispatcher\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Standard interfaces for event handling.", |
|
"keywords": [ |
|
"events", |
|
"psr", |
|
"psr-14" |
|
], |
|
"time": "2019-01-08T18:20:26+00:00" |
|
}, |
|
{ |
|
"name": "psr/link", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/link.git", |
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Link\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interfaces for HTTP links", |
|
"keywords": [ |
|
"http", |
|
"http-link", |
|
"link", |
|
"psr", |
|
"psr-13", |
|
"rest" |
|
], |
|
"time": "2016-10-28T16:06:13+00:00" |
|
}, |
|
{ |
|
"name": "psr/log", |
|
"version": "1.1.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1.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": "2020-03-23T09:12:05+00:00" |
|
}, |
|
{ |
|
"name": "sabberworm/php-css-parser", |
|
"version": "8.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git", |
|
"reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", |
|
"reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"require-dev": { |
|
"codacy/coverage": "^1.4", |
|
"phpunit/phpunit": "~4.8" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Sabberworm\\CSS": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Raphael Schweikert" |
|
} |
|
], |
|
"description": "Parser for CSS Files written in PHP", |
|
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", |
|
"keywords": [ |
|
"css", |
|
"parser", |
|
"stylesheet" |
|
], |
|
"time": "2019-02-22T07:42:52+00:00" |
|
}, |
|
{ |
|
"name": "sensio/framework-extra-bundle", |
|
"version": "v5.5.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
|
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d0585d4825a87a5030ca8cd34adb4a17e1066c17", |
|
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"php": ">=7.1.3", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/framework-bundle": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0" |
|
}, |
|
"conflict": { |
|
"doctrine/doctrine-cache-bundle": "<1.3.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/doctrine-bundle": "^1.11|^2.0", |
|
"doctrine/orm": "^2.5", |
|
"nyholm/psr7": "^1.1", |
|
"symfony/browser-kit": "^4.4|^5.0", |
|
"symfony/dom-crawler": "^4.4|^5.0", |
|
"symfony/expression-language": "^4.4|^5.0", |
|
"symfony/finder": "^4.4|^5.0", |
|
"symfony/monolog-bridge": "^4.0|^5.0", |
|
"symfony/monolog-bundle": "^3.2", |
|
"symfony/phpunit-bridge": "^4.3.5|^5.0", |
|
"symfony/psr-http-message-bridge": "^1.1", |
|
"symfony/security-bundle": "^4.4|^5.0", |
|
"symfony/twig-bundle": "^4.4|^5.0", |
|
"symfony/yaml": "^4.4|^5.0", |
|
"twig/twig": "^1.34|^2.4|^3.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.5.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Sensio\\Bundle\\FrameworkExtraBundle\\": "src/" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
} |
|
], |
|
"description": "This bundle provides a way to configure your controllers with annotations", |
|
"keywords": [ |
|
"annotations", |
|
"controllers" |
|
], |
|
"time": "2020-04-06T12:20:39+00:00" |
|
}, |
|
{ |
|
"name": "symfony/asset", |
|
"version": "v5.0.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/asset.git", |
|
"reference": "8872144d5d9f28eec62857400bb437693ef4d082" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/asset/zipball/8872144d5d9f28eec62857400bb437693ef4d082", |
|
"reference": "8872144d5d9f28eec62857400bb437693ef4d082", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5" |
|
}, |
|
"require-dev": { |
|
"symfony/http-foundation": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/http-foundation": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Asset\\": "" |
|
}, |
|
"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 Asset Component", |
|
"homepage": "https://symfony.com", |
|
"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": "2020-03-27T16:56:45+00:00" |
|
}, |
|
{ |
|
"name": "symfony/cache", |
|
"version": "v5.0.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/cache.git", |
|
"reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2", |
|
"reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/cache": "~1.0", |
|
"psr/log": "~1.0", |
|
"symfony/cache-contracts": "^1.1.7|^2", |
|
"symfony/service-contracts": "^1.1|^2", |
|
"symfony/var-exporter": "^4.4|^5.0" |
|
}, |
|
"conflict": { |
|
"doctrine/dbal": "<2.5", |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/http-kernel": "<4.4", |
|
"symfony/var-dumper": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/cache-implementation": "1.0", |
|
"psr/simple-cache-implementation": "1.0", |
|
"symfony/cache-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"cache/integration-tests": "dev-master", |
|
"doctrine/cache": "~1.6", |
|
"doctrine/dbal": "~2.5", |
|
"predis/predis": "~1.1", |
|
"psr/simple-cache": "^1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Cache\\": "" |
|
}, |
|
"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": "Symfony Cache component with PSR-6, PSR-16, and tags", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"caching", |
|
"psr6" |
|
], |
|
"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": "2020-03-27T16:56:45+00:00" |
|
}, |
|
{ |
|
"name": "symfony/cache-contracts", |
|
"version": "v2.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/cache-contracts.git", |
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", |
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/cache": "^1.0" |
|
}, |
|
"suggest": { |
|
"symfony/cache-implementation": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Contracts\\Cache\\": "" |
|
} |
|
}, |
|
"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": "Generic abstractions related to caching", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"abstractions", |
|
"contracts", |
|
"decoupling", |
|
"interfaces", |
|
"interoperability", |
|
"standards" |
|
], |
|
"time": "2019-11-18T17:27:11+00:00" |
|
}, |
|
{ |
|
"name": "symfony/config", |
|
"version": "v5.0.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/config.git", |
|
"reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986", |
|
"reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/filesystem": "^4.4|^5.0", |
|
"symfony/polyfill-ctype": "~1.8" |
|
}, |
|
"conflict": { |
|
"symfony/finder": "<4.4" |
|
}, |
|
"require-dev": { |
|
"symfony/event-dispatcher": "^4.4|^5.0", |
|
"symfony/finder": "^4.4|^5.0", |
|
"symfony/messenger": "^4.4|^5.0", |
|
"symfony/service-contracts": "^1.1|^2", |
|
"symfony/yaml": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "To use the yaml reference dumper" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-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", |
|
"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": "2020-03-27T16:56:45+00:00" |
|
}, |
|
{ |
|
"name": "symfony/console", |
|
"version": "v5.0.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/console.git", |
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", |
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/polyfill-mbstring": "~1.0", |
|
"symfony/polyfill-php73": "^1.8", |
|
"symfony/service-contracts": "^1.1|^2" |
|
}, |
|
"conflict": { |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/event-dispatcher": "<4.4", |
|
"symfony/lock": "<4.4", |
|
"symfony/process": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/log-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"psr/log": "~1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/event-dispatcher": "^4.4|^5.0", |
|
"symfony/lock": "^4.4|^5.0", |
|
"symfony/process": "^4.4|^5.0", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"psr/log": "For using the console logger", |
|
"symfony/event-dispatcher": "", |
|
"symfony/lock": "", |
|
"symfony/process": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-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", |
|
"funding": |