Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Oct 17, 2023
1 parent d237c62 commit 734f7b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"ext-json": "*",
"ext-pdo": "*",
"ext-redis": "*",
"doctrine/dbal": "^3.6.4",
"guzzlehttp/guzzle": "^7.7",
"doctrine/dbal": "^3.7.1",
"guzzlehttp/guzzle": "^7.8",
"http-interop/http-factory-guzzle": "^1.2",
"intervention/image": "^2.7.2",
"knplabs/github-api": "^3.11",
"laravel/framework": "^10.14",
"laravel/tinker": "^2.8.1",
"knplabs/github-api": "^3.12",
"laravel/framework": "^10.28",
"laravel/tinker": "^2.8.2",
"laravelcollective/html": "^6.4.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.8.1",
"mockery/mockery": "^1.6.2",
"barryvdh/laravel-debugbar": "^3.9.2",
"mockery/mockery": "^1.6.6",
"nunomaduro/collision": "^6.4",
"phpunit/phpunit": "^9.6.9",
"phpunit/phpunit": "^9.6.13",
"fakerphp/faker": "^1.23.0",
"spatie/laravel-ignition": "^2.1.3"
"spatie/laravel-ignition": "^2.3.1"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 734f7b7

Please sign in to comment.