Skip to content

Commit 76ab70e

Browse files
committed
Fix: composer.json
* license * autoload * require
1 parent b699470 commit 76ab70e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
],
2424
"autoload": {
2525
"psr-0": {
26-
"XML_Parser": "./"
26+
"XML": "./"
2727
}
2828
},
2929
"description": "A github mirror",
3030
"include-path": [
3131
"./"
3232
],
33-
"license": "BSD License",
33+
"license": "BSD-2-Clause",
3434
"name": "pear/xml_parser",
3535
"support": {
3636
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Parser",
3737
"source": "https://github.com/pear/XML_Parser"
3838
},
3939
"type": "library",
4040
"require": {
41-
"pear/pear_exception": "*"
41+
"pear/pear": "*"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "*"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)