Skip to content

Commit 8377bd5

Browse files
committed
Update package name in composer.json and updated provided serviceprovider for laravel autodiscovery
1 parent 2f2576e commit 8377bd5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "swisnl/jsonapi",
2+
"name": "swisnl/json-api-client",
33
"type": "library",
44
"require": {
55
"php": ">=7.0",
@@ -54,7 +54,7 @@
5454
"extra": {
5555
"laravel": {
5656
"providers": [
57-
"Swis\\JsonApi\\ServiceProvider"
57+
"Swis\\JsonApi\\Client\\Providers"
5858
]
5959
}
6060
}

0 commit comments

Comments
 (0)