Skip to content

Commit e7351b7

Browse files
staabmMinishlink
authored andcommitted
added an upper bound to the php version constraint (#84)
* added an upper bound to the php version constraint * trigger new travis build * trigger build
1 parent 16efaec commit e7351b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.6",
22+
"php": "^5.6 || ^7.0",
2323
"mdanter/ecc": "^0.4.0",
2424
"lib-openssl": "*",
2525
"spomky-labs/base64url": "^1.0",

0 commit comments

Comments
 (0)