Skip to content

Commit 0694415

Browse files
committed
Upgrade web-push-php
1 parent e35f4c8 commit 0694415

File tree

3 files changed

+194
-377
lines changed

3 files changed

+194
-377
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Navigating through the commits and files will help you build:
99

1010
## Requirements
1111
- Chrome or Firefox
12-
- PHP 5.6+
12+
- PHP 7.1+
1313
- gmp
1414
- mbstring
1515
- curl
1616
- openssl
1717

18+
PHP 5.6+ is no longer maintained, but you can checkout the `v1.x` branch.
19+
1820
## Installation
1921
```bash
2022
$ composer create-project minishlink/web-push-php-example

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": "^1.4"
13+
"minishlink/web-push": "^3.0"
1414
}
1515
}

0 commit comments

Comments
 (0)