Skip to content

Commit 19fcf08

Browse files
committed
Fix keywords
1 parent 33ca508 commit 19fcf08

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simplesamlphp/xml-common",
33
"description": "A library with classes and utilities for handling XML structures.",
44
"type": "simplesamlphp-xmlprovider",
5-
"keywords": ["saml", "xml"],
5+
"keywords": ["xml", "xsd", "schema", "xpath"],
66
"homepage": "http://simplesamlphp.org",
77
"license": "LGPL-2.1-or-later",
88
"authors": [
@@ -17,18 +17,18 @@
1717
],
1818
"autoload": {
1919
"psr-4": {
20-
"SimpleSAML\\XMLSchema\\": "src/XMLSchema",
21-
"SimpleSAML\\XML\\": "src/XML",
22-
"SimpleSAML\\XPath\\": "src/XPath"
20+
"SimpleSAML\\XMLSchema\\": "src/XMLSchema/",
21+
"SimpleSAML\\XML\\": "src/XML/",
22+
"SimpleSAML\\XPath\\": "src/XPath/"
2323
}
2424
},
2525
"autoload-dev": {
2626
"psr-4": {
27-
"SimpleSAML\\Test\\Helper\\": ["tests/Helper"],
28-
"SimpleSAML\\Test\\Registry\\": ["tests/Registry"],
29-
"SimpleSAML\\Test\\XML\\": ["tests/XML"],
30-
"SimpleSAML\\Test\\XPath\\": ["tests/XPath"],
31-
"SimpleSAML\\Test\\XMLSchema\\": ["tests/XMLSchema"]
27+
"SimpleSAML\\Test\\Helper\\": ["tests/Helper/"],
28+
"SimpleSAML\\Test\\Registry\\": ["tests/Registry/"],
29+
"SimpleSAML\\Test\\XML\\": ["tests/XML/"],
30+
"SimpleSAML\\Test\\XPath\\": ["tests/XPath/"],
31+
"SimpleSAML\\Test\\XMLSchema\\": ["tests/XMLSchema/"]
3232
}
3333
},
3434
"require": {

0 commit comments

Comments
 (0)