Skip to content

Commit

Permalink
Update package name in composer.json and updated provided serviceprov…
Browse files Browse the repository at this point in the history
…ider for laravel autodiscovery
  • Loading branch information
bbrala committed Mar 6, 2018
1 parent 2f2576e commit 8377bd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0] - 2018-03-06

### Added

* Added CHANGELOG.md

### Changed

* Changed package name in composer.json
* Changed autodiscovery service provider in composer.json

## [0.5.0] - 2018-03-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swisnl/jsonapi",
"name": "swisnl/json-api-client",
"type": "library",
"require": {
"php": ">=7.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"extra": {
"laravel": {
"providers": [
"Swis\\JsonApi\\ServiceProvider"
"Swis\\JsonApi\\Client\\Providers"
]
}
}
Expand Down

0 comments on commit 8377bd5

Please sign in to comment.