Skip to content

Commit 810ad9b

Browse files
committed
slimmed own project structure
1 parent 4d85bcc commit 810ad9b

File tree

9 files changed

+115
-1096
lines changed

9 files changed

+115
-1096
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
composer.lock
44
index.php
55
notes.php
6-
todo.txt
6+
todo.txt
7+
/src/Removed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"ctwillie\\Usps\\": "src/Usps/"
28-
}
29-
},
30-
"extra": {
31-
"laravel": {
32-
"providers": [
33-
"ctwillie\\Usps\\UspsServiceProvider"
34-
],
35-
"aliases": {
36-
"Usps": "ctwillie\\Usps\\Facades\\Usps"
37-
}
27+
"ctwillie\\": "src/"
3828
}
3929
},
4030
"minimum-stability": "dev"

0 commit comments

Comments
 (0)