Skip to content

Commit 66ceed1

Browse files
committed
update authors
1 parent 3ce13c6 commit 66ceed1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
"authors": [
1212
{
1313
"name": "Semih ERDOGAN",
14-
"email": "[email protected]"
14+
"email": "[email protected]",
15+
"homepage": "https://semiherdogan.net/",
16+
"role": "Developer"
1517
},
1618
{
1719
"name": "Dincer DEMIRCIOGLU",
18-
"email": "[email protected]"
20+
"email": "[email protected]",
21+
"homepage": "https://dincer.info/",
22+
"role": "Developer"
1923
}
2024
],
2125
"require": {
@@ -37,7 +41,7 @@
3741
}
3842
},
3943
"scripts": {
40-
"phpunit": "phpunit"
44+
"test": "vendor/bin/phpunit"
4145
},
4246
"extra": {
4347
"laravel": {

0 commit comments

Comments
 (0)