Skip to content

Commit b1b9d31

Browse files
committed
Use PSR-4 autoloading
1 parent b4cebca commit b1b9d31

File tree

7 files changed

+97
-73
lines changed

7 files changed

+97
-73
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"phpunit/phpunit": "~3.7"
1717
},
1818
"autoload": {
19-
"psr-0": {
20-
"Stecman\\Component": "src/"
19+
"psr-4": {
20+
"Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)