Skip to content

Commit 07c33f0

Browse files
author
Polo
committed
New namespace arrangement adjustment in composer.json
1 parent f7b3be9 commit 07c33f0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55
"keywords": ["selenium","testing","automation","browser","nearsoft"],
66
"license": "Apache 2",
77
"minimum-stability": "stable",
8-
"authors": [
9-
{
10-
"name": "Apolonio Santiago",
11-
"email": "[email protected]",
12-
"homepage": "http://nearsoft.com",
13-
"role": "Developer"
14-
}
15-
],
168
"require": {
179
"php": ">=5.3.8"
1810
},
1911
"autoload": {
2012
"psr-0": {
21-
"SeleniumClient": ""
13+
"Nearsoft\\": "src/"
2214
}
2315
}
2416
}

0 commit comments

Comments
 (0)