Skip to content

Commit

Permalink
Allow lower version of phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Feb 24, 2019
1 parent 25f3f62 commit 06c16bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}
],
"require": {
"php": "^7.1|^7.2",
"php": "^7.1|^7.2|^7.3",
"swaggest/json-schema": "^0.12.0",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^6.3|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12"
Expand Down

0 comments on commit 06c16bd

Please sign in to comment.