From 38dff4e4445d03e5214ca1520d2b1ccd3bb0f9f7 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 22 Sep 2015 07:38:21 -0400 Subject: [PATCH] Fix missing 'bin' directive in composer.json --- CHANGELOG.md | 2 ++ composer.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee57f2786..951322d9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased][unreleased] +### Fixed + - Fixed missing "bin" directive in composer.json ## [0.11.0] - 2015-09-19 ### Added diff --git a/composer.json b/composer.json index 4dd33abf3e..2834ab8562 100644 --- a/composer.json +++ b/composer.json @@ -65,6 +65,7 @@ "League\\CommonMark\\Tests\\Functional\\": "tests/functional" } }, + "bin": ["bin/commonmark"], "extra": { "branch-alias": { "dev-master": "0.12-dev"