From bb54b94e13fac5566688f8550a19a21030351ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:57:37 +0000 Subject: [PATCH] Bump laudis/neo4j-php-client from 2.6.1 to 3.0.0 Bumps [laudis/neo4j-php-client](https://github.com/neo4j-php/neo4j-php-client) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/neo4j-php/neo4j-php-client/releases) - [Commits](https://github.com/neo4j-php/neo4j-php-client/compare/2.6.1...3.0.0) --- updated-dependencies: - dependency-name: laudis/neo4j-php-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 160 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 113 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index ddab002..a7ea502 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "laudis/neo4j-php-client": "^2.8", + "laudis/neo4j-php-client": "^3.0", "monolog/monolog": "^2.5", "php-di/php-di": "^6.3", "slim/psr7": "^1.5", diff --git a/composer.lock b/composer.lock index 02fb9fc..7e947be 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": "6c6cd1086b43303aa978d5c775a785c2", "packages": [ { "name": "clue/stream-filter", @@ -192,51 +192,55 @@ }, { "name": "laudis/neo4j-php-client", - "version": "2.6.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/neo4j-php/neo4j-php-client.git", - "reference": "6a5226cbcd43f0ede4df1e573d9b1a4820214aca" + "reference": "6add25ab9851d7c15f3507b312080ca773a28d15" }, "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/6add25ab9851d7c15f3507b312080ca773a28d15", + "reference": "6add25ab9851d7c15f3507b312080ca773a28d15", "shasum": "" }, "require": { "ext-json": "*", "laudis/typed-enum": "^1.3.2", - "php": "^7.4 || ^8.0", + "php": "^8.0", "php-http/discovery": "^1.13", "php-http/message": "^1.0", "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "stefanak-michal/bolt": "^3.1.2", + "psr/simple-cache": ">=2.0", + "stefanak-michal/bolt": "^5.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.15.0", "kriswallsmith/buzz": "^1.2", - "lctrs/psalm-psr-container-plugin": "^1.3", + "kubawerlos/php-cs-fixer-custom-fixers": "3.13.*", "monolog/monolog": "^2.2", "nyholm/psr7": "^1.3", "nyholm/psr7-server": "^1.0", - "php-di/php-di": "^6.3", "phpunit/phpunit": "^9.0", "psalm/plugin-phpunit": "^0.15.1", - "psr/container": "^1.1", "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": { @@ -260,6 +264,7 @@ "client", "cluster", "database", + "driver", "graph", "high-availability", "http", @@ -267,9 +272,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/3.0.0" }, - "time": "2022-04-09T16:47:14+00:00" + "time": "2023-03-24T18:38:07+00:00" }, { "name": "laudis/typed-enum", @@ -706,39 +711,44 @@ }, { "name": "php-http/discovery", - "version": "1.14.1", + "version": "1.15.3", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" + "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8" }, "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/3ccd28dd9fb34b52db946abea1b538568e34eae8", + "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8", "shasum": "" }, "require": { + "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { "nyholm/psr7": "<1.0" }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "*", + "psr/http-factory-implementation": "*", + "psr/http-message-implementation": "*" + }, "require-dev": { + "composer/composer": "^1.0.2|^2.0", "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 || ^7.3", + "symfony/phpunit-bridge": "^6.2" }, - "suggest": { - "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" - }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } + "class": "Http\\Discovery\\Composer\\Plugin", + "plugin-optional": true }, "autoload": { "psr-4": { @@ -755,7 +765,7 @@ "email": "mark.sagikazar@gmail.com" } ], - "description": "Finds installed HTTPlug implementations and PSR-7 message factories", + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", @@ -764,13 +774,14 @@ "factory", "http", "message", + "psr17", "psr7" ], "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.15.3" }, - "time": "2021-09-18T07:57:46+00:00" + "time": "2023-03-31T14:40:37+00:00" }, { "name": "php-http/message", @@ -1347,6 +1358,57 @@ }, "time": "2021-07-14T16:46:02+00:00" }, + { + "name": "psr/simple-cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://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/3.0.0" + }, + "time": "2021-10-29T13:26:27+00:00" + }, { "name": "ralouphie/getallheaders", "version": "3.0.3", @@ -1590,29 +1652,30 @@ }, { "name": "stefanak-michal/bolt", - "version": "v3.1.2", + "version": "v5.1.1", "source": { "type": "git", "url": "https://github.com/neo4j-php/Bolt.git", - "reference": "350a15cb8eeded9b908380cdee5fa10285470a10" + "reference": "ab7374c1436aa23eb293908c9cc1474e3b0c65d2" }, "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/ab7374c1436aa23eb293908c9cc1474e3b0c65d2", + "reference": "ab7374c1436aa23eb293908c9cc1474e3b0c65d2", "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 +1694,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 +1703,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 +1713,7 @@ "type": "ko-fi" } ], - "time": "2022-03-02T15:38:53+00:00" + "time": "2022-11-29T16:17:09+00:00" }, { "name": "symfony/polyfill-ctype", @@ -1818,16 +1882,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 +1900,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1881,7 +1945,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 +1961,7 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "vlucas/phpdotenv",