Skip to content

Commit

Permalink
Update dependencies (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Feb 3, 2023
1 parent 1e60236 commit 5fe0002
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 241 deletions.
12 changes: 6 additions & 6 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"require": {
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/oauth-subscriber": "^0.6.0",
"illuminate/config": "^9.48",
"illuminate/database": "^9.48",
"illuminate/events": "^9.48",
"illuminate/log": "^9.48",
"illuminate/config": "^9.50",
"illuminate/database": "^9.50",
"illuminate/events": "^9.50",
"illuminate/log": "^9.50",
"middlewares/access-log": "^2.1",
"phpoption/phpoption": "^1.9",
"promphp/prometheus_client_php": "^2.6",
Expand All @@ -18,11 +18,11 @@
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^3.0-alpha",
"friendsofphp/php-cs-fixer": "^3.13",
"friendsofphp/php-cs-fixer": "^3.14",
"mockery/mockery": "^1.5",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.4"
"vimeo/psalm": "^5.6"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down
Loading

0 comments on commit 5fe0002

Please sign in to comment.