Skip to content

Commit

Permalink
Switch to PSR-4 autoload (#1225)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 15, 2023
1 parent 569f04d commit a04cc4a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Expand Up @@ -41,14 +41,21 @@
"phpunit/phpunit": "<8.0"
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
"psr-4": {
"Mockery\\": "library/Mockery"
},
"files": [
"library/helpers.php",
"library/Mockery.php"
]
},
"autoload-dev": {
"psr-4": {
"test\\": "tests/"
}
},
"files": [
"vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php"
]
},
"config": {
"preferred-install": "dist"
Expand Down

0 comments on commit a04cc4a

Please sign in to comment.