|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"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": "2c79006b0c9b9c41306539d5f580fb9f", |
|
|
|
"content-hash": "eff47d81730132ae7bb2e5121935ea8c", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "backup-manager/backup-manager", |
|
|
|
@ -139,237 +139,6 @@ |
|
|
|
"time": "2018-06-18T09:20:25+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"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": "doctrine/inflector", |
|
|
|
"version": "v1.3.0", |
|
|
|
"source": { |
|
|
|
@ -825,33 +594,37 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/psr7", |
|
|
|
"version": "1.5.2", |
|
|
|
"version": "1.6.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/psr7.git", |
|
|
|
"reference": "9f83dded91781a01c63574e387eaa769be769115" |
|
|
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", |
|
|
|
"reference": "9f83dded91781a01c63574e387eaa769be769115", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", |
|
|
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4.0", |
|
|
|
"psr/http-message": "~1.0", |
|
|
|
"ralouphie/getallheaders": "^2.0.5" |
|
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
|
|
|
}, |
|
|
|
"provide": { |
|
|
|
"psr/http-message-implementation": "1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-zlib": "*", |
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.5-dev" |
|
|
|
"dev-master": "1.6-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
@ -888,7 +661,7 @@ |
|
|
|
"uri", |
|
|
|
"url" |
|
|
|
], |
|
|
|
"time": "2018-12-04T20:46:45+00:00" |
|
|
|
"time": "2019-07-01T23:21:34+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "intervention/image", |
|
|
|
@ -2454,24 +2227,24 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ralouphie/getallheaders", |
|
|
|
"version": "2.0.5", |
|
|
|
"version": "3.0.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" |
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3" |
|
|
|
"php": ">=5.6" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~3.7.0", |
|
|
|
"satooshi/php-coveralls": ">=1.0" |
|
|
|
"php-coveralls/php-coveralls": "^2.1", |
|
|
|
"phpunit/phpunit": "^5 || ^6.5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
@ -2490,7 +2263,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A polyfill for getallheaders.", |
|
|
|
"time": "2016-02-11T07:05:27+00:00" |
|
|
|
"time": "2019-03-08T08:55:37+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ramsey/uuid", |
|
|
|
@ -2854,16 +2627,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "spatie/laravel-medialibrary", |
|
|
|
"version": "7.6.0", |
|
|
|
"version": "7.6.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/spatie/laravel-medialibrary.git", |
|
|
|
"reference": "6ffb8a41e60f024abd35ff47e08628354d6efd0e" |
|
|
|
"reference": "ba5437eb92c537530538d68cb29181233d257fa0" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/6ffb8a41e60f024abd35ff47e08628354d6efd0e", |
|
|
|
"reference": "6ffb8a41e60f024abd35ff47e08628354d6efd0e", |
|
|
|
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/ba5437eb92c537530538d68cb29181233d257fa0", |
|
|
|
"reference": "ba5437eb92c537530538d68cb29181233d257fa0", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -2933,7 +2706,7 @@ |
|
|
|
"media", |
|
|
|
"spatie" |
|
|
|
], |
|
|
|
"time": "2019-02-27T09:31:55+00:00" |
|
|
|
"time": "2019-07-04T11:01:02+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "spatie/pdf-to-image", |
|
|
|
@ -4638,6 +4411,237 @@ |
|
|
|
"time": "2019-03-25T09:39:08+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"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": "doctrine/instantiator", |
|
|
|
"version": "1.2.0", |
|
|
|
"source": { |
|
|
|
@ -5651,16 +5655,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-token-stream", |
|
|
|
"version": "3.0.1", |
|
|
|
"version": "3.0.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git", |
|
|
|
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" |
|
|
|
"reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", |
|
|
|
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c", |
|
|
|
"reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -5696,7 +5700,7 @@ |
|
|
|
"keywords": [ |
|
|
|
"tokenizer" |
|
|
|
], |
|
|
|
"time": "2018-10-30T05:52:18+00:00" |
|
|
|
"time": "2019-07-08T05:24:54+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit", |
|
|
|
|