Skip to content

Commit 5d008c8

Browse files
committed
Simplify PHP version declaration
1 parent 597fdf3 commit 5d008c8

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
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
24+
"php": "^7.1 || ^8.0",
2525
"ext-mbstring": "*",
2626
"sabberworm/php-css-parser": "^8.4"
2727
},

0 commit comments

Comments
 (0)