Skip to content

Commit

Permalink
Merge pull request #3 from ARCANEDEV/feature-laravel_53
Browse files Browse the repository at this point in the history
Adding Laravel 5.3 Support
  • Loading branch information
arcanedev-maroc authored Sep 5, 2016
2 parents 258c28f + 3caae42 commit 1ab9a2d
Show file tree
Hide file tree
Showing 12 changed files with 460 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/_docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
Expand Down
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/.idea/
/_arcanedev/
/build/
/storage/
/vendor/
composer.phar
composer.lock
/composer.lock
/composer.phar
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ checks:

tools:
external_code_coverage:
timeout: 600
runs: 8
timeout: 900
runs: 9
php_code_sniffer:
enabled: true
config:
Expand Down
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ language: php
sudo: false

php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

matrix:
allow_failures:
Expand All @@ -17,6 +15,7 @@ matrix:
env:
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*

before_script:
- travis_retry composer self-update
Expand All @@ -28,5 +27,5 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Laravel Messenger [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5][badge_laravel]][link-github-repo]

[![Travis Status][badge_build]][link-travis]
[![HHVM Status][badge_hhvm]][link-hhvm]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
Expand All @@ -23,7 +22,7 @@ This Laravel Messenger will allow you to add a messaging system into your Larave
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.1 | 5.2` are supported.
* Laravel `5.1 | 5.2 | 5.3` are supported.
* Made with :heart: & :coffee:.

## Table of contents
Expand All @@ -36,7 +35,6 @@ This Laravel Messenger will allow you to add a messaging system into your Larave
## TODOS

- [ ] Documentation.
- [ ] Laravel 5.3 support.

## Contribution

Expand All @@ -52,10 +50,9 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
- [All Contributors][link-contributors]
- [cmgmyr/laravel-messenger](https://github.com/cmgmyr/laravel-messenger)

[badge_laravel]: https://img.shields.io/badge/For-Laravel%205.1|5.2-orange.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/For-Laravel%205.1|5.2|5.3-orange.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-messenger.svg?style=flat-square
[badge_build]: https://img.shields.io/travis/ARCANEDEV/LaravelMessenger.svg?style=flat-square
[badge_hhvm]: https://img.shields.io/hhvm/arcanedev/laravel-messenger.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelMessenger.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/LaravelMessenger.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/0fe62754-1219-409a-9d05-b6ae7e3e342f.svg?style=flat-square
Expand All @@ -70,6 +67,5 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
[link-contributors]: https://github.com/ARCANEDEV/LaravelMessenger/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/laravel-messenger
[link-travis]: https://travis-ci.org/ARCANEDEV/LaravelMessenger
[link-hhvm]: http://hhvm.h4cc.de/package/arcanedev/laravel-messenger
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/LaravelMessenger/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/0fe62754-1219-409a-9d05-b6ae7e3e342f
2 changes: 1 addition & 1 deletion _docs/0.Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Laravel Messenger will allow you to add a messaging system into your Larave
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.1 | 5.2` are supported.
* Laravel `5.1 | 5.2 | 5.3` are supported.
* Made with :heart: & :coffee:.

## Table of contents
Expand Down
2 changes: 1 addition & 1 deletion _docs/1.Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
The Laravel Messenger package has a few system requirements:

```
- PHP >= 5.5.9
- PHP >= 5.6
```
Loading

0 comments on commit 1ab9a2d

Please sign in to comment.