Skip to content

Commit

Permalink
Merge pull request #3 from starkbank/refactor/autoload-definition
Browse files Browse the repository at this point in the history
Refactored composer.json
  • Loading branch information
matheuscferraz authored Apr 16, 2020
2 parents fd8dc80 + dbcad3f commit 4f1545f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"php" : ">=5.5"
},
"autoload": {
"psr-4": {
"EllipticCurve\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"EllipticCurve\\": "tests/"
}
"files": ["src/ellipticcurve.php"]
}
}

0 comments on commit 4f1545f

Please sign in to comment.