File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- PHP Class Map Generator v1.1.0 by Michael Uno
3+ PHP Class Map Generator v1.1.1 by Michael Uno
44 Generates PHP class maps for auto-load.
55 <https://en.michaeluno.jp>
66 Michael Uno <2020>; Licensed under MIT
77 */
8- return array (
8+ return array (
99 "PHPClassMapGenerator \\PHPClassMapGenerator " => __DIR__ . "/PHPClassMapGenerator.php " ,
1010 "PHPClassMapGenerator \\Autoload " => __DIR__ . "/autoload.php " ,
1111 "PHPClassMapGenerator \\interfacePHPClassMapGenerator " => __DIR__ . "/interfacePHPClassMapGenerator.php " ,
1414 "PHPClassMapGenerator \\Header \\HeaderGenerator " => __DIR__ . "/Header/HeaderGenerator.php " ,
1515 "PHPClassMapGenerator \\Utility \\traitCodeParser " => __DIR__ . "/Utility/traitCodeParser.php " ,
1616 "PHPClassMapGenerator \\Utility \\traitPath " => __DIR__ . "/Utility/traitPath.php " ,
17- );
17+ );
Original file line number Diff line number Diff line change 11<?php
22
33class ProjectHeader {
4- const VERSION = '1.1.0 ' ;
4+ const VERSION = '1.1.1 ' ;
55 const NAME = 'PHP Class Map Generator ' ;
66 const AUTHOR = 'Michael Uno ' ;
77 const URI = 'https://en.michaeluno.jp ' ;
You can’t perform that action at this time.
0 commit comments