Skip to content

Commit

Permalink
Remove external dev dependency (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolenorman authored Oct 21, 2024
1 parent 6b5a0f1 commit 4143619
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
"license": [
"MIT"
],
"version": "2.1.0",
"version": "2.1.1",
"require": {
"magento/framework": ">=102.0.1 <103.0.8",
"magento/module-checkout": ">=100.3.1 <100.4.8",
"magento/module-quote": ">=101.1.1 <101.2.8",
"magento/module-store": ">=101.0.1 <101.1.8"
},
"require-dev": {
"joseph-leedy/module-custom-fees": "*"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 4143619

Please sign in to comment.