Skip to content

Commit 57bc225

Browse files
authored
Merge pull request #172 from wp-graphql/fix/php-jwt-version-fix
fix: php-jwt version fixed.
2 parents b08e06e + 5d5356a commit 57bc225

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
@@ -17,7 +17,7 @@
1717
"wpunit-test": "vendor/bin/codecept run wpunit"
1818
},
1919
"require": {
20-
"firebase/php-jwt": "6.1.0"
20+
"firebase/php-jwt": "^6.1.0"
2121
},
2222
"require-dev": {
2323
"lucatume/wp-browser": "3.1.0",

0 commit comments

Comments
 (0)