Skip to content

Commit

Permalink
Use PSR-4 instead of PSR-0 autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Aug 22, 2014
1 parent 8ce9459 commit 81d9f3f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@
{
"name": "Kinn Coelho Julião",
"email": "kinncj@php.net"
},
{
"name": "Henrique Moody",
"email": "henriquemoody@gmail.com"
}
],
"autoload": {
"psr-0": {
"PHPFluent\\EventManager": "src/"
"psr-4": {
"PHPFluent\\EventManager\\": "src/PHPFluent/EventManager"
}
},
"require-dev": {
"phpmd/phpmd" : "~1.5",
"phpunit/phpunit": "~4.1",
"squizlabs/php_codesniffer": "~1.5"
}
}
}

0 comments on commit 81d9f3f

Please sign in to comment.