Skip to content

Commit

Permalink
Merge pull request cakephp#568 from cakephp/dereuromark-patch-2
Browse files Browse the repository at this point in the history
Use recommended trailing slash in PSR-4
  • Loading branch information
markstory authored Dec 2, 2017
2 parents eca67fd + 2fd89d1 commit 039df43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"autoload": {
"psr-4": {
"App\\": "src"
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Test\\": "tests",
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests"
"App\\Test\\": "tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
}
},
"scripts": {
Expand Down

0 comments on commit 039df43

Please sign in to comment.