Skip to content

Commit

Permalink
Merge pull request #350 from j3j5/classmap-replaces-psr4
Browse files Browse the repository at this point in the history
Replace PSR-4 with classmap autoloader
  • Loading branch information
Kharhamel authored May 9, 2022
2 parents b206c26 + b34c7cf commit e47eeb5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"license": "MIT",
"autoload": {
"psr-4": {
"Safe\\": [
"lib/",
"deprecated/",
"generated/"
]
},
"classmap": [
"lib/DateTime.php",
"lib/DateTimeImmutable.php",
"lib/Exceptions/",
"deprecated/Exceptions/",
"generated/Exceptions/"
],
"files": [
"deprecated/apc.php",
"deprecated/array.php",
Expand Down

0 comments on commit e47eeb5

Please sign in to comment.