Skip to content

Commit

Permalink
Small fix to composer.json and updated phpunit verson
Browse files Browse the repository at this point in the history
  • Loading branch information
runz0rd committed Aug 21, 2016
1 parent 60f523a commit 73f38fc
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 60 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
"name": "milos-pejanovic/common-php",
"description": "My collection of common libraries for php.",
"keywords": ["common", "library", "php", "object", "mapper", "validator", "traits"],
"license": "MIT"
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Milos Pejanovic",
"email": "[email protected]",
"role": "Developer"
"role": "lead"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/milos-pejanovic-devtech/common-php/issues"
"issues": "https://github.com/milos-pejanovic/common-php/issues"
},
"require": {
"php": ">=7.0.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 73f38fc

Please sign in to comment.