Skip to content

Commit b4a317e

Browse files
committed
chore(composer): set min php 7, add test script
1 parent c5f481b commit b4a317e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

‎composer.json‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Ultra lightweight JSON web token (JWT) library for PHP5.5+.",
44
"type": "library",
55
"keywords": [
6-
"jwt", "jwt-php", "auth", "json-web-token", "token"
6+
"jwt", "jwt-php", "auth", "json-web-token", "token", "jwt-auth"
77
],
88
"license": "MIT",
99
"authors": [
@@ -23,9 +23,12 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=5.5"
26+
"php": ">=7.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
29+
"phpunit/phpunit": "^6.5 || ^7.5"
30+
},
31+
"scripts": {
32+
"test": "vendor/bin/phpunit"
3033
}
3134
}

0 commit comments

Comments
 (0)