Skip to content

Commit

Permalink
Fix: composer.json
Browse files Browse the repository at this point in the history
 * autoload
 * require (remove PEAR_Exception, add ext-pcre)
 * license
  • Loading branch information
till committed Feb 17, 2014
1 parent 2f391bb commit d808c90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
],
"autoload": {
"psr-0": {
"XML_Util2": "./"
"XML": "./"
}
},
"description": "More info available on: http://pear.php.net/package/XML_Util2",
"include-path": [
"./"
],
"license": "BSD License",
"license": "BSD-2-Clause",
"name": "pear/xml_util2",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Util2",
"source": "https://github.com/pear/XML_Util2"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
"ext-pcre": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}
}

0 comments on commit d808c90

Please sign in to comment.