Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sschlein committed Jan 5, 2021
1 parent 26856e8 commit 8efbe84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^7.1",
"illuminate/auth": "^7.0",
"illuminate/database": "^7.0",
"illuminate/notifications": "^7.0",
"illuminate/support": "^7.0",
"laravel/ui": "^2.0"
"php": "^7.3",
"illuminate/auth": "^8.0",
"illuminate/database": "^8.0",
"illuminate/notifications": "^8.0",
"illuminate/support": "^8.0",
"laravel/ui": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^5.0"
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8efbe84

Please sign in to comment.