We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1bd27 commit dfa8551Copy full SHA for dfa8551
1 file changed
composer.json
@@ -2,6 +2,9 @@
2
"name": "friendsofredaxo/activity_log",
3
"description": "Activity Log für REDAXO 5",
4
"license": "MIT",
5
+ "require": {
6
+ "php": ">=8.2"
7
+ },
8
"scripts": {
9
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
10
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
0 commit comments