Skip to content

Commit 0b795bc

Browse files
committed
Loosened psr/log dependency for compatibility with Yii2 (issue #73)
1 parent 0a8ede7 commit 0b795bc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release 1.4.0 (UNRELEASED)
22
?
33

4+
# Release 1.3.1 (5 May 2017)
5+
* Loosened psr/log dependency to allow installation with Yii2 (https://github.com/amabnl/amadeus-ws-client/issues/73)
6+
47
# Release 1.3.0 (5 April 2017)
58
* Added support for Multiple Office ID's in ``Fare_MasterPricerTravelBoardSearch`` (https://github.com/amabnl/amadeus-ws-client/pull/44) - Michal Hernas
69
* Added support for Progressive Legs in ``Fare_MasterPricerTravelBoardSearch`` (https://github.com/amabnl/amadeus-ws-client/issues/55)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get-
5353

5454
# Release history
5555

56-
The current release is version 1.3.0.
56+
The current release is version 1.3.1.
5757

5858
See the [Changelog](CHANGELOG.md).
5959

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ext-soap": "*",
2020
"ext-dom": "*",
2121
"ext-xsl": "*",
22-
"psr/log": "1.0.0"
22+
"psr/log": "^1.0"
2323
},
2424
"require-dev": {
2525
"symfony/yaml": "2.8",

src/Amadeus/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Client extends Base
5757
*
5858
* @var string
5959
*/
60-
const VERSION = "1.3.0";
60+
const VERSION = "1.3.1";
6161

6262
/**
6363
* An identifier string for the library (to be used in Received From entries)

0 commit comments

Comments
 (0)