We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275c562 commit 2d9bf26Copy full SHA for 2d9bf26
README.md
@@ -1,6 +1,6 @@
1
# html_build_attributes
2
3
-> PHP 5 >= 5.4, PHP 7, PHP 8
+> PHP 7 >= 7.1, PHP 8
4
5
Generate a string of HTML attributes.
6
composer.json
@@ -15,7 +15,7 @@
15
"templating"
16
],
17
"require": {
18
- "php": ">=5.4.0",
+ "php": ">=7.1.0",
19
"ext-json": "*"
20
},
21
"require-dev": {
0 commit comments