Skip to content

Commit

Permalink
Updated to Porter 4.0 final parity.
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
Bilge committed Apr 9, 2018
1 parent 2b590af commit 7e0a2b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ European Central Bank Provider
Provides [European Central Bank](http://www.ecb.europa.eu) data for [Porter][Porter], including
[daily foreign exchange rates][Fx rates] for over 30 currencies.

Usage
-----

Add the dependency to your Composer files `require` section.

```
"provider/european-central-bank": "^4"
```

Requirements
------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"scriptfusion/porter": "4.0.x-dev",
"connectors/http": "4.0.x-dev"
"scriptfusion/porter": "^4",
"connectors/http": "^2"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit 7e0a2b3

Please sign in to comment.