File tree Expand file tree Collapse file tree 3 files changed +481
-486
lines changed Expand file tree Collapse file tree 3 files changed +481
-486
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ Navigating through the commits and files will help you build:
10
10
## Requirements
11
11
- Chrome or Firefox
12
12
- [ composer] ( https://getcomposer.org/ )
13
- - PHP 7.2 +
13
+ - PHP 8.0 +
14
14
- gmp
15
15
- mbstring
16
16
- curl
17
17
- openssl
18
18
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.
21
22
22
23
## Installation
23
24
``` bash
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "minishlink/web-push" : " ^6 .0.0"
13
+ "minishlink/web-push" : " ^8 .0.0"
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments