Skip to content

Commit e9f3212

Browse files
authored
Update authors and namespace in composer.json
1 parent 500b52f commit e9f3212

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,27 @@
1010
"sdk"
1111
],
1212
"homepage": "https://github.com/rapidaai/rapida-php",
13+
"authors": [
14+
{
15+
"name": "RapidaAI",
16+
"homepage": "https://rapida.ai"
17+
}
18+
],
19+
"support": {
20+
"issues": "https://github.com/rapidaai/rapida-php/issues",
21+
"source": "https://github.com/rapidaai/rapida-php"
22+
},
1323
"autoload": {
1424
"psr-4": {
15-
"Rapida\\": "src/"
25+
"RapidaAI\\": "src/"
1626
},
1727
"classmap": [
1828
"src/Clients/Protos"
1929
]
2030
},
2131
"autoload-dev": {
2232
"psr-4": {
23-
"Rapida\\Tests\\": "tests/"
33+
"RapidaAI\\Tests\\": "tests/"
2434
}
2535
},
2636
"require": {

0 commit comments

Comments
 (0)