Skip to content

Commit

Permalink
Updated composer.json for autoloading via psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
taimursalman committed Oct 12, 2023
1 parent 7583441 commit daa925b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"phpunit/phpunit": "^9.0"
},
"autoload": {
"classmap": ["platform/php/MailChecker.php"]
"psr-4": {
"Fgribreau\\": "platform/php"
}
}
}

0 comments on commit daa925b

Please sign in to comment.