Skip to content

Commit

Permalink
Removed classmap and php unit as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabzIt committed Feb 15, 2024
1 parent 5ae98d4 commit 2665b0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@
"autoload": {
"psr-4": {
"GrabzIt\\": "lib/"
},
"classmap": [
"vendor/"
]
}
},
"support": {
"issues": "https://grabz.it/support/"
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^11"
}
}

0 comments on commit 2665b0f

Please sign in to comment.