Skip to content

Commit

Permalink
Merge pull request #3 from zeriyoshi/psr4
Browse files Browse the repository at this point in the history
Apply PSR-4
  • Loading branch information
taka-oyama committed Oct 19, 2023
2 parents 36f233a + 6b1699a commit 349bc9a
Show file tree
Hide file tree
Showing 16 changed files 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 @@ -18,12 +18,12 @@
},
"autoload": {
"psr-4": {
"Colopl\\TiDB\\": "src/Colopl/TiDB"
"Colopl\\TiDB\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Colopl\\TiDB\\Tests\\": "tests/Colopl/TiDB"
"Colopl\\TiDB\\Tests\\": "tests/"
}
},
"extra": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 349bc9a

Please sign in to comment.