ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Remove ".class" from file names #89

Closed bartboy011 closed 6 years ago

bartboy011 commented 6 years ago

This PR changes the file names of all the classes to remove .class from the name. This is no longer needed as we are using autoloading for all files.

Dependent on #88

bartboy011 commented 6 years ago

@cristiangrama Also updated!

bartboy011 commented 6 years ago

@cristiangrama This is also updated, and includes the removal of classmap from composer.json

cristiangrama commented 6 years ago

@bartboy011 Please also merge changes from develop into this branch.

bartboy011 commented 6 years ago

@cristiangrama Done!