Skip to content

Commit

Permalink
Merge pull request #16 from franzose/1.4
Browse files Browse the repository at this point in the history
fix #14, add Laravel 8 support
  • Loading branch information
franzose authored Jul 26, 2021
2 parents 1ddfa91 + 5b79f2c commit dfcb332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfcb332

Please sign in to comment.