Skip to content

Commit

Permalink
Normalize paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Dec 2, 2023
1 parent a1eaa95 commit fbe698f
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 @@ -13,12 +13,12 @@
},
"autoload": {
"psr-4": {
"Cake\\Upgrade\\": "src"
"Cake\\Upgrade\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Cake\\Upgrade\\Test\\TestCase\\": "tests/TestCase"
"Cake\\Upgrade\\Test\\TestCase\\": "tests/TestCase/"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit fbe698f

Please sign in to comment.