Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
Bug: T348107
  • Loading branch information
hasanakg committed Oct 9, 2023
1 parent d51bc37 commit 413da94
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 75 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"ext-zip": "*",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.2.0",
"guzzlehttp/guzzle": "^7.6.1",
"inertiajs/inertia-laravel": "0.6.9",
"kevinrob/guzzle-cache-middleware": "^4.0.2",
"guzzlehttp/guzzle": "^7.8",
"inertiajs/inertia-laravel": "^0.6.10",
"kevinrob/guzzle-cache-middleware": "^4.1.2",
"laravel/framework": "^8.83.26",
"laravel/sanctum": "^2.15.1",
"laravel/socialite": "^5.5.6",
"laravel/tinker": "^2.7.3",
"laravel/socialite": "^5.9",
"laravel/tinker": "^2.8",
"taavi/laravel-socialite-mediawiki": "^1.4"
},
"require-dev": {
"facade/ignition": "^2.17.7",
"fakerphp/faker": "^1.20.0",
"laravel/dusk": "^6.25.1",
"laravel/sail": "^1.19.0",
"mockery/mockery": "^1.5.0",
"laravel/sail": "^1.19",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^5.11",
"phpunit/phpunit": "^9.6.8",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7.2",
"timacdonald/log-fake": "^1.9"
},
Expand Down
Loading

0 comments on commit 413da94

Please sign in to comment.