Skip to content

Commit 66504fe

Browse files
dependabot[bot]nickvergessen
authored andcommitted
build(deps): Bump minishlink/web-push from 10.1.0 to 11.0.0
Bumps [minishlink/web-push](https://github.com/web-push-libs/web-push-php) from 10.1.0 to 11.0.0. - [Release notes](https://github.com/web-push-libs/web-push-php/releases) - [Commits](web-push-libs/web-push-php@v10.1.0...v11.0.0) --- updated-dependencies: - dependency-name: minishlink/web-push dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27af7a9 commit 66504fe

2 files changed

Lines changed: 222 additions & 236 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"sort-packages": true,
1717
"allow-plugins": {
18-
"bamarni/composer-bin-plugin": true
18+
"bamarni/composer-bin-plugin": true,
19+
"php-http/discovery": true
1920
}
2021
},
2122
"scripts": {
@@ -43,7 +44,8 @@
4344
},
4445
"require": {
4546
"bamarni/composer-bin-plugin": "^1.9.1",
46-
"minishlink/web-push": "^10.0"
47+
"guzzlehttp/psr7": "^2.8",
48+
"minishlink/web-push": "^11.0"
4749
},
4850
"extra": {
4951
"mozart": {
@@ -52,6 +54,7 @@
5254
"classmap_directory": "/lib/autoload/",
5355
"classmap_prefix": "NEXTCLOUDNOTIFICATIONS_",
5456
"packages": [
57+
"guzzlehttp/psr7",
5558
"minishlink/web-push"
5659
],
5760
"excluded_packages": [

0 commit comments

Comments
 (0)