Skip to content

Commit

Permalink
add autoload-dev, and rename pdsskeleton to pds-skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 8, 2017
1 parent fc7d209 commit e3f7248
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
"homepage": "https://github.com/php-pds/skeleton",
"license": "CC-BY-SA-4.0",
"autoload": {
"psr-4": { "Pds\\Skeleton\\": "src/" }
"psr-4": {
"Pds\\Skeleton\\": "src/"
}
},
"bin": ["bin/pdsskeleton"]
"autoload-dev": {
"psr-4": {
"Pds\\Skeleton\\": "tests/"
}
},
"bin": ["bin/pds-skeleton"]
}

0 comments on commit e3f7248

Please sign in to comment.