Skip to content

Commit dfa8551

Browse files
committed
fix: PHP >=8.2 als Mindestanforderung in composer.json deklariert
1 parent bf1bd27 commit dfa8551

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "friendsofredaxo/activity_log",
33
"description": "Activity Log für REDAXO 5",
44
"license": "MIT",
5+
"require": {
6+
"php": ">=8.2"
7+
},
58
"scripts": {
69
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
710
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",

0 commit comments

Comments
 (0)