Skip to content

Commit 244d078

Browse files
authored
Merge pull request #56 from DataValues/rel100
Release version 1.0.0
2 parents 83a6b57 + c462f2e commit 244d078

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

README.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,20 @@ On [Packagist](https://packagist.org/packages/data-values/interfaces):
1313
[![Latest Stable Version](https://poser.pugx.org/data-values/interfaces/version.png)](https://packagist.org/packages/data-values/interfaces)
1414
[![Download count](https://poser.pugx.org/data-values/interfaces/d/total.png)](https://packagist.org/packages/data-values/interfaces)
1515

16-
## Installation
17-
18-
You can use [Composer](http://getcomposer.org/) to download and install
19-
this package as well as its dependencies. Alternatively you can simply clone
20-
the git repository and take care of loading yourself.
2116

22-
### Composer
17+
## Installation
2318

24-
To add this package as a local, per-project dependency to your project, simply add a
25-
dependency on `data-values/interfaces` to your project's `composer.json` file.
26-
Here is a minimal example of a `composer.json` file that just defines a dependency on
27-
DataValues Interfaces 0.2:
19+
To use this library in your project, simply add a dependency on `data-values/interfaces`
20+
to your project's `composer.json` file. Here is a minimal example of a `composer.json`
21+
file that just defines a dependency on Interfaces 1.x:
2822

29-
{
30-
"require": {
31-
"data-values/interfaces": "0.2.*"
32-
}
23+
```json
24+
{
25+
"require": {
26+
"data-values/interfaces": "^1.0"
3327
}
34-
35-
### Manual
36-
37-
Get the DataValues Interfaces code, either via git, or some other means. Also get all dependencies.
38-
You can find a list of the dependencies in the "require" section of the composer.json file.
39-
Load all dependencies and the load the DataValues Interfaces library by including its entry point:
40-
Interfaces.php.
28+
}
29+
```
4130

4231
## Tests
4332

@@ -47,7 +36,7 @@ via Github Actions.
4736

4837
## Release notes
4938

50-
### 1.0.0 (alpha)
39+
### 1.0.0 (2021-01-20)
5140

5241
* Updated minimum required PHP version from 5.5.9 to 7.2
5342
* Removed `ValueFormatterBase`

0 commit comments

Comments
 (0)