Skip to content

Commit 903399d

Browse files
committed
Remove maantje/xhprof-buggregator-laravel package during preflight
1 parent ae2d015 commit 903399d

File tree

3 files changed

+68
-66
lines changed

3 files changed

+68
-66
lines changed

.github/workflows/preflight.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787

8888
- name: 📦 Install Composer Dependencies
8989
if: steps.vendor-cache.outputs.cache-hit != 'true'
90-
run: composer install --no-dev --no-interaction --prefer-dist
90+
run: |
91+
composer install --no-interaction --prefer-dist
92+
composer remove maantje/xhprof-buggregator-laravel
9193
9294
- name: 🔧 Directory Permissions
9395
run: chmod -R 777 storage bootstrap/cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"binarytorch/larecipe-dark-theme": "^0.1.5",
1515
"blade-ui-kit/blade-heroicons": "^2.6",
1616
"dedoc/scramble": "^0.12.22",
17-
"fakerphp/faker": "^1.24",
1817
"inertiajs/inertia-laravel": "^2.0",
1918
"laravel-ready/artisan-command-palette-ui": "^1.0",
2019
"laravel-ready/hasin": "^2.0",
@@ -26,6 +25,7 @@
2625
"require-dev": {
2726
"buggregator/trap": "^1.13",
2827
"dragon-code/pretty-routes": "^3.7",
28+
"fakerphp/faker": "^1.24",
2929
"itsgoingd/clockwork": "^5.3",
3030
"laravel/pail": "^1.2.2",
3131
"laravel/pint": "^1.18",

composer.lock

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)