Skip to content

Commit

Permalink
Change psr-0 to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelqueiroz committed Mar 5, 2017
1 parent 3b2b6d1 commit d306905
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-0": {
"JasperPHP": "src/"
}
"psr-4": { "JasperPHP\\": "src/" }
}
}

0 comments on commit d306905

Please sign in to comment.