From 637963e02800b15c72eca4d3c6f8226729d2f6a0 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 2 Feb 2023 23:58:01 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f123cd9..02511b4 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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"