Skip to content

Commit

Permalink
Update composer.json for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgaber committed Sep 8, 2020
1 parent 96da482 commit 9b99192
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joshgaber/novaunit",
"description": "Unit testing suite for Laravel Nova, built to extend PHPUnit",
"version": "1.1",
"version": "2.0",
"keywords": [
"laravel",
"nova",
Expand All @@ -20,16 +20,16 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3",
"ext-mbstring": "*",
"cakephp/chronos": ">=1.2.3",
"illuminate/support": "^6.0|^7.0",
"laravel/nova": "^2.0|^3.0",
"phpunit/phpunit": "^8.5|^9.0"
"illuminate/support": "^8.0",
"laravel/nova": "^3.0",
"phpunit/phpunit": "^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.2"
"orchestra/testbench": "^6.0"
},
"repositories": [
{
Expand Down

0 comments on commit 9b99192

Please sign in to comment.