linkorb / openkvk-php

OpenKvk PHP Client Library + Command-line utility
14 stars 5 forks source link

Wrong package name in documentation #1

Closed nicwortel closed 10 years ago

nicwortel commented 10 years ago

Documentation states one can include the library through composer, using the following require key:

"linkorb/openkvk-php": "dev-master"

However, this package does not exist on packagist. The correct key should be:

"linkorb/openkvk": "dev-master"

without -php at the and of the package name.

joostfaassen commented 10 years ago

merged PR #2