Changed PSR-0-path to lib/, added OKAPI SVN for checkout.

Signed-off-by: Markus Birth <mbirth@gmail.com>
This commit is contained in:
Markus Birth 2014-01-07 21:40:48 +01:00
parent a7dfbd510b
commit 9b135f9881

View File

@ -4,10 +4,11 @@
"require": {
"php": ">=5.3.0",
"ezyang/htmlpurifier": "4.5.0",
"smarty/smarty": "2.6.26"
"smarty/smarty": "2.6.26",
"ocpl/okapi": "dev-master"
},
"autoload": {
"psr-0": { "": "lib2/" },
"psr-0": { "": "lib/" },
"classmap": [ "lib2/", "lib2/logic/", "libse/" ]
},
"repositories": [
@ -21,14 +22,29 @@
"type": "tar"
},
"source": {
"url": "http://smarty-php.googlecode.com/svn/",
"type": "svn",
"url": "http://smarty-php.googlecode.com/svn/",
"reference": "tags/Smarty_2_6_26/"
},
"autoload": {
"classmap": [ "libs/" ]
}
}
},
{
"type": "package",
"package": {
"name": "ocpl/okapi",
"version": "dev-master",
"source": {
"type": "svn",
"url": "http://opencaching-api.googlecode.com/svn/",
"reference": "trunk/okapi/"
},
"autoload": {
"classmap": [ "./" ]
}
}
}
]
}