Skip to content

Commit

Permalink
Merge pull request #347 from tighten/develop
Browse files Browse the repository at this point in the history
Use flare in production
  • Loading branch information
omarrida committed Aug 12, 2024
2 parents bf3637c + f7b3208 commit 5d367c5
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 318 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
"laravel/telescope": "4.8.1",
"laravel/tinker": "^2.7",
"laravel/ui": "^3.4",
"league/flysystem-aws-s3-v3": "^3.8",
"livewire/livewire": "^2.10",
"php-http/guzzle7-adapter": "^1.0",
"predis/predis": "^1.1",
"spatie/laravel-feed": "^4.1",
"spatie/laravel-ignition": "^1.6",
"spatie/laravel-sitemap": "^6.2",
"stil/gd-text": "^1.1",
"tightenco/ziggy": "^1.5",
"willvincent/laravel-rateable": "^3.0",
"league/flysystem-aws-s3-v3": "^3.8"
"willvincent/laravel-rateable": "^3.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.7",
Expand All @@ -43,8 +44,7 @@
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.3",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.5"
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5d367c5

Please sign in to comment.