Skip to content

Commit bde4622

Browse files
committed
Generate a class map for the project.
1 parent 5689e78 commit bde4622

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/class-map.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",
@@ -14,4 +14,4 @@
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+
);

test/ProjectHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
class 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';

0 commit comments

Comments
 (0)