Skip to content

Commit

Permalink
Laravel 10.x Compatibility (#31)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

* Update composer.json

---------

Co-authored-by: Shivam Agarwal <gr8shivam25@gmail.com>
  • Loading branch information
laravel-shift and gr8shivam authored Mar 13, 2023
1 parent eb446b7 commit 33bf673
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "gr8shivam/laravel-sms-api",
"version":"3.0.5",
"description": "Laravel package to provide SMS API integration. Any SMS vendor that provides REST API can be used. SMS-API channel for Laravel notifications also included.",
"license": "MIT",
"keywords": [
"name": "gr8shivam/laravel-sms-api",
"version": "3.0.6",
"description": "Laravel package to provide SMS API integration. Any SMS vendor that provides REST API can be used. SMS-API channel for Laravel notifications also included.",
"license": "MIT",
"keywords": [
"laravel sms",
"laravel notifications",
"laravel sms sender",
"laravel sms notifications",
"laravel sms api",
"laravel sms web api"
],
"homepage": "https://github.com/gr8shivam/laravel-sms-api",
"authors": [
{
"name": "Shivam Agarwal",
"email": "gr8shivam25@gmail.com",
"homepage": "https://github.com/gr8shivam",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3",
"orchestra/testbench": "~3.0"
},
"autoload": {
"psr-4": {
"Gr8Shivam\\SmsApi\\": "src"
"homepage": "https://github.com/gr8shivam/laravel-sms-api",
"authors": [
{
"name": "Shivam Agarwal",
"email": "gr8shivam25@gmail.com",
"homepage": "https://github.com/gr8shivam",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Gr8Shivam\\SmsApi\\Tests\\": "tests/"
}
},
"minimum-stability":"stable",
"extra": {
"require-dev": {
"phpunit/phpunit": "^5.3|^9.5.10",
"orchestra/testbench": "~3.0|^8.0"
},
"autoload": {
"psr-4": {
"Gr8Shivam\\SmsApi\\": "src"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Gr8Shivam\\SmsApi\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Gr8Shivam\\SmsApi\\SmsApiServiceProvider"
Expand Down

0 comments on commit 33bf673

Please sign in to comment.