Skip to content

Commit 0f8e143

Browse files
committed
[Feature] Use latest version of json-api dependency
Update composer.json to set `cloudcreativity/json-api` dependency to the latest version.
1 parent d76e854 commit 0f8e143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5-
## [Unreleased]
5+
## [0.4.2] - 2016-08-11
66

77
### Added
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=5.5.0",
2626
"laravel/framework": "^5.1",
27-
"cloudcreativity/json-api": "^0.5.0",
27+
"cloudcreativity/json-api": "^0.5.2",
2828
"symfony/psr-http-message-bridge": "^0.2.0",
2929
"zendframework/zend-diactoros": "^1.3"
3030
},

0 commit comments

Comments
 (0)