Skip to content

Commit

Permalink
Update composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
roelmagdaleno committed Dec 4, 2024
1 parent a2243c4 commit d3b4239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "roelmagdaleno/php-heroicons",
"description": "Render Heroicons from PHP.",
"keywords": ["Icons", "Heroicons", "PHP"],
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": ">=7.2",
"meyfa/php-svg": "^0.11.2"
},
"autoload": {
Expand Down

0 comments on commit d3b4239

Please sign in to comment.