Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Jul 2, 2013
1 parent d3b5662 commit de5b249
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 544 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"keywords": ["xpdf", "pdf"],
"license": "MIT",
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
}
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
}
],
"require": {
"php" : ">=5.3.3",
"symfony/process" : "~2.0",
"monolog/monolog" : "~1.0"
"php" : ">=5.3.3",
"alchemy/binary-driver" : "~1.5"
},
"require-dev": {
"sami/sami" : "dev-master@dev",
"silex/silex" : "1.0.x@dev"
"sami/sami" : "~1.0",
"silex/silex" : "~1.0",
"phpunit/phpunit" : "~3.7"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit de5b249

Please sign in to comment.