Skip to content

Commit

Permalink
Merge pull request #78 from Ocramius/patch-1
Browse files Browse the repository at this point in the history
Constraint corrections - avoiding un-bounded dependency constraints
  • Loading branch information
eXorus committed Feb 17, 2016
2 parents 6114828 + 2994f98 commit a821e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"url":"https://github.com/php-mime-mail-parser/php-mime-mail-parser.git"
},
"require": {
"php": ">=5.4.0",
"php": "^5.4.0 || ^7.0",
"ext-mailparse": "*",
"ext-imap": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/php-token-stream": ">=1.3.0",
"phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/php-token-stream": "^1.3.0",
"satooshi/php-coveralls": "0.*",
"squizlabs/PHP_CodeSniffer": "2.*"
},
Expand Down

0 comments on commit a821e57

Please sign in to comment.