From 9e2b7031e445d15a8f8bd40cf1b43fd19ffb91e1 Mon Sep 17 00:00:00 2001 From: atymic Date: Fri, 27 Sep 2019 10:51:46 +1000 Subject: [PATCH] chore: support laravel 6.0 --- .styleci.yml | 2 -- .travis.yml | 5 ++--- CHANGELOG.md | 8 ++++++-- README.md | 4 ++-- composer.json | 11 ++++++----- phpunit.xml.dist | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 916d27e..0285f17 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,3 +1 @@ preset: laravel - -linting: true diff --git a/.travis.yml b/.travis.yml index f408db7..71955e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 + - 7.2 + - 7.3 env: matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd72bc..f032734 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `facebook-poster` will be documented in this file -## 1.0.0 - 201X-XX-XX +## 1.6.0 -- initial release +- Laravel 6.0 Support + +## 1.5.0 + +- Laravel 5.8 Support diff --git a/README.md b/README.md index fa53bbd..08ca4fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FacebookPoster Notification Channel For Laravel 5.5 +# FacebookPoster Notification Channel For Laravel [![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/facebook-poster.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/facebook-poster) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) @@ -10,7 +10,7 @@ [![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/facebook-poster.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/facebook-poster) -This package makes it easly to post on facebook using FacebookPoster Notification with Laravel 5.5 +This package makes it easly to post on facebook using FacebookPoster Notification with Laravel 5.5+ & 6.0 ## Contents diff --git a/composer.json b/composer.json index 5df574c..2022032 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,15 @@ "email": "ahmed29329@gmail.com" }], "require": { - "facebook/graph-sdk": "^5.4", - "illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" + "php": "^7.2", + "facebook/graph-sdk": "^5.7", + "illuminate/notifications": "~5.5 || ~6.0", + "illuminate/support": "~5.5 || ~6.0" }, "require-dev": { "mockery/mockery": "^0.9.5", - "phpunit/phpunit": "~5.7", - "orchestra/testbench": "~3.3|~3.4|~3.6|~3.7" + "orchestra/testbench": "~3.7 || ~4.0", + "phpunit/phpunit": "~7.0 || ~8.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 84415b4..4be87d4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,7 +22,7 @@ - +