diff --git a/server/composer.lock b/server/composer.lock index 06d3c1f..607daf1 100644 --- a/server/composer.lock +++ b/server/composer.lock @@ -1,7 +1,7 @@ { "_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", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2257a4184dfd94d03db24dd46ddd5951", @@ -48,6 +48,7 @@ "normalizing", "transformation" ], + "abandoned": true, "time": "2016-03-11T22:52:46+00:00" }, { @@ -129,7 +130,7 @@ } ], "description": "jsonapi.org API spec for the Modlr REST library.", - "time": "2016-05-10 17:40:01" + "time": "2016-05-10T17:40:01+00:00" }, { "name": "as3/modlr-bundle", @@ -168,7 +169,7 @@ } ], "description": "Symfony bundle for the Modlr REST ODM library.", - "time": "2016-10-19 15:53:59" + "time": "2016-10-19T15:53:59+00:00" }, { "name": "as3/modlr-persister-mongodb", @@ -206,7 +207,7 @@ } ], "description": "MongoDB Persister for the Modlr REST library.", - "time": "2016-10-03 19:28:18" + "time": "2016-10-03T19:28:18+00:00" }, { "name": "as3/modlr-search-elastic", @@ -243,7 +244,7 @@ } ], "description": "Elastic search client for the Modlr REST library.", - "time": "2016-04-26 19:48:38" + "time": "2016-04-26T19:48:38+00:00" }, { "name": "as3/omeda-sdk", @@ -281,7 +282,7 @@ } ], "description": "Provides Omeda API client functionality and SDK tools.", - "time": "2017-04-12 15:19:22" + "time": "2019-11-11T21:02:00+00:00" }, { "name": "as3/parameters", @@ -395,7 +396,7 @@ } ], "description": "Symfony console application to handle data importing.", - "time": "2016-11-07 16:06:37" + "time": "2016-11-07T16:06:37+00:00" }, { "name": "doctrine/annotations", @@ -912,6 +913,7 @@ "cache", "caching" ], + "abandoned": true, "time": "2016-01-26T17:28:51+00:00" }, { @@ -1163,6 +1165,7 @@ "mongodb", "persistence" ], + "abandoned": true, "time": "2016-03-19T18:45:48+00:00" }, { @@ -1170,12 +1173,12 @@ "version": "v2.5.5", "source": { "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", + "url": "https://github.com/doctrine/orm.git", "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", + "url": "https://api.github.com/repos/doctrine/orm/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "shasum": "" }, @@ -1330,12 +1333,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1356,61 +1359,109 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.3.1", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.7-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", + "psr-7", + "request", + "response", "stream", - "uri" + "uri", + "url" + ], + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } ], - "time": "2016-06-24T23:00:38+00:00" + "time": "2022-03-20T21:51:18+00:00" }, { "name": "icanboogie/inflector", @@ -1432,11 +1483,11 @@ }, "type": "library", "autoload": { - "classmap": [ - "lib/" - ], "files": [ "lib/helpers.php" + ], + "classmap": [ + "lib/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1615,12 +1666,12 @@ } }, "autoload": { - "psr-0": { - "Assetic": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-0": { + "Assetic": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1731,7 +1782,7 @@ { "name": "Joost Faassen", "email": "j.faassen@linkorb.com", - "role": "Packaging for composer" + "role": "Packaging for Composer" }, { "name": "Ryan Grove", @@ -1836,7 +1887,7 @@ "time": "2016-07-29T03:23:52+00:00" }, { - "name": "natxet/CssMin", + "name": "natxet/cssmin", "version": "v3.0.4", "source": { "type": "git", @@ -2064,6 +2115,46 @@ ], "time": "2012-12-21T11:40:51+00:00" }, + { + "name": "ralouphie/getallheaders", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7.0", + "satooshi/php-coveralls": ">=1.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2016-02-11T07:05:27+00:00" + }, { "name": "ramsey/array_column", "version": "1.1.3", @@ -2107,6 +2198,7 @@ "array_column", "column" ], + "abandoned": "it-for-free/array_column", "time": "2015-03-20T22:07:39+00:00" }, { @@ -2159,6 +2251,7 @@ "configuration", "distribution" ], + "abandoned": true, "time": "2016-09-12T14:16:31+00:00" }, { @@ -2265,6 +2358,7 @@ } ], "description": "A security checker for your composer.lock", + "abandoned": "https://github.com/fabpot/local-php-security-checker", "time": "2015-11-07T08:07:40+00:00" }, { @@ -2383,6 +2477,7 @@ "mail", "mailer" ], + "abandoned": "symfony/mailer", "time": "2016-07-08T11:51:25+00:00" }, { @@ -2453,6 +2548,7 @@ "compression", "minification" ], + "abandoned": "symfony/webpack-encore-pack", "time": "2015-12-28T13:12:39+00:00" }, { @@ -2653,12 +2749,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2710,12 +2806,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Php56\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2766,12 +2862,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -2907,6 +3003,7 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", + "abandoned": "symfony/mailer", "time": "2016-01-15T16:41:20+00:00" }, { @@ -3013,13 +3110,13 @@ }, "autoload": { "psr-4": { - "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", + "Symfony\\Bundle\\": "src/Symfony/Bundle/", + "Symfony\\Component\\": "src/Symfony/Component/", + "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", - "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", + "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", - "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", - "Symfony\\Bundle\\": "src/Symfony/Bundle/", - "Symfony\\Component\\": "src/Symfony/Component/" + "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/" }, "classmap": [ "src/Symfony/Component/Intl/Resources/stubs" @@ -3162,6 +3259,7 @@ } ], "description": "This bundle generates code for you", + "abandoned": "symfony/maker-bundle", "time": "2016-09-06T01:30:19+00:00" }, { @@ -3235,5 +3333,6 @@ "platform": { "php": ">=5.5.9" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }