Skip to content

Instantly share code, notes, and snippets.

@jonathaningram
Created July 5, 2012 08:19
Show Gist options
  • Save jonathaningram/3052244 to your computer and use it in GitHub Desktop.
Save jonathaningram/3052244 to your computer and use it in GitHub Desktop.
{
"autoload": {
"psr-0": {
"": [
"src/",
"vendor/knplabs/knp-paginator-bundle/"
]
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "knplabs/knp-paginator-bundle",
"version": "dev-master",
"source": {
"url": "https://github.com/jonathaningram/KnpPaginatorBundle.git",
"type": "git",
"reference": "da7fbcc496a8ff376e043202488edb99c242b37b"
},
"target-dir": "Knp/Bundle/PaginatorBundle"
}
}
],
"require": {
"knplabs/knp-paginator-bundle": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment