Skip to content

Commit c8c32ce

Browse files
dantleechdbu
authored andcommitted
Added autoloading
1 parent c23efab commit c8c32ce

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"php": ">=5.3.0",
3131
"phpcr/phpcr-implementation": "2.1.*"
3232
},
33+
"autoload": {
34+
"psr-4": {
35+
"PHPCR\\Test\\": "lib",
36+
"PHPCR\\Tests\\": "tests"
37+
}
38+
},
3339
"extra": {
3440
"branch-alias": {
3541
"dev-master": "2.1-dev"

inc/autoload.php

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)