File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.6.0 ] - 2018-03-06
8
8
9
9
### Added
10
10
11
11
* Added CHANGELOG.md
12
12
13
+ ### Changed
14
+
15
+ * Changed package name in composer.json
16
+ * Changed autodiscovery service provider in composer.json
17
+
13
18
## [ 0.5.0] - 2018-03-06
14
19
15
20
### Added
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " swisnl/jsonapi " ,
2
+ "name" : " swisnl/json-api-client " ,
3
3
"type" : " library" ,
4
4
"require" : {
5
5
"php" : " >=7.0" ,
54
54
"extra" : {
55
55
"laravel" : {
56
56
"providers" : [
57
- " Swis\\ JsonApi\\ ServiceProvider "
57
+ " Swis\\ JsonApi\\ Client \\ Providers "
58
58
]
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments