@@ -13,31 +13,20 @@ On [Packagist](https://packagist.org/packages/data-values/interfaces):
13
13
[ ![ Latest Stable Version] ( https://poser.pugx.org/data-values/interfaces/version.png )] ( https://packagist.org/packages/data-values/interfaces )
14
14
[ ![ Download count] ( https://poser.pugx.org/data-values/interfaces/d/total.png )] ( https://packagist.org/packages/data-values/interfaces )
15
15
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.
21
16
22
- ### Composer
17
+ ## Installation
23
18
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:
28
22
29
- {
30
- "require": {
31
- "data-values/interfaces ": "0.2.*"
32
- }
23
+ ``` json
24
+ {
25
+ "require " : {
26
+ "data-values/interfaces" : " ^1.0 "
33
27
}
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
+ ```
41
30
42
31
## Tests
43
32
@@ -47,7 +36,7 @@ via Github Actions.
47
36
48
37
## Release notes
49
38
50
- ### 1.0.0 (alpha )
39
+ ### 1.0.0 (2021-01-20 )
51
40
52
41
* Updated minimum required PHP version from 5.5.9 to 7.2
53
42
* Removed ` ValueFormatterBase `
0 commit comments