Skip to content

Commit 35e8a0f

Browse files
committed
added composer.json
1 parent b35172a commit 35e8a0f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "alexsobolenko/flag-icons",
3+
"description": "Flag-icons is a library with svg flags",
4+
"type": "library",
5+
"license": "MIT",
6+
"homepage": "https://alexsobolenko.github.io/flag-icons/",
7+
"keywords": [
8+
"flag",
9+
"flag-icon"
10+
],
11+
"authors": [
12+
{
13+
"name": "Alexei Sobolenko",
14+
"role": "Developer"
15+
}
16+
],
17+
"minimum-stability": "dev"
18+
}

0 commit comments

Comments
 (0)