Skip to content

Commit

Permalink
Allow Telescope 4 / Laravel 8 (#46)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update composer.json
  • Loading branch information
barryvdh authored Sep 8, 2020
1 parent c60bc03 commit cb5c443
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 @@ -14,10 +14,10 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.3",
"ext-json": "*",
"laravel/framework": "^5.8|^6|^7",
"laravel/telescope": "^2.1|^3.0"
"laravel/framework": "^8",
"laravel/telescope": "^4"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +31,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
"dev-master": "1.3-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit cb5c443

Please sign in to comment.