Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
Change PSR-0 to PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
angelside committed Aug 18, 2014
1 parent bc931dc commit e6c73b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,8 +13,8 @@
}
],
"autoload": {
"psr-0": {
"Juy\\TcCheck": "src/"
"psr-4": {
"Juy\\TcCheck\\": "src"
}
},
"minimum-stability": "dev"
Expand Down
File renamed without changes.

0 comments on commit e6c73b0

Please sign in to comment.