Skip to content

Commit 03135e5

Browse files
committed
Update composer.json
1 parent 466d6ed commit 03135e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"authors": [
1010
{
1111
"name": "Dimitar Ivanov",
12-
"email": "[email protected]",
13-
"homepage": "http://zinoui.com",
12+
"email": "[email protected]",
13+
"homepage": "https://twitter.com/DimitarIvanov",
1414
"role": "Developer"
1515
}
1616
],
@@ -25,6 +25,11 @@
2525
"PhpWaf\\": "src/"
2626
}
2727
},
28+
"autoload-dev": {
29+
"psr-4": {
30+
"PhpWaf\\Tests\\": "tests/"
31+
}
32+
},
2833
"scripts": {
2934
"test": "vendor/bin/phpunit"
3035
}

0 commit comments

Comments
 (0)