Skip to content

Commit e47eeb5

Browse files
authored
Merge pull request #350 from j3j5/classmap-replaces-psr4
Replace PSR-4 with classmap autoloader
2 parents b206c26 + b34c7cf commit e47eeb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
44
"license": "MIT",
55
"autoload": {
6-
"psr-4": {
7-
"Safe\\": [
8-
"lib/",
9-
"deprecated/",
10-
"generated/"
11-
]
12-
},
6+
"classmap": [
7+
"lib/DateTime.php",
8+
"lib/DateTimeImmutable.php",
9+
"lib/Exceptions/",
10+
"deprecated/Exceptions/",
11+
"generated/Exceptions/"
12+
],
1313
"files": [
1414
"deprecated/apc.php",
1515
"deprecated/array.php",

0 commit comments

Comments
 (0)