We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2557a7 commit dfd828cCopy full SHA for dfd828c
CHANGELOG.md
@@ -2,7 +2,7 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## Unreleased
+## 3.0.0 - 2015-09-05
6
7
### Added
8
- Added a CHANGELOG.
README.md
@@ -16,15 +16,15 @@ A PHP library providing ISO 4217 data.
16
Either install directly from command line using composer:
17
18
``` sh
19
-$ composer require "alcohol/iso4217:~2.0"
+$ composer require "alcohol/iso4217:~3.0"
20
```
21
22
or manually include it as a dependency in your composer.json:
23
24
``` javascript
25
{
26
"require": {
27
- "alcohol/iso4217": "~2.0"
+ "alcohol/iso4217": "~3.0"
28
}
29
30
0 commit comments