Skip to content

Commit

Permalink
Allow beberlei/assert ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Dec 14, 2018
1 parent aca724e commit 6b90273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ matrix:
env: CHECK_CODESTYLE=1
before_install: phpenv config-rm xdebug.ini
before_script:
- travis_retry composer require --dev roave/backward-compatibility-check:^1.0
- travis_retry composer require --dev roave/backward-compatibility-check:^2.0
- travis_retry yarn add danger
script:
- composer analyze
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"php": "^7.1",
"ext-hash": "*",
"ext-json": "*",
"beberlei/assert": "^2.8",
"beberlei/assert": "^2.8 || ^3.0",
"fig/http-message-util": "^1.1",
"myclabs/php-enum": "^1.6",
"php-http/client-common": "^1.6",
Expand Down

0 comments on commit 6b90273

Please sign in to comment.