Skip to content

Commit

Permalink
Remove new dep
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Sep 19, 2023
1 parent 1ed55d1 commit 1d3d1d4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 58 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-ssh2": "*",
"dealerinspire/laravel-operations": "dev-master",
"guzzlehttp/guzzle": "^7.7",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/forge-sdk": "^3.13",
Expand All @@ -19,6 +18,7 @@
"laravel/jetstream": "^3.2",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"league/flysystem-ftp": "^3.0",
"mustache/mustache": "^2.14",
"nunomaduro/laravel-console-dusk": "^1.11",
"spatie/laravel-activitylog": "^4.7",
Expand Down Expand Up @@ -65,12 +65,6 @@
"@php artisan key:generate --ansi"
]
},
"repositories": [
{
"type": "path",
"url": "./bench/laravel-operations"
}
],
"extra": {
"laravel": {
"dont-discover": []
Expand Down
112 changes: 61 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d3d1d4

Please sign in to comment.