Skip to content

Commit 5e0c41b

Browse files
committed
Updated to be valid
1 parent c09af5a commit 5e0c41b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
"keywords": ["html", "html-builder", "php", "builder", "generator"],
66
"homepage": "https://github.com/patrickschur/html5gen",
77
"license": "MIT",
8-
"minimum-stability": true,
9-
"prefer-stable": "stable",
8+
"minimum-stability": "stable",
9+
"prefer-stable": true,
1010
"authors": [
1111
{
1212
"name": "Patrick Schur",
1313
"email": "patrick_schur@outlook.de"
1414
}
1515
],
1616
"autoload": {
17-
"Html5Gen\\": "src/Html5Gen"
17+
"psr-4": {
18+
"Html5Gen\\": "src/Html5Gen"
19+
}
1820
},
1921
"require": {
2022
"php": ">=5.5"

0 commit comments

Comments
 (0)