From 2254ac80facd42eec4fca11d46ff8b988b2cf964 Mon Sep 17 00:00:00 2001 From: Sebastian Ertner Date: Thu, 2 May 2024 18:01:24 +0200 Subject: [PATCH] DHLGW-1368: prepare release 1.2.0 --- CHANGELOG.md | 10 ++++++++++ LICENSE.md | 2 +- README.md | 2 +- composer.json | 5 ----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bc74e..c734f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.2.0 + +### Added + +- Support for psr/log 2 and 3 + +### Removed + +- Support for PHP 7.x +- ## 1.1.0 ### Added diff --git a/LICENSE.md b/LICENSE.md index 21ba891..9cf4470 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Netresearch DTT GmbH +Copyright (c) 2024 Netresearch DTT GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 59821ca..1515ecf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The DP OneClickForRefund API SDK package offers an interface to the following we ### System Requirements -- PHP 7.2+ with SOAP extension +- PHP 8.1+ with SOAP extension ### Package Requirements diff --git a/composer.json b/composer.json index 124113b..a489fbe 100644 --- a/composer.json +++ b/composer.json @@ -44,10 +44,5 @@ "test": "phpunit -c test/phpunit.xml", "phpstan": "phpstan --xdebug analyze src", "lint": "phpcs --exclude=PSR2.Classes.PropertyDeclaration,Generic.Files.LineLength --standard=PSR12 src test" - }, - "extra": { - "branch-alias": { - "dev-PDTWO-216": "1.2.x-dev" - } } }