Skip to content

Commit d393dce

Browse files
committed
chore: require php 7.4 or 8.1
1 parent 8e6a735 commit d393dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^8.1",
16+
"php": "^7.4 || ^8.1",
1717
"lcobucci/jwt": "^4.1"
1818

1919
},

0 commit comments

Comments
 (0)