-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated minishlink/web-push to 7.0 (#37)
- Loading branch information
Showing
1 changed file
with
149 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,152 +1,152 @@ | ||
{ | ||
"name": "bentools/webpush-bundle", | ||
"type": "symfony-bundle", | ||
"description": "Send push notifications through Web Push Protocol to your Symfony users.", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Beno!t POLASZEK", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"ext-openssl": "*", | ||
"guzzlehttp/guzzle": "~6.0|~7.0", | ||
"minishlink/web-push": "~4.0|~5.0|~6.0", | ||
"symfony/http-kernel": "~3.0|~4.0|~5.0|~6.0" | ||
}, | ||
"require-dev": { | ||
"bentools/doctrine-static": "1.0.x-dev", | ||
"doctrine/dbal": "~2.5 <=2.9", | ||
"nyholm/symfony-bundle-test": "~1.8", | ||
"phpunit/phpunit": "~5.0|~6.0|~7.0|~8.0|~9.0", | ||
"symfony/config": "~4.0|~5.0|~6.0", | ||
"symfony/dependency-injection": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/http-foundation": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/routing": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/security": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/var-dumper": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/yaml": "~3.0|~4.0|~5.0|~6.0", | ||
"twig/twig": "~1.0|~2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"BenTools\\WebPushBundle\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"BenTools\\WebPushBundle\\Tests\\": "tests" | ||
"name": "bentools/webpush-bundle", | ||
"type": "symfony-bundle", | ||
"description": "Send push notifications through Web Push Protocol to your Symfony users.", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Beno!t POLASZEK", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"ext-openssl": "*", | ||
"guzzlehttp/guzzle": "~6.0|~7.0", | ||
"minishlink/web-push": "~4.0|~5.0|~6.0|~7.0", | ||
"symfony/http-kernel": "~3.0|~4.0|~5.0|~6.0" | ||
}, | ||
"files": [ | ||
"vendor/symfony/var-dumper/Resources/functions/dump.php" | ||
"require-dev": { | ||
"bentools/doctrine-static": "1.0.x-dev", | ||
"doctrine/dbal": "~2.5 <=2.9", | ||
"nyholm/symfony-bundle-test": "~1.8", | ||
"phpunit/phpunit": "~5.0|~6.0|~7.0|~8.0|~9.0", | ||
"symfony/config": "~4.0|~5.0|~6.0", | ||
"symfony/dependency-injection": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/http-foundation": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/routing": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/security": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/var-dumper": "~3.0|~4.0|~5.0|~6.0", | ||
"symfony/yaml": "~3.0|~4.0|~5.0|~6.0", | ||
"twig/twig": "~1.0|~2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"BenTools\\WebPushBundle\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"BenTools\\WebPushBundle\\Tests\\": "tests" | ||
}, | ||
"files": [ | ||
"vendor/symfony/var-dumper/Resources/functions/dump.php" | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0.x-dev" | ||
} | ||
}, | ||
"keywords": [ | ||
"PushNotification", | ||
"PushNotification bundle", | ||
"PushSubsciption", | ||
"PushSubsciption bundle", | ||
"notification", | ||
"notification bundle", | ||
"notifications", | ||
"notifications bundle", | ||
"subscription", | ||
"subscription bundle", | ||
"subscriptions", | ||
"subscriptions bundle", | ||
"push", | ||
"push bundle", | ||
"push notification", | ||
"push notification bundle", | ||
"push notifications", | ||
"push notifications bundle", | ||
"push subscription", | ||
"push subscription bundle", | ||
"push subscriptions", | ||
"push subscriptions bundle", | ||
"webpush", | ||
"webpush protocol", | ||
"webpush bundle", | ||
"webpush notification", | ||
"webpush notification bundle", | ||
"webpush notifications", | ||
"webpush notifications bundle", | ||
"webpush subscription", | ||
"webpush subscription bundle", | ||
"webpush subscriptions", | ||
"webpush subscriptions bundle", | ||
"web push", | ||
"web push protocol", | ||
"web push bundle", | ||
"web push notification", | ||
"web push notification bundle", | ||
"web push notifications", | ||
"web push notifications bundle", | ||
"web push subscription", | ||
"web push subscription bundle", | ||
"web push subscriptions", | ||
"web push subscriptions bundle", | ||
"symfony PushNotification", | ||
"symfony PushNotification bundle", | ||
"symfony PushSubsciption", | ||
"symfony PushSubsciption bundle", | ||
"symfony notification", | ||
"symfony notification bundle", | ||
"symfony notifications", | ||
"symfony notifications bundle", | ||
"symfony subscription", | ||
"symfony subscription bundle", | ||
"symfony subscriptions", | ||
"symfony subscriptions bundle", | ||
"symfony push", | ||
"symfony push bundle", | ||
"symfony push notification", | ||
"symfony push notification bundle", | ||
"symfony push notifications", | ||
"symfony push notifications bundle", | ||
"symfony push subscription", | ||
"symfony push subscription bundle", | ||
"symfony push subscriptions", | ||
"symfony push subscriptions bundle", | ||
"symfony webpush", | ||
"symfony webpush bundle", | ||
"symfony webpush notification", | ||
"symfony webpush notification bundle", | ||
"symfony webpush notifications", | ||
"symfony webpush notifications bundle", | ||
"symfony webpush subscription", | ||
"symfony webpush subscription bundle", | ||
"symfony webpush subscriptions", | ||
"symfony webpush subscriptions bundle", | ||
"symfony web push", | ||
"symfony web push bundle", | ||
"symfony web push notification", | ||
"symfony web push notification bundle", | ||
"symfony web push notifications", | ||
"symfony web push notifications bundle", | ||
"symfony web push subscription", | ||
"symfony web push subscription bundle", | ||
"symfony web push subscriptions", | ||
"symfony web push subscriptions bundle", | ||
"flex", | ||
"vapid", | ||
"fcm", | ||
"browser", | ||
"chrome", | ||
"firefox" | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0.x-dev" | ||
} | ||
}, | ||
"keywords": [ | ||
"PushNotification", | ||
"PushNotification bundle", | ||
"PushSubsciption", | ||
"PushSubsciption bundle", | ||
"notification", | ||
"notification bundle", | ||
"notifications", | ||
"notifications bundle", | ||
"subscription", | ||
"subscription bundle", | ||
"subscriptions", | ||
"subscriptions bundle", | ||
"push", | ||
"push bundle", | ||
"push notification", | ||
"push notification bundle", | ||
"push notifications", | ||
"push notifications bundle", | ||
"push subscription", | ||
"push subscription bundle", | ||
"push subscriptions", | ||
"push subscriptions bundle", | ||
"webpush", | ||
"webpush protocol", | ||
"webpush bundle", | ||
"webpush notification", | ||
"webpush notification bundle", | ||
"webpush notifications", | ||
"webpush notifications bundle", | ||
"webpush subscription", | ||
"webpush subscription bundle", | ||
"webpush subscriptions", | ||
"webpush subscriptions bundle", | ||
"web push", | ||
"web push protocol", | ||
"web push bundle", | ||
"web push notification", | ||
"web push notification bundle", | ||
"web push notifications", | ||
"web push notifications bundle", | ||
"web push subscription", | ||
"web push subscription bundle", | ||
"web push subscriptions", | ||
"web push subscriptions bundle", | ||
"symfony PushNotification", | ||
"symfony PushNotification bundle", | ||
"symfony PushSubsciption", | ||
"symfony PushSubsciption bundle", | ||
"symfony notification", | ||
"symfony notification bundle", | ||
"symfony notifications", | ||
"symfony notifications bundle", | ||
"symfony subscription", | ||
"symfony subscription bundle", | ||
"symfony subscriptions", | ||
"symfony subscriptions bundle", | ||
"symfony push", | ||
"symfony push bundle", | ||
"symfony push notification", | ||
"symfony push notification bundle", | ||
"symfony push notifications", | ||
"symfony push notifications bundle", | ||
"symfony push subscription", | ||
"symfony push subscription bundle", | ||
"symfony push subscriptions", | ||
"symfony push subscriptions bundle", | ||
"symfony webpush", | ||
"symfony webpush bundle", | ||
"symfony webpush notification", | ||
"symfony webpush notification bundle", | ||
"symfony webpush notifications", | ||
"symfony webpush notifications bundle", | ||
"symfony webpush subscription", | ||
"symfony webpush subscription bundle", | ||
"symfony webpush subscriptions", | ||
"symfony webpush subscriptions bundle", | ||
"symfony web push", | ||
"symfony web push bundle", | ||
"symfony web push notification", | ||
"symfony web push notification bundle", | ||
"symfony web push notifications", | ||
"symfony web push notifications bundle", | ||
"symfony web push subscription", | ||
"symfony web push subscription bundle", | ||
"symfony web push subscriptions", | ||
"symfony web push subscriptions bundle", | ||
"flex", | ||
"vapid", | ||
"fcm", | ||
"browser", | ||
"chrome", | ||
"firefox" | ||
] | ||
} | ||
} |