Skip to content

Commit

Permalink
Add flare
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Aug 8, 2024
1 parent fe969d7 commit 6668b24
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 735 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

BUGSNAG_API_KEY=
FLARE_KEY=
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@
"license": "MIT",
"require": {
"php": "^8.2",
"bugsnag/bugsnag-laravel": "^2.26",
"calebporzio/sushi": "^2.4",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.48",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
"silber/page-cache": "^1.0",
"guzzlehttp/guzzle": "^7.2"
"spatie/laravel-ignition": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.3",
"phpunit/phpunit": "^9.5.10",
"fakerphp/faker": "^1.9.1",
"spatie/laravel-ignition": "^2.0"
"fakerphp/faker": "^1.9.1"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 6668b24

Please sign in to comment.