From 5589b8ce96cd6dfdd9e7521d0c9474388139e3fa Mon Sep 17 00:00:00 2001 From: Samuel Parkinson Date: Tue, 30 Jun 2015 08:55:54 +0100 Subject: [PATCH] Update composer.json for the license field, and update the v0.1.0 link in the changelog. --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9089322..0eb2708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [v0.1.0](https://github.com/graze/queue/compare/b41cd33...v0.1.0) +## [v0.1.0](https://github.com/graze/queue/tree/v0.1.0) ### Added diff --git a/composer.json b/composer.json index ce8f830..07349d5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": ":postbox: Flexible abstraction for working with queues in PHP.", - "licence": "MIT", + "license": "MIT", "authors": [ {