Skip to content

Commit 33b0f1e

Browse files
authored
Merge pull request #164 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents a38d93f + 637963e commit 33b0f1e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "edujugon/push-notification",
33
"description": "Laravel Package to send push notifications to Android and IOS devices. (GCM,FCM,APN)",
4-
"keywords": ["Laravel", "push", "notification", "gcm", "apn", "fcm", "high", "priority"],
4+
"keywords": [
5+
"Laravel",
6+
"push",
7+
"notification",
8+
"gcm",
9+
"apn",
10+
"fcm",
11+
"high",
12+
"priority"
13+
],
514
"license": "MIT",
615
"support": {
716
"issues": "https://github.com/Edujugon/PushNotification/issues",
@@ -14,10 +23,10 @@
1423
}
1524
],
1625
"require": {
17-
"php" : "^7.1.3|^8.0",
26+
"php": "^7.1.3|^8.0",
1827
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
19-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
20-
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
28+
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0",
29+
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
2130
},
2231
"require-dev": {
2332
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"

0 commit comments

Comments
 (0)