Skip to content

Commit 4c9f5a0

Browse files
committed
Not really sure how composer works but here is some basic info
1 parent ff57770 commit 4c9f5a0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "smillerdev/phpdraft",
3+
"description": "This is a parser for API Blueprint files in PHP.",
4+
"minimum-stability": "stable",
5+
"license": "GPL-3.0",
6+
"authors": [
7+
{
8+
"name": "Sean Molenaar",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/SMillerDev/phpdraft"
16+
}
17+
],
18+
"require": {
19+
"php": ">=5.4.0"
20+
}
21+
}

0 commit comments

Comments
 (0)