Skip to content

Commit

Permalink
Autoload definiert
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Fenrich committed Feb 19, 2020
1 parent 0091fd0 commit d80e2dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"require": {
"laminas/laminas-coding-standard": "^1.0"
},
"autoload": {
"psr-4": {
"Depa\\Stdlib\\": "src/"
}
},
"scripts": {
"cs-check": "phpcs",
"cs-fix": "phpcbf"
Expand Down

0 comments on commit d80e2dd

Please sign in to comment.