Skip to content

Commit

Permalink
Merge pull request #165 from Edujugon/release-5.3.0
Browse files Browse the repository at this point in the history
Release 5.3.0 (Laravel 10)
  • Loading branch information
Edujugon authored May 8, 2023
2 parents a38d93f + 33b0f1e commit 30403ec
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "edujugon/push-notification",
"description": "Laravel Package to send push notifications to Android and IOS devices. (GCM,FCM,APN)",
"keywords": ["Laravel", "push", "notification", "gcm", "apn", "fcm", "high", "priority"],
"keywords": [
"Laravel",
"push",
"notification",
"gcm",
"apn",
"fcm",
"high",
"priority"
],
"license": "MIT",
"support": {
"issues": "https://github.com/Edujugon/PushNotification/issues",
Expand All @@ -14,10 +23,10 @@
}
],
"require": {
"php" : "^7.1.3|^8.0",
"php": "^7.1.3|^8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
Expand Down

0 comments on commit 30403ec

Please sign in to comment.