Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilk-renovate[bot] committed Sep 5, 2024
1 parent 9d15ffe commit 0159df8
Show file tree
Hide file tree
Showing 10 changed files with 423 additions and 379 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
services:
pgsql:
image: postgres:15@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:15@sha256:84f20a7934b74a6f5480a15bc78a6f03d8d6f703f3408b6e2e255755bb613ba2
env:
POSTGRES_DB: toby
POSTGRES_USER: toby
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"guzzlehttp/guzzle": "^7.9.2",
"inertiajs/inertia-laravel": "^1.3.0",
"laragear/cache-query": "^4.0.0",
"laravel/framework": "^11.18.1",
"laravel/framework": "^11.21.0",
"laravel/sanctum": "^4.0.2",
"laravel/socialite": "^5.15.1",
"laravel/telescope": "^5.1.1",
"laravel/telescope": "^5.2.2",
"laravel/tinker": "^2.9.0",
"maatwebsite/excel": "^3.1.55",
"phpoffice/phpword": "^1.2.0",
"sentry/sentry-laravel": "^4.7.1",
"maatwebsite/excel": "^3.1.56",
"phpoffice/phpword": "^1.3.0",
"sentry/sentry-laravel": "^4.8.0",
"spatie/laravel-google-calendar": "^3.8.0",
"spatie/laravel-model-states": "^2.7.1",
"spatie/laravel-permission": "^6.9.0",
"spatie/laravel-slack-slash-command": "^1.12.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13.5",
"blumilksoftware/codestyle": "^3.2.1",
"laravel/dusk": "^8.2.2",
"blumilksoftware/codestyle": "^3.3.0",
"laravel/dusk": "^8.2.5",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.3.0",
"phpunit/phpunit": "^11.2.8",
"nunomaduro/collision": "^8.4.0",
"phpunit/phpunit": "^11.3.1",
"spatie/laravel-ignition": "^2.8.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 0159df8

Please sign in to comment.