Skip to content

Commit

Permalink
Laravel 8 update (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardDominik authored Nov 3, 2020
1 parent 973330c commit 8fc0fb2
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 @@ -29,14 +29,14 @@
}
],
"require": {
"php": "^7.2.5",
"laravel/framework": "6.*|7.*",
"php": "^7.2.5|^7.3.0",
"laravel/framework": "6.*|7.*|8.*",
"spatie/laravel-translatable": "^4.2",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "~4.0|~5.0"
"phpunit/phpunit": "^8.5|^9.0",
"orchestra/testbench": "~4.0|~5.0|~6.0"
},
"autoload": {
"classmap": [],
Expand Down

0 comments on commit 8fc0fb2

Please sign in to comment.