From ad26dcfe0e07a232951815138c3977d599fc210c Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 13 Jul 2015 07:59:44 +0800 Subject: [PATCH 1/3] Update travis setup. Signed-off-by: crynobone --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e54cb7..6f49f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: php +sudo: false + php: - 5.5 - 5.6 From 9b637a211e3c15539643c915ebd3fdec7522b575 Mon Sep 17 00:00:00 2001 From: crynobone Date: Sun, 16 Aug 2015 11:19:34 +0800 Subject: [PATCH 2/3] Update badge style. Signed-off-by: crynobone --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 79a8c7d..5ed01fa 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Messages Component for Laravel and Orchestra Platform Messages Component bring a unified notification support for Laravel and Orchestra Platform. -[![Latest Stable Version](https://img.shields.io/github/release/orchestral/messages.svg?style=flat)](https://packagist.org/packages/orchestra/messages) -[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/messages.svg?style=flat)](https://packagist.org/packages/orchestra/messages) -[![MIT License](https://img.shields.io/packagist/l/orchestra/messages.svg?style=flat)](https://packagist.org/packages/orchestra/messages) -[![Build Status](https://img.shields.io/travis/orchestral/messages/3.1.svg?style=flat)](https://travis-ci.org/orchestral/messages) -[![Coverage Status](https://img.shields.io/coveralls/orchestral/messages/3.1.svg?style=flat)](https://coveralls.io/r/orchestral/messages?branch=3.1) -[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/messages/3.1.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/messages/) +[![Latest Stable Version](https://img.shields.io/github/release/orchestral/messages.svg?style=flat-square)](https://packagist.org/packages/orchestra/messages) +[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/messages.svg?style=flat-square)](https://packagist.org/packages/orchestra/messages) +[![MIT License](https://img.shields.io/packagist/l/orchestra/messages.svg?style=flat-square)](https://packagist.org/packages/orchestra/messages) +[![Build Status](https://img.shields.io/travis/orchestral/messages/3.1.svg?style=flat-square)](https://travis-ci.org/orchestral/messages) +[![Coverage Status](https://img.shields.io/coveralls/orchestral/messages/3.1.svg?style=flat-square)](https://coveralls.io/r/orchestral/messages?branch=3.1) +[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/messages/3.1.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/messages/) ## Table of Content From 8092cd9b8dce9ff987c2445faaaa9750d6927da9 Mon Sep 17 00:00:00 2001 From: crynobone Date: Sun, 16 Aug 2015 11:29:27 +0800 Subject: [PATCH 3/3] Convert to space. Signed-off-by: crynobone --- composer.json | 82 +++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/composer.json b/composer.json index 3930383..5926846 100644 --- a/composer.json +++ b/composer.json @@ -1,43 +1,43 @@ { - "name": "orchestra/messages", - "description": "Messages Component for Laravel and Orchestra Platform", - "homepage": "http://orchestraplatform.com/docs/latest/components/messages/", - "keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"], - "license": "MIT", - "authors": [ - { - "name": "Mior Muhammad Zaki", - "email": "crynobone@gmail.com", - "homepage": "https://github.com/crynobone" - } - ], - "autoload": { - "psr-4": { - "Orchestra\\Messages\\" : "src/" - }, - "files": [ - "src/helpers.php" - ] - }, - "require": { - "php": ">=5.5.0", - "orchestra/contracts": "~3.1.0", - "orchestra/support": "~3.1.0" - }, - "require-dev": { - "mockery/mockery": "0.9.*", - "illuminate/container": "~5.1.0", - "illuminate/http": "~5.1.0", - "illuminate/session": "~5.1.0" - }, - "suggest": { - "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).", - "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1)." - }, - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "minimum-stability": "dev" + "name": "orchestra/messages", + "description": "Messages Component for Laravel and Orchestra Platform", + "homepage": "http://orchestraplatform.com/docs/latest/components/messages/", + "keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"], + "license": "MIT", + "authors": [ + { + "name": "Mior Muhammad Zaki", + "email": "crynobone@gmail.com", + "homepage": "https://github.com/crynobone" + } + ], + "autoload": { + "psr-4": { + "Orchestra\\Messages\\" : "src/" + }, + "files": [ + "src/helpers.php" + ] + }, + "require": { + "php": ">=5.5.0", + "orchestra/contracts": "~3.1.0", + "orchestra/support": "~3.1.0" + }, + "require-dev": { + "mockery/mockery": "0.9.*", + "illuminate/container": "~5.1.0", + "illuminate/http": "~5.1.0", + "illuminate/session": "~5.1.0" + }, + "suggest": { + "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).", + "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1)." + }, + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "minimum-stability": "dev" }