From 0cac17d8d539f55185bee08d8233a9b46b7ce414 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 22 Jul 2024 01:37:17 -0600 Subject: [PATCH] Update composer, add support for php 8.2 and 8.3 --- composer.json | 2 +- composer.lock | 41 ++++++++++++++++++----------------------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index dbe6a62e7..de544cb59 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "doctrine/dbal": "^3.0", "intervention/image": "^2.4", "jenssegers/agent": "^2.6", - "laravel-notification-channels/expo": "^2.0", + "laravel-notification-channels/expo": "^1.3.0|^2.0", "laravel-notification-channels/webpush": "^8.0", "laravel/framework": "^11.0", "laravel/helpers": "^1.1", diff --git a/composer.lock b/composer.lock index 06fd1bc69..1f8509874 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "53a815fd998a7264135d59184253d0de", + "content-hash": "fbadeaf1fbbd9e0f64feaa1433ca7dd0", "packages": [ { "name": "aws/aws-crt-php", @@ -2249,34 +2249,29 @@ }, { "name": "laravel-notification-channels/expo", - "version": "v2.0.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/expo.git", - "reference": "29d038b6409077ac4c671cc5587a4dc7986260b0" + "reference": "d718a89dfc4997aba69b673f5db416ac833188e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/expo/zipball/29d038b6409077ac4c671cc5587a4dc7986260b0", - "reference": "29d038b6409077ac4c671cc5587a4dc7986260b0", + "url": "https://api.github.com/repos/laravel-notification-channels/expo/zipball/d718a89dfc4997aba69b673f5db416ac833188e9", + "reference": "d718a89dfc4997aba69b673f5db416ac833188e9", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/guzzle": "^7.1", - "illuminate/contracts": "^11.0", - "illuminate/notifications": "^11.0", - "illuminate/support": "^11.0", - "php": "~8.3" + "guzzlehttp/guzzle": "~6.0 || ~7.0", + "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0", + "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0", + "php": ">=7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3" }, "require-dev": { - "larastan/larastan": "^2.0", - "laravel/pint": "^1.0", - "orchestra/testbench": "^9.0", - "phpunit/phpunit": "^11.0" - }, - "suggest": { - "ext-zlib": "Required for compressing payloads exceeding 1 KiB in size." + "mockery/mockery": "^1.0", + "orchestra/testbench": "^6.18", + "phpunit/phpunit": "^8.0" }, "type": "library", "extra": { @@ -2297,19 +2292,19 @@ ], "authors": [ { - "name": "Muhammed Sari", - "email": "muhammed@dive.be", - "homepage": "https://dive.be", + "name": "Nick Pratley", + "email": "nick@npratley.net", + "homepage": "https://npratley.net/", "role": "Developer" } ], - "description": "Expo Notifications Channel for Laravel", + "description": "Expo Notifications driver for Laravel", "homepage": "https://github.com/laravel-notification-channels/expo", "support": { "issues": "https://github.com/laravel-notification-channels/expo/issues", - "source": "https://github.com/laravel-notification-channels/expo/tree/v2.0.0" + "source": "https://github.com/laravel-notification-channels/expo/tree/1.3.1" }, - "time": "2024-03-18T07:49:28+00:00" + "time": "2024-03-15T00:24:58+00:00" }, { "name": "laravel-notification-channels/webpush",