Skip to content

Commit

Permalink
Use a proper PSR-4 namespace
Browse files Browse the repository at this point in the history
Related to #42
  • Loading branch information
Davide Pastore committed May 3, 2020
1 parent 34f69b3 commit a85b9f0
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 a85b9f0

Please sign in to comment.