From 81262e6dd53161cc863cfd6c14b2b57846d1abab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:01:42 +0000 Subject: [PATCH] Bump laudis/neo4j-php-client from 2.6.1 to 2.8.1 Bumps [laudis/neo4j-php-client](https://github.com/neo4j-php/neo4j-php-client) from 2.6.1 to 2.8.1. - [Release notes](https://github.com/neo4j-php/neo4j-php-client/releases) - [Commits](https://github.com/neo4j-php/neo4j-php-client/compare/2.6.1...2.8.1) --- updated-dependencies: - dependency-name: laudis/neo4j-php-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 130 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 94 insertions(+), 36 deletions(-) diff --git a/composer.lock b/composer.lock index 02fb9fc..5806389 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3113a3b24d5b3f4c3e02c394101c0688", + "content-hash": "c56c6dfba2caf151b895a9d01ae968cc", "packages": [ { "name": "clue/stream-filter", @@ -192,16 +192,16 @@ }, { "name": "laudis/neo4j-php-client", - "version": "2.6.1", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/neo4j-php/neo4j-php-client.git", - "reference": "6a5226cbcd43f0ede4df1e573d9b1a4820214aca" + "reference": "f8b683f19d5fb3f08024095f53d4ba6a029d7af7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/neo4j-php/neo4j-php-client/zipball/6a5226cbcd43f0ede4df1e573d9b1a4820214aca", - "reference": "6a5226cbcd43f0ede4df1e573d9b1a4820214aca", + "url": "https://api.github.com/repos/neo4j-php/neo4j-php-client/zipball/f8b683f19d5fb3f08024095f53d4ba6a029d7af7", + "reference": "f8b683f19d5fb3f08024095f53d4ba6a029d7af7", "shasum": "" }, "require": { @@ -214,11 +214,16 @@ "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "stefanak-michal/bolt": "^3.1.2", + "psr/simple-cache": "^1.0", + "stefanak-michal/bolt": "^4.1", "symfony/polyfill-php80": "^1.2" }, + "provide": { + "psr/simple-cache-implementation": "2.0|3.0" + }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.5", + "cache/integration-tests": "dev-master", + "friendsofphp/php-cs-fixer": "3.8.0", "kriswallsmith/buzz": "^1.2", "lctrs/psalm-psr-container-plugin": "^1.3", "monolog/monolog": "^2.2", @@ -231,12 +236,13 @@ "psr/log": "^1.1", "symfony/uid": "^5.0", "symfony/var-dumper": "^5.0", - "vimeo/psalm": "^4.20", + "vimeo/psalm": "4.29.0", "vlucas/phpdotenv": "^5.0" }, "suggest": { "composer-runtime-api": "Install composer 2 for auto detection of version in user agent", - "ext-bcmath": "Needed to implement bolt protocol" + "ext-bcmath": "Needed to implement bolt protocol", + "ext-sysvsem": "Needed for enabling connection pooling between processes" }, "type": "library", "autoload": { @@ -267,9 +273,9 @@ ], "support": { "issues": "https://github.com/neo4j-php/neo4j-php-client/issues", - "source": "https://github.com/neo4j-php/neo4j-php-client/tree/2.6.1" + "source": "https://github.com/neo4j-php/neo4j-php-client/tree/2.8.1" }, - "time": "2022-04-09T16:47:14+00:00" + "time": "2022-11-20T12:03:50+00:00" }, { "name": "laudis/typed-enum", @@ -706,16 +712,16 @@ }, { "name": "php-http/discovery", - "version": "1.14.1", + "version": "1.14.3", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" + "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223", + "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735", + "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735", "shasum": "" }, "require": { @@ -728,8 +734,7 @@ "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", - "phpspec/phpspec": "^5.1 || ^6.1", - "puli/composer-plugin": "1.0.0-beta10" + "phpspec/phpspec": "^5.1 || ^6.1" }, "suggest": { "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" @@ -768,9 +773,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.1" + "source": "https://github.com/php-http/discovery/tree/1.14.3" }, - "time": "2021-09-18T07:57:46+00:00" + "time": "2022-07-11T14:04:40+00:00" }, { "name": "php-http/message", @@ -1347,6 +1352,57 @@ }, "time": "2021-07-14T16:46:02+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, + "time": "2017-10-23T01:57:42+00:00" + }, { "name": "ralouphie/getallheaders", "version": "3.0.3", @@ -1590,29 +1646,30 @@ }, { "name": "stefanak-michal/bolt", - "version": "v3.1.2", + "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/neo4j-php/Bolt.git", - "reference": "350a15cb8eeded9b908380cdee5fa10285470a10" + "reference": "3a549564ceaf21c652ca1c9989e15b71e9044300" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/neo4j-php/Bolt/zipball/350a15cb8eeded9b908380cdee5fa10285470a10", - "reference": "350a15cb8eeded9b908380cdee5fa10285470a10", + "url": "https://api.github.com/repos/neo4j-php/Bolt/zipball/3a549564ceaf21c652ca1c9989e15b71e9044300", + "reference": "3a549564ceaf21c652ca1c9989e15b71e9044300", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=7.1.0" + "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": ">=7.5.0" + "phpunit/phpunit": ">=9" }, "suggest": { "ext-openssl": "Needed when using StreamSocket connection class with SSL", - "ext-sockets": "Needed when using the Bolt\\connection\\Socket", - "laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j" + "ext-sockets": "Needed when using Socket connection class", + "laudis/neo4j-php-client": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j", + "stefanak-michal/neo4j-bolt-wrapper": "Wrapper for Neo4j PHP Bolt library to simplify usage." }, "type": "library", "autoload": { @@ -1631,7 +1688,7 @@ "role": "Developer" } ], - "description": "Bolt protocol library over TCP socket", + "description": "PHP library for communication with Neo4j graph database over TCP socket with Bolt protocol specification", "homepage": "https://github.com/neo4j-php/Bolt", "keywords": [ "Socket", @@ -1640,6 +1697,7 @@ "neo4j" ], "support": { + "docs": "https://www.neo4j.com/docs/bolt/current/", "issues": "https://github.com/neo4j-php/Bolt/issues", "source": "https://github.com/neo4j-php/Bolt" }, @@ -1649,7 +1707,7 @@ "type": "ko-fi" } ], - "time": "2022-03-02T15:38:53+00:00" + "time": "2022-07-19T10:06:56+00:00" }, { "name": "symfony/polyfill-ctype", @@ -1818,16 +1876,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -1836,7 +1894,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1881,7 +1939,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -1897,7 +1955,7 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "vlucas/phpdotenv",