Skip to content

Commit

Permalink
Composer: fix autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 10, 2023
1 parent 15ae232 commit 6698819
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\Cases\\": "tests/cases",
"Tests\\Fixtures\\": "tests/fixtures",
"Tests\\Toolkit\\": "tests/toolkit"
"Tests\\": "tests"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 6698819

Please sign in to comment.