Skip to content

Conversation

@jdufresne
Copy link
Contributor

For details on composer autoload, see:

https://getcomposer.org/doc/04-schema.md#autoload

This helps move from a custom maintained autoload function to a standard
one built by composer. Composer's autoload function is widely used by
the larger PHP community and is well tested. To maintain backwards
compatibility, Autoload.php is still included, but emits a warning.

This helps moves the project towards adopting the community standard
PSR-4 autoloading:

https://www.php-fig.org/psr/psr-4/

For details on composer autoload, see:

https://getcomposer.org/doc/04-schema.md#autoload

This helps move from a custom maintained autoload function to a standard
one built by composer. Composer's autoload function is widely used by
the larger PHP community and is well tested. To maintain backwards
compatibility, Autoload.php is still included, but emits a warning.

This helps moves the project towards adopting the community standard
PSR-4 autoloading:

https://www.php-fig.org/psr/psr-4/
@phy25 phy25 closed this in #332 Jan 29, 2020
@jdufresne jdufresne deleted the composer-auto branch January 29, 2020 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant