Skip to content

Commit

Permalink
Loosened psr/log dependency for compatibility with Yii2 (issue #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed May 5, 2017
1 parent 0a8ede7 commit 0b795bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release 1.4.0 (UNRELEASED)
?

# Release 1.3.1 (5 May 2017)
* Loosened psr/log dependency to allow installation with Yii2 (https://github.com/amabnl/amadeus-ws-client/issues/73)

# Release 1.3.0 (5 April 2017)
* Added support for Multiple Office ID's in ``Fare_MasterPricerTravelBoardSearch`` (https://github.com/amabnl/amadeus-ws-client/pull/44) - Michal Hernas
* Added support for Progressive Legs in ``Fare_MasterPricerTravelBoardSearch`` (https://github.com/amabnl/amadeus-ws-client/issues/55)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get-

# Release history

The current release is version 1.3.0.
The current release is version 1.3.1.

See the [Changelog](CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ext-soap": "*",
"ext-dom": "*",
"ext-xsl": "*",
"psr/log": "1.0.0"
"psr/log": "^1.0"
},
"require-dev": {
"symfony/yaml": "2.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Client extends Base
*
* @var string
*/
const VERSION = "1.3.0";
const VERSION = "1.3.1";

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

0 comments on commit 0b795bc

Please sign in to comment.