File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 8
8
- ~/.selenium-assistant
9
9
10
10
php :
11
- - 5.6
12
- - hhvm
13
11
- 7.0
14
12
- 7.1
15
13
@@ -20,7 +18,7 @@ before_install:
20
18
- nvm install node
21
19
22
20
install :
23
- - npm install web-push-testing-service -g
21
+ - npm install https://github.com/GoogleChromeLabs/ web-push-testing-service -g
24
22
25
23
before_script :
26
24
- composer install --prefer-source -n
Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ the [Web Push protocol](https://tools.ietf.org/html/draft-thomson-webpush-protoc
9
9
As it is standardized, you don't have to worry about what server type it relies on.
10
10
11
11
## Requirements
12
- * PHP 5.6
12
+ * PHP 7.0+
13
13
* gmp
14
14
* mbstring
15
15
* curl
16
16
* openssl
17
17
18
- PHP 7.1 is recommended for better performance.
18
+ PHP 7.1+ is recommended for better performance.
19
+ For PHP 5.6 or HHVM compatibility, use the v1.x releases.
19
20
20
21
## Installation
21
22
Use [ composer] ( https://getcomposer.org/ ) to download and install the library and its dependencies.
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^5.6 || ^ 7.0" ,
17
- "mdanter/ecc" : " ^0.4 .0" ,
16
+ "php" : " ^7.0" ,
17
+ "mdanter/ecc" : " ^0.5 .0" ,
18
18
"lib-openssl" : " *" ,
19
19
"spomky-labs/base64url" : " ^1.0" ,
20
20
"spomky-labs/php-aes-gcm" : " ^1.2" ,
21
- "spomky-labs/jose" : " ^6 .0" ,
21
+ "spomky-labs/jose" : " ^7 .0" ,
22
22
"guzzlehttp/guzzle" : " ^6.2"
23
23
},
24
24
"require-dev" : {
You can’t perform that action at this time.
0 commit comments