Skip to content

Commit 31360c9

Browse files
authored
Merge pull request #4 from alisonjo315/patch-1
let this plugin be installed with PHP 8
2 parents d40d01d + 24835bd commit 31360c9

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
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"require": {
24-
"php": "^5.5 || ^7.0"
24+
"php": "^5.5 || ^7.0 || ^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "TerminusPluginProject\\TerminusAutocomplete\\": "src" }

0 commit comments

Comments
 (0)