Skip to content

Commit b4be0ae

Browse files
author
Boris van Katwijk
authored
feat(req): add php 8 requirement in composer.json
1 parent d5af652 commit b4be0ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
}
1515
],
1616
"minimum-stability": "dev",
17+
"require": {
18+
"php": "^8"
19+
},
1720
"autoload": {
1821
"files": [
1922
"registration.php"
@@ -22,4 +25,4 @@
2225
"Experius\\WysiwygDownloads\\": ""
2326
}
2427
}
25-
}
28+
}

0 commit comments

Comments
 (0)