Skip to content

Commit e4e36fc

Browse files
committed
registering as a library package in the packagist
1 parent 20bc488 commit e4e36fc

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

composer.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "itnelo/reactphp-webdriver",
3+
"type": "library",
4+
"description": "An async, W3C compliant PHP client for Selenium Grid server (hub)",
5+
"keywords": ["php", "reactphp", "webdriver", "selenium"],
6+
"homepage": "https://github.com/itnelo/reactphp-webdriver",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Pavel Petrov",
11+
"email": "itnelo@gmail.com",
12+
"homepage": "https://ppetrov.it",
13+
"role": "Developer"
14+
}
15+
],
16+
"autoload": {
17+
"psr-4": {
18+
"Itnelo\\React\\": [
19+
"src/"
20+
]
21+
}
22+
},
23+
"minimum-stability": "stable",
24+
"require": {
25+
"php": ">=7.4"
26+
},
27+
"config": {
28+
"sort-packages": true
29+
},
30+
"extra": {
31+
"branch-alias": {
32+
"dev-master": "0.1-dev"
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)