Skip to content

Commit

Permalink
Updated composer.json formatting and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Aug 19, 2016
1 parent 6b3fa91 commit fd3cfbd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asgrim/ofxparser",
"description": "Simple OFX file parser",
"keywords": ["ofx","open financial exchange","finance","parser"],
"keywords": ["ofx", "open financial exchange", "finance", "parser"],
"license": "MIT",
"authors": [
{
Expand All @@ -20,13 +20,15 @@
}
],
"require": {
"php": ">=5.4"
"php": "~5.6|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~5.5.2",
"squizlabs/php_codesniffer": "2.*"
"phpunit/phpunit": "~5.5",
"squizlabs/php_codesniffer": "~2.6"
},
"autoload": {
"psr-0": { "OfxParser": "lib/" }
"psr-0": {
"OfxParser": "lib/"
}
}
}

0 comments on commit fd3cfbd

Please sign in to comment.