byalextran / DnsMadeEasy

PHP wrapper for the Dns Made Easy API.
19 stars 10 forks source link

Added autoload to composer.json. #5

Closed taylorotwell closed 11 years ago

taylorotwell commented 11 years ago

This adds an autoload entry to the composer.json so that Composer will register the DnsMadeEasy class in its autoloader. Also adds the vendor and composer.lock file to the .gitignore directory.

byalextran commented 11 years ago

awesome, thanks!