Skip to content

Commit

Permalink
Fix: composer.json
Browse files Browse the repository at this point in the history
 * license
 * autoload
  • Loading branch information
till committed Feb 17, 2014
1 parent 6c1873d commit 6459a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
],
"autoload": {
"psr-0": {
"File_IMC": "./"
"File": "./"
}
},
"description": "More info available on: http://pear.php.net/package/File_IMC",
"include-path": [
"./"
],
"license": "The BSD License",
"license": "BSD-2-Clause",
"name": "pear/file_imc",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_IMC",
Expand Down

0 comments on commit 6459a62

Please sign in to comment.