Skip to content

Commit 3f348ea

Browse files
committed
build(deps): drop PHP 7.x for incompatiblity
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 7b16bcf commit 3f348ea

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)