Skip to content

Commit

Permalink
update phpunit constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 20, 2020
1 parent 158ce18 commit bc9f3e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^4.0",
"phpunit/phpunit": "^8.3"
"phpunit/phpunit": "~8.5.0"
},
"scripts": {
"cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
Expand All @@ -51,7 +51,5 @@
"TestApp\\": "tests/test_app/TestApp",
"Cake\\Test\\Fixture\\": "vendor/cakephp/cakephp/tests/Fixture"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit bc9f3e7

Please sign in to comment.