|
2 | 2 | "name": "simplesamlphp/xml-common", |
3 | 3 | "description": "A library with classes and utilities for handling XML structures.", |
4 | 4 | "type": "simplesamlphp-xmlprovider", |
5 | | - "keywords": ["saml", "xml"], |
| 5 | + "keywords": ["xml", "xsd", "schema", "xpath"], |
6 | 6 | "homepage": "http://simplesamlphp.org", |
7 | 7 | "license": "LGPL-2.1-or-later", |
8 | 8 | "authors": [ |
|
17 | 17 | ], |
18 | 18 | "autoload": { |
19 | 19 | "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/" |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "autoload-dev": { |
26 | 26 | "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/"] |
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "require": { |
|
0 commit comments