Skip to content

Commit a7c511b

Browse files
committed
Update example with last web-push-php version
1 parent 3815d63 commit a7c511b

File tree

3 files changed

+481
-486
lines changed

3 files changed

+481
-486
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Navigating through the commits and files will help you build:
1010
## Requirements
1111
- Chrome or Firefox
1212
- [composer](https://getcomposer.org/)
13-
- PHP 7.2+
13+
- PHP 8.0+
1414
- gmp
1515
- mbstring
1616
- curl
1717
- openssl
1818

19-
PHP 7.1 is no longer maintained, but you can checkout the `v2.x` branch.
20-
PHP 5.6+ is no longer maintained, but you can checkout the `v1.x` branch.
19+
PHP 7.2 is no longer maintained, but you can checkout the `v3.x` tags.
20+
PHP 7.1 is no longer maintained, but you can checkout the `v2.x` tags.
21+
PHP 5.6+ is no longer maintained, but you can checkout the `v1.x` tags.
2122

2223
## Installation
2324
```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": "^6.0.0"
13+
"minishlink/web-push": "^8.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)