Skip to content

Commit

Permalink
DHLGW-1368: prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 committed May 2, 2024
1 parent 5f4bcee commit 2254ac8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 2254ac8

Please sign in to comment.