Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Bump phpunit and laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhoeijmakers authored May 2, 2019
1 parent f65cca6 commit cd8198f
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 @@ -11,10 +11,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"laravel/framework": "^5.6"
"laravel/framework": "^5.8"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^3.7",
"mockery/mockery": "^1.2"
},
Expand Down

0 comments on commit cd8198f

Please sign in to comment.