From 5b79f2cf8a0071053d2e22bde34094b34c268bd8 Mon Sep 17 00:00:00 2001 From: Jan Iwanow Date: Mon, 26 Jul 2021 16:05:38 +0700 Subject: [PATCH] fix #14, add Laravel 8 support --- composer.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2bf31a8..346810d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "ext-mbstring": "*", "php-smpp/php-smpp": "1.2", - "illuminate/support": "^5|^6|^7" + "illuminate/support": "^5|^6|^7|^8" }, "autoload": { "psr-4": { diff --git a/readme.md b/readme.md index 81a51cb..ca8c282 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ # Laravel SMPP This package is a tiny wrapper for the [onlinecity/php-smpp](https://github.com/onlinecity/php-smpp) library. -It provides a basic SMPP interface and implementation for the Laravel 5.2 framework. +It provides a basic SMPP interface and implementation for the Laravel framework. ## Installation You can install Laravel SMPP using Composer command: