-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- PSR-4 is the successor of PSR-0. PSR-0 is deprecated now. The provided autoloader does not respect the underscore rule from PSR-0 anyway. - `autoload-dev` is a feature of Composer to dump additional namespaces in the autoloader when dev dependencies are being installed. This way there is no need to have a separate bootstrap file for PHPUnit.
- Loading branch information
1 parent
b9da621
commit d93e7f4
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.