Skip to content

Commit 80a3e0e

Browse files
committed
Upgrade deps + change VAPID keys
1 parent b2de6e8 commit 80a3e0e

8 files changed

+553
-95
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ $ composer create-project minishlink/web-push-php-example
2323
$ cd web-push-php-example
2424
```
2525

26+
You can change the VAPID keys in the [keys](./keys) folder with [this guide](https://github.com/web-push-libs/web-push-php#authentication-vapid).
27+
Don't forget to update the public key in [app.js](./src/app.js) too.
28+
2629
## Usage
2730

2831
```bash

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
],
1212
"require": {
13-
"minishlink/web-push": "^4.0"
13+
"minishlink/web-push": "^4.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)