Skip to content

Commit

Permalink
Update composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 23, 2014
1 parent b45b1e4 commit b4bd3d9
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 170 deletions.
71 changes: 36 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
{
"name": "synchro/uasparser",
"type": "library",
"license": "LGPL-2.1",
"description": "UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.",
"keywords": ["http","parser","user-agent"],
"homepage": "https://github.com/Synchro/UASparser",
"authors": [
{
"name": "Jaroslav Mallat",
"homepage": "http://user-agent-string.info/",
"role": "developer"
},
{
"name": "Marcus Bointon",
"email": "[email protected]",
"homepage": "https://github.com/Synchro",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit-selenium": "dev-master",
"ext-xdebug": "*",
"mikey179/vfsStream": "1.3.*@dev",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "dev-master"
},
"autoload": {
"psr-0": {
"UAS": ""
}
}
"name": "synchro/uasparser",
"type": "library",
"license": "LGPL-2.1",
"description": "UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.",
"keywords": ["http", "parser", "user-agent"],
"homepage": "https://github.com/Synchro/UASparser",
"authors": [
{
"name": "Jaroslav Mallat",
"homepage": "http://user-agent-string.info/",
"role": "developer"
},
{
"name": "Marcus Bointon",
"email": "[email protected]",
"homepage": "https://github.com/Synchro",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/phpunit-selenium": "dev-master",
"ext-xdebug": "*",
"mikey179/vfsStream": "1.3.*@dev",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "dev-master",
"phpunit/phpunit-story": "*"
},
"autoload": {
"psr-0": {
"UAS": ""
}
}
}
Loading

0 comments on commit b4bd3d9

Please sign in to comment.