Skip to content

Commit

Permalink
psr-0 -> psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Oct 18, 2014
1 parent c8f5d48 commit d103ac1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,12 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.3"
},
"autoload": {
"psr-0": { "Archive7z\\": "src/" }
"psr-4": {
"Archive7z\\": "src/Archive7z"
}
}
}

0 comments on commit d103ac1

Please sign in to comment.