Skip to content

Commit

Permalink
Replace psr-4 with classmap autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoulquie-tnw committed Apr 28, 2022
1 parent 850e853 commit b34c7cf
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 b34c7cf

Please sign in to comment.