Skip to content

Commit

Permalink
Upgrade web-push-php
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Mar 17, 2018
1 parent e35f4c8 commit 0694415
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 377 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ Navigating through the commits and files will help you build:

## Requirements
- Chrome or Firefox
- PHP 5.6+
- PHP 7.1+
- gmp
- mbstring
- curl
- openssl

PHP 5.6+ is no longer maintained, but you can checkout the `v1.x` branch.

## Installation
```bash
$ composer create-project minishlink/web-push-php-example
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
],
"require": {
"minishlink/web-push": "^1.4"
"minishlink/web-push": "^3.0"
}
}
Loading

0 comments on commit 0694415

Please sign in to comment.