Skip to content

Commit

Permalink
chore: update PHP dependencies (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored Jul 22, 2024
1 parent b656051 commit abec4d0
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 112 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"doctrine/dbal": "^3.0",
"http-interop/http-factory-guzzle": "^1.2",
"huddledigital/zendesk-laravel": "^3.9",
"laravel/framework": "^10.15",
"laravel/framework": "^10.16",
"laravel/horizon": "^5.25",
"laravel/reverb": "^1.0@beta",
"laravel/reverb": "^1.0",
"laravel/scout": "^10.10",
"laravel/tinker": "^2.9",
"leigh/mt-rand": "^0.1",
"mattiasgeniar/php-percentages": "^1.3",
"meilisearch/meilisearch-php": "^1.9",
"nyholm/psr7": "^1.8",
"pusher/pusher-php-server": "7.2.2",
"react/promise": "^2.3",
"pusher/pusher-php-server": "^7.2",
"react/promise": "^2.2",
"savvot/random": "^0.3",
"sentry/sentry-laravel": "^4.7",
"symfony/psr-http-message-bridge": "^2.1"
Expand Down Expand Up @@ -119,4 +119,4 @@
"./vendor/bin/pest --parallel --coverage --min=100 --coverage-html=.coverage --coverage-clover=coverage.xml"
]
}
}
}
Loading

0 comments on commit abec4d0

Please sign in to comment.