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
Try 8.37 again
  • Loading branch information
Sammyjo20 committed Oct 24, 2022
commit f793fd2de52f1b906c4d0f118f7073a64c57dff8
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"homepage": "https://github.com/sammyjo20/saloon-laravel",
"require": {
"php": "^8.0",
"illuminate/console": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/console": "^8.37 || ^9.0",
"illuminate/support": "^8.37 || ^9.0",
"sammyjo20/saloon": "^1.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.12",
"laravel/telescope": "^4.6",
"orchestra/testbench": "^6.24 || ^7.8",
"pestphp/pest": "^1.21"
"orchestra/testbench": "^6.24 || ^7.11",
"pestphp/pest": "^1.22.1"
},
"minimum-stability": "stable",
"autoload": {
Expand Down