Skip to content

Commit

Permalink
Update dependencies. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter authored Apr 25, 2020
1 parent 59369a2 commit adbb14c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}
],
"require": {
"php": "^7.3",
"laravel/nova": "^2.1"
"php": ">=7.3.0",
"laravel/nova": "^3.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3",
"orchestra/testbench": "^3.8|^4.0",
"phpunit/phpunit": "^8.2"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit adbb14c

Please sign in to comment.