From a6e5b40c94f2009616c9aec1b0c54464178b72e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:13:32 +0000 Subject: [PATCH] Bump doctrine/annotations in /kazoo-sample-php-app Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.1.2 to 1.14.x-dev. - [Release notes](https://github.com/doctrine/annotations/releases) - [Commits](https://github.com/doctrine/annotations/commits) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-type: indirect ... Signed-off-by: dependabot[bot] --- kazoo-sample-php-app/composer.lock | 255 ++++++++++++++++++----------- 1 file changed, 163 insertions(+), 92 deletions(-) diff --git a/kazoo-sample-php-app/composer.lock b/kazoo-sample-php-app/composer.lock index af28183..8e12132 100644 --- a/kazoo-sample-php-app/composer.lock +++ b/kazoo-sample-php-app/composer.lock @@ -1,9 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://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" ], - "hash": "4c29c6ea4e6d484c9cd7234e9523c5ef", + "content-hash": "235bac6c9386cbb545bebbe5645fe893", "packages": [ { "name": "2600hz/kazoo-php-sdk", @@ -57,7 +58,7 @@ "uc", "voip" ], - "time": "2013-12-10 16:57:19" + "time": "2013-12-10T16:57:19+00:00" }, { "name": "classpreloader/classpreloader", @@ -104,38 +105,43 @@ "class", "preload" ], - "time": "2013-06-24 22:58:34" + "time": "2013-06-24T22:58:34+00:00" }, { "name": "doctrine/annotations", - "version": "v1.1.2", + "version": "1.14.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" + "reference": "50f9235edd3a3b0fc509d458eaf469f2f5cad932" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", - "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/50f9235edd3a3b0fc509d458eaf469f2f5cad932", + "reference": "50f9235edd3a3b0fc509d458eaf469f2f5cad932", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", - "php": ">=5.3.2" + "doctrine/lexer": "^1 || ^2", + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "1.*" + "doctrine/cache": "^1.11 || ^2.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "vimeo/psalm": "^4.30 || ^5.14" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, + "type": "library", "autoload": { - "psr-0": { - "Doctrine\\Common\\Annotations\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", @@ -143,16 +149,9 @@ "MIT" ], "authors": [ - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/", - "role": "Creator" - }, { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" + "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", @@ -162,21 +161,27 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], - "time": "2013-06-16 21:33:03" + "support": { + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/1.14.x" + }, + "time": "2023-08-14T13:42:08+00:00" }, { "name": "doctrine/cache", @@ -250,7 +255,7 @@ "cache", "caching" ], - "time": "2013-11-23 16:10:06" + "time": "2013-11-23T16:10:06+00:00" }, { "name": "doctrine/collections", @@ -318,7 +323,7 @@ "collections", "iterator" ], - "time": "2013-08-29 16:56:45" + "time": "2013-08-29T16:56:45+00:00" }, { "name": "doctrine/common", @@ -393,7 +398,7 @@ "persistence", "spl" ], - "time": "2013-12-03 21:02:18" + "time": "2013-12-03T21:02:18+00:00" }, { "name": "doctrine/dbal", @@ -459,7 +464,7 @@ "persistence", "queryobject" ], - "time": "2013-11-12 12:38:29" + "time": "2013-11-12T12:38:29+00:00" }, { "name": "doctrine/inflector", @@ -528,34 +533,36 @@ "singularize", "string" ], - "time": "2013-04-10 16:14:30" + "time": "2013-04-10T16:14:30+00:00" }, { "name": "doctrine/lexer", - "version": "dev-master", + "version": "1.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "57d5a024b48709c56ce5bb93072948359220f36c" + "reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/57d5a024b48709c56ce5bb93072948359220f36c", - "reference": "57d5a024b48709c56ce5bb93072948359220f36c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/df2c840b0bfd42b86ea60bd07d64ed57b6489539", + "reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.1 || ^8.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.0" }, + "type": "library", "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -565,8 +572,7 @@ "authors": [ { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" + "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", @@ -574,18 +580,37 @@ }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "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" + "parser", + "php" ], - "time": "2013-11-19 06:15:26" + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/1.3.x" + }, + "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%2Flexer", + "type": "tidelift" + } + ], + "time": "2022-12-11T21:00:40+00:00" }, { "name": "filp/whoops", @@ -636,7 +661,7 @@ "whoops", "zf2" ], - "time": "2013-06-10 12:22:13" + "time": "2013-06-10T12:22:13+00:00" }, { "name": "guzzle/guzzle", @@ -728,7 +753,7 @@ "rest", "web service" ], - "time": "2013-12-09 04:01:52" + "time": "2013-12-09T04:01:52+00:00" }, { "name": "ircmaxell/password-compat", @@ -767,7 +792,7 @@ "hashing", "password" ], - "time": "2013-04-30 19:58:08" + "time": "2013-04-30T19:58:08+00:00" }, { "name": "jeremeamia/SuperClosure", @@ -815,7 +840,7 @@ "serialize", "tokenizer" ], - "time": "2013-10-09 04:20:00" + "time": "2013-10-09T04:20:00+00:00" }, { "name": "justinrainbow/json-schema", @@ -883,7 +908,7 @@ "json", "schema" ], - "time": "2013-12-08 21:17:57" + "time": "2013-12-08T21:17:57+00:00" }, { "name": "laravel/framework", @@ -996,7 +1021,7 @@ "framework", "laravel" ], - "time": "2013-12-06 01:42:26" + "time": "2013-12-06T01:42:26+00:00" }, { "name": "monolog/monolog", @@ -1063,7 +1088,7 @@ "logging", "psr-3" ], - "time": "2013-12-02 09:38:32" + "time": "2013-12-02T09:38:32+00:00" }, { "name": "nesbot/carbon", @@ -1109,7 +1134,7 @@ "datetime", "time" ], - "time": "2013-12-05 04:13:29" + "time": "2013-12-05T04:13:29+00:00" }, { "name": "nikic/php-parser", @@ -1154,7 +1179,7 @@ "parser", "php" ], - "time": "2013-11-27 19:33:56" + "time": "2013-11-27T19:33:56+00:00" }, { "name": "patchwork/utf8", @@ -1205,7 +1230,7 @@ "utf-8", "utf8" ], - "time": "2013-12-07 12:20:20" + "time": "2013-12-07T12:20:20+00:00" }, { "name": "predis/predis", @@ -1252,7 +1277,56 @@ "predis", "redis" ], - "time": "2013-12-09 11:22:42" + "time": "2013-12-09T11:22:42+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" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/log", @@ -1295,7 +1369,7 @@ "psr", "psr-3" ], - "time": "2013-12-05 15:25:07" + "time": "2013-12-05T15:25:07+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -1344,7 +1418,7 @@ "mail", "mailer" ], - "time": "2013-12-03 13:33:24" + "time": "2013-12-03T13:33:24+00:00" }, { "name": "symfony/browser-kit", @@ -1399,7 +1473,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", - "time": "2013-11-23 21:11:41" + "time": "2013-11-23T21:11:41+00:00" }, { "name": "symfony/console", @@ -1452,7 +1526,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-11-25 14:49:41" + "time": "2013-11-25T14:49:41+00:00" }, { "name": "symfony/css-selector", @@ -1503,7 +1577,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", - "time": "2013-10-30 08:30:20" + "time": "2013-10-30T08:30:20+00:00" }, { "name": "symfony/debug", @@ -1559,7 +1633,7 @@ ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", - "time": "2013-11-28 16:41:31" + "time": "2013-11-28T16:41:31+00:00" }, { "name": "symfony/dom-crawler", @@ -1612,7 +1686,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", - "time": "2013-12-03 14:51:26" + "time": "2013-12-03T14:51:26+00:00" }, { "name": "symfony/event-dispatcher", @@ -1666,7 +1740,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2013-12-03 14:51:26" + "time": "2013-12-03T14:51:26+00:00" }, { "name": "symfony/filesystem", @@ -1713,7 +1787,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2013-11-24 20:17:07" + "time": "2013-11-24T20:17:07+00:00" }, { "name": "symfony/finder", @@ -1760,7 +1834,7 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2013-11-25 14:49:41" + "time": "2013-11-25T14:49:41+00:00" }, { "name": "symfony/http-foundation", @@ -1810,7 +1884,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2013-11-28 10:26:47" + "time": "2013-11-28T10:26:47+00:00" }, { "name": "symfony/http-kernel", @@ -1881,7 +1955,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2013-12-05 07:46:04" + "time": "2013-12-05T07:46:04+00:00" }, { "name": "symfony/process", @@ -1928,7 +2002,7 @@ ], "description": "Symfony Process Component", "homepage": "http://symfony.com", - "time": "2013-11-25 14:52:16" + "time": "2013-11-25T14:52:16+00:00" }, { "name": "symfony/routing", @@ -1986,7 +2060,7 @@ ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", - "time": "2013-09-29 19:41:41" + "time": "2013-09-29T19:41:41+00:00" }, { "name": "symfony/translation", @@ -2041,23 +2115,20 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2013-11-28 06:43:58" + "time": "2013-11-28T06:43:58+00:00" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "dev", "stability-flags": { "2600hz/kazoo-php-sdk": 20 }, + "prefer-stable": false, + "prefer-lowest": false, "platform": { "ext-curl": "*" }, - "platform-dev": [ - - ] + "platform-dev": [], + "plugin-api-version": "2.3.0" }