Skip to content

Commit

Permalink
Merge pull request #17105 from colemanw/psr-4
Browse files Browse the repository at this point in the history
dev/core#1684 - Use PSR-4 autoloader instead of PSR-0 for "Civi" namespace
  • Loading branch information
totten authored Apr 21, 2020
2 parents c383151 + d845fb8 commit 236ec31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"psr-0": {
"PHPUnit_": ["packages/"],
"Civi": "",
"Civi\\": [".", "tests/phpunit/"]
"Civi\\": ["tests/phpunit/"]
},
"psr-4": {
"Civi\\": ["setup/src/"]
"Civi\\": [".", "setup/src/"]
}
},
"include-path": ["vendor/tecnickcom"],
Expand Down

0 comments on commit 236ec31

Please sign in to comment.