From 3416e666698c8cfe11eab3b74f94691e9a4b8782 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 5 Apr 2023 16:28:04 +0200 Subject: [PATCH] Bump player version to 1.29.0 --- CHANGELOG | 8 ++++++++ composer.json | 7 +++++-- composer.lock | 20 ++++++++++---------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8589eeb..7340225 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ Blackfire Player Changelog ========================== +* 1.29.0 (2023-01-25) + + * Update Sentry integration + * Update dependencies + * Update support URL + * Update README + * Add tests + * 1.28.0 (2023-01-25) * Use PHP built-in annotations for Serializer configuration diff --git a/composer.json b/composer.json index 65079fe..3acd3ca 100644 --- a/composer.json +++ b/composer.json @@ -59,11 +59,14 @@ "*": "dist" }, "sort-packages": true, - "platform-check": false + "platform-check": false, + "allow-plugins": { + "php-http/discovery": true + } }, "extra": { "branch-alias": { - "dev-master": "1.29-dev" + "dev-master": "1.30-dev" } } } diff --git a/composer.lock b/composer.lock index 5944b3c..bc60611 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": "c9b72e758ec7af7b1e9905c420bb78ef", + "content-hash": "0af722ae73b4d24e347db3fb81afb261", "packages": [ { "name": "blackfire/php-sdk", @@ -1738,25 +1738,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -1785,9 +1785,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/log", @@ -4618,5 +4618,5 @@ "platform-overrides": { "php": "8.1.8" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" }