Update composer, add support for php 8.2 and 8.3

This commit is contained in:
Daniel Supernault 2024-07-22 01:37:17 -06:00
parent cafbf6ff19
commit 0cac17d8d5
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1
2 changed files with 19 additions and 24 deletions

View file

@ -19,7 +19,7 @@
"doctrine/dbal": "^3.0", "doctrine/dbal": "^3.0",
"intervention/image": "^2.4", "intervention/image": "^2.4",
"jenssegers/agent": "^2.6", "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-notification-channels/webpush": "^8.0",
"laravel/framework": "^11.0", "laravel/framework": "^11.0",
"laravel/helpers": "^1.1", "laravel/helpers": "^1.1",

41
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "53a815fd998a7264135d59184253d0de", "content-hash": "fbadeaf1fbbd9e0f64feaa1433ca7dd0",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -2249,34 +2249,29 @@
}, },
{ {
"name": "laravel-notification-channels/expo", "name": "laravel-notification-channels/expo",
"version": "v2.0.0", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel-notification-channels/expo.git", "url": "https://github.com/laravel-notification-channels/expo.git",
"reference": "29d038b6409077ac4c671cc5587a4dc7986260b0" "reference": "d718a89dfc4997aba69b673f5db416ac833188e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel-notification-channels/expo/zipball/29d038b6409077ac4c671cc5587a4dc7986260b0", "url": "https://api.github.com/repos/laravel-notification-channels/expo/zipball/d718a89dfc4997aba69b673f5db416ac833188e9",
"reference": "29d038b6409077ac4c671cc5587a4dc7986260b0", "reference": "d718a89dfc4997aba69b673f5db416ac833188e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^7.1", "guzzlehttp/guzzle": "~6.0 || ~7.0",
"illuminate/contracts": "^11.0", "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0",
"illuminate/notifications": "^11.0", "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0",
"illuminate/support": "^11.0", "php": ">=7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3"
"php": "~8.3"
}, },
"require-dev": { "require-dev": {
"larastan/larastan": "^2.0", "mockery/mockery": "^1.0",
"laravel/pint": "^1.0", "orchestra/testbench": "^6.18",
"orchestra/testbench": "^9.0", "phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^11.0"
},
"suggest": {
"ext-zlib": "Required for compressing payloads exceeding 1 KiB in size."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2297,19 +2292,19 @@
], ],
"authors": [ "authors": [
{ {
"name": "Muhammed Sari", "name": "Nick Pratley",
"email": "muhammed@dive.be", "email": "nick@npratley.net",
"homepage": "https://dive.be", "homepage": "https://npratley.net/",
"role": "Developer" "role": "Developer"
} }
], ],
"description": "Expo Notifications Channel for Laravel", "description": "Expo Notifications driver for Laravel",
"homepage": "https://github.com/laravel-notification-channels/expo", "homepage": "https://github.com/laravel-notification-channels/expo",
"support": { "support": {
"issues": "https://github.com/laravel-notification-channels/expo/issues", "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", "name": "laravel-notification-channels/webpush",