Skip to content

Commit

Permalink
change psr-0 to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Nov 30, 2020
1 parent c4a9e36 commit deb1102
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"phpunit/phpunit": "~9.4"
},
"autoload": {
"psr-0": {
"PTS\\Tools": "src"
"psr-4": {
"PTS\\Tools\\": "src"
}
}
}
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 deb1102

Please sign in to comment.