Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Record Requests In Telescope #24

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
Added suggest and bumped testbench minor version
  • Loading branch information
Sammyjo20 committed Oct 24, 2022
commit 6597d46e49691b96bee0744bb177792fa6f678c8
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"laravel/telescope": "^4.9",
"orchestra/testbench": "^6.24 || ^7.7",
"orchestra/testbench": "^6.24 || ^7.8",
"pestphp/pest": "^1.21"
},
"minimum-stability": "stable",
Expand Down Expand Up @@ -69,5 +69,8 @@
"test": [
"./vendor/bin/pest"
]
},
"suggest": {
"laravel/telescope": "Required to record requests on Laravel Telescope"
}
}