Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ncjoes committed Oct 17, 2016
1 parent e8de621 commit 53a85cf
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
{
"name": "ncjoes/poppler-php",
"description": "Complete, Comprehensive and Flexible PHP wrapper for Poppler-utils",
"keywords": ["Poppler-utils", "Poppler-PHP", "PDF", "PDF to HTML", "PDF to SVG", "PDF to JPG", "PDF to PNG", "PDF Convert", "PHP-PDF"],
"license": "MIT",
"authors": [
{
"name": "Chukwuemeka Nwobodo",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": "^5.6 || ^7.0",
"illuminate/config": "5.3.*",
"illuminate/support": "5.3.*"
},
"require-dev":{
"phpunit/phpunit":"5.5.*"
},

"autoload": {
"psr-0": {
"NcJoes": "src"
"name" : "ncjoes/poppler-php",
"description" : "Complete, Comprehensive and Flexible PHP wrapper for Poppler-utils",
"keywords" : ["Poppler-utils", "Poppler-PHP", "PDF", "PDF to HTML", "PDF to SVG", "PDF to JPG", "PDF to PNG", "PDF Convert", "PHP-PDF"],
"license" : "MIT",
"authors" : [
{
"name" : "Chukwuemeka Nwobodo",
"email" : "[email protected]"
}
],
"require" : {
"php" : ">=5.5.9",
"illuminate/config" : "5.3.*",
"illuminate/support" : "5.3.*"
},
"psr-4": {
"NcJoes\\PopplerPhp\\": "src/PopplerPhp"
}
}
"require-dev" : {
"phpunit/phpunit" : "5.5.*"
},
"autoload" : {
"psr-4" : {
"NcJoes\\PopplerPhp\\" : "src/PopplerPhp"
}
},
"minimum-stability" : "dev"
}

0 comments on commit 53a85cf

Please sign in to comment.