From 9765e67d957d5c929d25e5870c51ad93ea806f49 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 27 Dec 2019 17:35:33 -0600 Subject: [PATCH] 2.9.0 readiness - Updated branch aliases - dev-master => 2.9.x-dev - dev-develop => 2.10.x-dev - Updated CHANGELOG - Removed empty 2.8.1 stub - Set date for 2.9.0 --- CHANGELOG.md | 24 +----------------------- composer.json | 4 ++-- composer.lock | 3 ++- 3 files changed, 5 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6817b..ca208ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.9.0 - TBD +## 2.9.0 - 2019-12-27 ### Added @@ -26,28 +26,6 @@ Disables use of BigInteger for XMLRPC i8 type if host machine is 64-bit. - Nothing. -## 2.8.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - ## 2.8.0 - 2019-10-19 ### Added diff --git a/composer.json b/composer.json index f2343a9..d33aab4 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8.x-dev", - "dev-develop": "2.9.x-dev" + "dev-master": "2.9.x-dev", + "dev-develop": "2.10.x-dev" } }, "scripts": { diff --git a/composer.lock b/composer.lock index d368ccc..2dd0872 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": "74f215b452fe5685a64141b33f7a2af1", + "content-hash": "e24537cf1c42389287f82ba31fa14b0c", "packages": [ { "name": "container-interop/container-interop", @@ -35,6 +35,7 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", + "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, {