Skip to content

Commit 79badea

Browse files
author
Andy Vaughn
committed
use psr-4
1 parent 6ac1f95 commit 79badea

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"phpunit/phpunit": "~4.8.23"
2222
},
2323
"autoload": {
24-
"psr-0": { "MindTouch\\XArray\\": "" },
25-
"classmap": [
26-
"src/"
27-
]
24+
"psr-4": { "MindTouch\\XArray\\": "src/" }
2825
},
2926
"target-dir": "MindTouch/XArray"
3027
}

0 commit comments

Comments
 (0)