Skip to content

Commit 685296a

Browse files
committed
bumped phpunit version and deps
1 parent 94da60e commit 685296a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"laravel/framework": "^7.0",
3636
"prologue/alerts": "^0.4.1",
3737
"creativeorange/gravatar": "~1.0",
38-
"nesbot/carbon": "^2.14.0",
38+
"nesbot/carbon": "^2.14",
3939
"ocramius/package-versions": "^1.4",
4040
"laravel/helpers": "^1.1",
4141
"doctrine/dbal": "^2.5",
@@ -44,11 +44,11 @@
4444
"laravel/ui": "2.*"
4545
},
4646
"require-dev": {
47-
"phpunit/phpunit": "~7.0",
47+
"phpunit/phpunit": "~8.0",
4848
"scrutinizer/ocular": "~1.1",
49-
"orchestra/testbench": "^3.0",
50-
"orchestra/database": "3.8.x-dev",
51-
"spatie/laravel-translatable": "^3.1.3"
49+
"orchestra/testbench": "^4.0",
50+
"orchestra/database": "^4.0",
51+
"spatie/laravel-translatable": "^4.0"
5252
},
5353
"autoload": {
5454
"psr-4": {

0 commit comments

Comments
 (0)