Skip to content

Commit

Permalink
Merge pull request #6 from Lendable/tidy-up-composer
Browse files Browse the repository at this point in the history
Tidy up composer.json file
  • Loading branch information
martin-georgiev authored Jan 3, 2019
2 parents 8d92bd4 + 488c473 commit 836bfb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin
/vendor
phpunit.xml
composer.lock
phpunit.xml
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.4"
}
"phpunit/phpunit": "^7.5"
},
"config": {
"bin-dir": "bin",
"sort-packages": true
},
"prefer-stable": true
}

0 comments on commit 836bfb9

Please sign in to comment.