Skip to content

Commit

Permalink
Merge pull request #62 from peter279k/fix_#61
Browse files Browse the repository at this point in the history
Fix issue #61
  • Loading branch information
jwage authored May 17, 2018
2 parents 7e88452 + e4e331e commit 60e2055
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"require": {
"php": ">=5.3.0",
"jeremykendall/php-domain-parser": "^1.3.1",
"phpunit/phpunit": "^4.8|^5.5|^6.5"
"jeremykendall/php-domain-parser": "^1.3.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.5|^6.5|^7.0"
}
}

0 comments on commit 60e2055

Please sign in to comment.