Skip to content

Commit

Permalink
Update to support phpunit 9.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 27, 2020
1 parent 7354629 commit 1dc3292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -21,19 +21,19 @@
},
"require": {
"php": ">=7.2",
"laravie/codex-common": "^1.2"
"laravie/codex-common": "dev-master as 1.3.0"
},
"require-dev": {
"laravie/codex-filter": "^1.0",
"mockery/mockery": "^1.3.1",
"php-http/curl-client": "^2.0",
"php-http/multipart-stream-builder": "^1.0",
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^8.4 || ^9.0"
},
"suggest": {
"laravie/codex-filter": "Content filtering for Laravie Codex (^1.0)",
"php-http/multipart-stream-builder": "Allow to send multipart form request (^1.0)",
"phpunit/phpunit": "Allow to use Codex Faker request during testing (^8.4)"
"phpunit/phpunit": "Allow to use Codex Faker request during testing (^8.4 || ^9.0)"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 1dc3292

Please sign in to comment.