We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce9459 commit 81d9f3fCopy full SHA for 81d9f3f
composer.json
@@ -7,16 +7,20 @@
7
{
8
"name": "Kinn Coelho Julião",
9
"email": "kinncj@php.net"
10
+ },
11
+ {
12
+ "name": "Henrique Moody",
13
+ "email": "henriquemoody@gmail.com"
14
}
15
],
16
"autoload": {
- "psr-0": {
- "PHPFluent\\EventManager": "src/"
17
+ "psr-4": {
18
+ "PHPFluent\\EventManager\\": "src/PHPFluent/EventManager"
19
20
},
21
"require-dev": {
22
"phpmd/phpmd" : "~1.5",
23
"phpunit/phpunit": "~4.1",
24
"squizlabs/php_codesniffer": "~1.5"
25
-}
26
+}
0 commit comments