We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5b88a commit e11fe9cCopy full SHA for e11fe9c
2 files changed
.gitignore
@@ -7,4 +7,4 @@ phpunit.xml
7
.phpunit.result.cache
8
9
.php_cs
10
-.php_cs.cache
+.php_cs.cache
composer.json
@@ -2,7 +2,7 @@
2
"name": "gemorroj/htmlvalidator",
3
"type": "library",
4
"description": "W3C HTML Validator service.",
5
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
6
"require": {
"php": ">=7.3",
"symfony/http-client": "^4.4.11|^5.0"
0 commit comments