We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b699470 commit 76ab70eCopy full SHA for 76ab70e
composer.json
@@ -23,24 +23,24 @@
23
],
24
"autoload": {
25
"psr-0": {
26
- "XML_Parser": "./"
+ "XML": "./"
27
}
28
},
29
"description": "A github mirror",
30
"include-path": [
31
"./"
32
33
- "license": "BSD License",
+ "license": "BSD-2-Clause",
34
"name": "pear/xml_parser",
35
"support": {
36
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Parser",
37
"source": "https://github.com/pear/XML_Parser"
38
39
"type": "library",
40
"require": {
41
- "pear/pear_exception": "*"
+ "pear/pear": "*"
42
43
"require-dev": {
44
"phpunit/phpunit": "*"
45
46
-}
+}
0 commit comments