Skip to content

Commit

Permalink
Merge branch 'v2-dev' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mixisLv committed May 31, 2019
1 parent 0cc0cf7 commit 074724e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The following PHP extension is required:

Run the following to include this via [Composer](https://packagist.org/packages/mixislv/reamaze-php-sdk)

composer require "mixislv/reamaze-php-sdk" "2.0.*"
composer require "mixislv/reamaze-php-sdk" "^2.0"

Or by adding the following to your composer.json:

"require": {
"mixislv/reamaze-php-sdk": "2.0.*"
"mixislv/reamaze-php-sdk": "^2.0"
}

## Usage
Expand Down

0 comments on commit 074724e

Please sign in to comment.