Skip to content

Commit 46ebdbe

Browse files
committed
Update composer.json
1 parent 3ee8929 commit 46ebdbe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "riverside/php-osrm",
33
"description": "PHP client for Project-OSRM.",
44
"type": "library",
5-
"version": "1.2.0",
5+
"version": "2.0.0",
66
"keywords": ["php", "osm", "osrm", "openstreetmap", "distance"],
77
"homepage": "https://github.com/riverside/php-osrm",
88
"license": "MIT",
99
"authors": [
1010
{
1111
"name": "Dimitar Ivanov",
12-
"email": "info@zinoui.com",
13-
"homepage": "https://zinoui.com",
12+
"email": "biggie@abv.bg",
13+
"homepage": "https://twitter.com/DimitarIvanov",
1414
"role": "Developer"
1515
}
1616
],
@@ -24,12 +24,12 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"OSRM\\": "src/"
27+
"Riverside\\Osrm\\": "src/"
2828
}
2929
},
3030
"autoload-dev": {
3131
"psr-4": {
32-
"OSRM\\Tests\\": "tests/"
32+
"Riverside\\Osrm\\Tests\\": "tests/"
3333
}
3434
},
3535
"scripts": {

0 commit comments

Comments
 (0)