Skip to content

Commit 3e503ed

Browse files
composer
1 parent 34fba3b commit 3e503ed

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "husseinalhammad/FontAwesomeSVG-PHP",
3+
"version": "1.0",
4+
"description": "PHP class to add Font Awesome 5+'s SVG icons inline without Javascript.",
5+
"keywords": ["fontawesome", "svg"],
6+
"homepage": "https://github.com/husseinalhammad/FontAwesomeSVG-PHP",
7+
"authors": [
8+
{
9+
"name": "Hussein Al Hammad",
10+
"email": "[email protected]",
11+
"homepage": "https://hussein-alhammad.com"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0"
16+
},
17+
"autoload": {
18+
"classmap": ["src"]
19+
}
20+
}
File renamed without changes.

0 commit comments

Comments
 (0)