We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35f4c8 commit 0694415Copy full SHA for 0694415
README.md
@@ -9,12 +9,14 @@ Navigating through the commits and files will help you build:
9
10
## Requirements
11
- Chrome or Firefox
12
-- PHP 5.6+
+- PHP 7.1+
13
- gmp
14
- mbstring
15
- curl
16
- openssl
17
18
+PHP 5.6+ is no longer maintained, but you can checkout the `v1.x` branch.
19
+
20
## Installation
21
```bash
22
$ composer create-project minishlink/web-push-php-example
composer.json
@@ -10,6 +10,6 @@
}
],
"require": {
- "minishlink/web-push": "^1.4"
+ "minishlink/web-push": "^3.0"
0 commit comments