Skip to content

Commit e2a9dbe

Browse files
Merge pull request #43 from nextcloud/fix/noid/platform
build(deps): drop PHP 7.x for incompatiblity
2 parents 7b16bcf + 3f348ea commit e2a9dbe

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
@@ -3,7 +3,7 @@
33
"description": "Nextcloud coding standards for the php cs fixer",
44
"type": "library",
55
"require": {
6-
"php": "^7.3|^8.0",
6+
"php": "^8.0",
77
"php-cs-fixer/shim": "^3.17",
88
"kubawerlos/php-cs-fixer-custom-fixers": "^3.22"
99
},

0 commit comments

Comments
 (0)