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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.6.0 ] - 2018-03-06
88
99### Added
1010
1111* Added CHANGELOG.md
1212
13+ ### Changed
14+
15+ * Changed package name in composer.json
16+ * Changed autodiscovery service provider in composer.json
17+
1318## [ 0.5.0] - 2018-03-06
1419
1520### Added
Original file line number Diff line number Diff line change 11{
2- "name" : " swisnl/jsonapi " ,
2+ "name" : " swisnl/json-api-client " ,
33 "type" : " library" ,
44 "require" : {
55 "php" : " >=7.0" ,
5454 "extra" : {
5555 "laravel" : {
5656 "providers" : [
57- " Swis\\ JsonApi\\ ServiceProvider "
57+ " Swis\\ JsonApi\\ Client \\ Providers "
5858 ]
5959 }
6060 }
You can’t perform that action at this time.
0 commit comments