Skip to content

Commit

Permalink
Merge pull request #43 from DavidePastore/use-proper-psr-4-namespace
Browse files Browse the repository at this point in the history
Use a proper PSR-4 namespace
  • Loading branch information
DavidePastore authored May 5, 2020
2 parents 34f69b3 + a85b9f0 commit 17cb3aa
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
],
"autoload" : {
"psr-4" : {
"" : "src/"
"CodiceFiscale\\" : "src/"
}
},
"autoload-dev" : {
"psr-4" : {
"CodiceFiscale\\" : "test/"
}
},
"require": {
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.

0 comments on commit 17cb3aa

Please sign in to comment.