Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 0e7751a commit 2e549bd
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 177 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"license": "MIT",
"type": "project",
"require": {
"php": "<=8.2.13",
"php": "<=8.3.1",
"algolia/algoliasearch-client-php": "3.4.1",
"awobaz/compoships": "^2.2",
"aws/aws-sdk-php": "3.293.9",
"aws/aws-sdk-php": "3.295.6",
"biscolab/laravel-recaptcha": "6.0.0",
"bugsnag/bugsnag-laravel": "2.26.0",
"caneara/quest": "4.0.0",
Expand All @@ -22,7 +22,7 @@
"google/recaptcha": "1.3.0",
"guzzlehttp/guzzle": "7.8.1",
"intervention/image": "2.7.2",
"laravel/framework": "10.37.1",
"laravel/framework": "10.39.0",
"laravel/slack-notification-channel": "3.1.0",
"laravel/socialite": "5.11.0",
"laravel/tinker": "2.8.2",
Expand All @@ -34,23 +34,23 @@
"spatie/eloquent-sortable": "4.1.0",
"spatie/laravel-fractal": "6.0.3",
"sunra/php-simple-html-dom-parser": "1.5.2",
"symfony/http-client": "7.0.0",
"symfony/psr-http-message-bridge": "7.0.0",
"symfony/http-client": "7.0.2",
"symfony/psr-http-message-bridge": "7.0.2",
"symfony/yaml": "7.0.0",
"torann/geoip": "3.0.5",
"yosymfony/toml": "1.0.4",
"zircote/swagger-php": "4.8.1"
"zircote/swagger-php": "4.8.2"
},
"require-dev": {
"barryvdh/laravel-debugbar": "3.9.2",
"barryvdh/laravel-ide-helper": "2.13.0",
"fakerphp/faker": "1.23.0",
"fakerphp/faker": "1.23.1",
"filp/whoops": "2.15.4",
"friendsofphp/php-cs-fixer": "3.41.1",
"friendsofphp/php-cs-fixer": "3.46.0",
"itsgoingd/clockwork": "5.1.12",
"laravel/legacy-factories": "1.3.2",
"mockery/mockery": "1.6.7",
"phpunit/phpunit": "10.5.2",
"phpunit/phpunit": "10.5.5",
"spatie/laravel-tail": "4.4.2",
"squizlabs/php_codesniffer": "3.8.0"
},
Expand Down
Loading

0 comments on commit 2e549bd

Please sign in to comment.