Skip to content

Commit ce9d985

Browse files
committed
added composer.phar document
1 parent 5c60701 commit ce9d985

File tree

1 file changed

+20
-0
lines changed

1 file 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": "garetjax/phpbrowscap",
3+
"type": "library",
4+
"description": "Standalone replacement for php's native get_browser() function",
5+
"keywords": ["get_browser", "browser", "capabilities"],
6+
"homepage": "http://github.com/GaretJax/phpbrowscap",
7+
"license": "MIT License",
8+
"authors": [
9+
{
10+
"name": "Jonathan Stoppani",
11+
"email": "[email protected]"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0"
16+
},
17+
"autoload": {
18+
"psr-0": { "phpbrowscap": "src/" }
19+
}
20+
}

0 commit comments

Comments
 (0)