Skip to content

Commit

Permalink
bump composer deps
Browse files Browse the repository at this point in the history
- `doctrine/dbal` from 3.6.6 to 3.7.1
- `laravel/framework` from 10.21.0 to 10.30.1
- `laravel/telescope` from 4.16.2 to 4.17.2
- `league/flysystem-aws-s3-v3` from 3.15.0 to 3.16.0
- `livewire/livewire` from 3.0.1 to 3.0.10
- `ohdearapp/ohdear-php-sdk` from 3.6.2 to 3.7.0
- `spatie/laravel-collection-macros` from 7.13.0 to 7.13.1
- `spatie/temporary-directory` from 2.1.2 to 2.2.0
- `tightenco/ziggy` from 1.6.2 to 1.8.1
- `jrmajor/cs` from 0.5.2 to 0.5.3
- `nunomaduro/collision` from 7.8.1 to 7.10.0
- `phpstan/phpstan` from 1.10.32 to 1.10.40
- `phpstan/phpstan-phpunit` from 1.3.14 to 1.3.15
- `phpunit/phpunit` from 10.3.2 to 10.4.2
- `spatie/laravel-ignition` from 2.3.0 to 2.3.1
  • Loading branch information
dependabot[bot] authored and jrmajor committed Nov 1, 2023
1 parent a06c625 commit bfe3beb
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 432 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
"require": {
"php": "~8.2.0",
"azjezz/psl": "^2.7",
"doctrine/dbal": "^3.6",
"doctrine/dbal": "^3.7",
"guzzlehttp/guzzle": "^7.8",
"jrmajor/laravel-fluent": "^1.0",
"larabug/larabug": "^3.0",
"laravel/framework": "^10.21",
"laravel/telescope": "^4.16",
"laravel/framework": "^10.30",
"laravel/telescope": "^4.17",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.12",
"league/flysystem-aws-s3-v3": "^3.16",
"livewire/livewire": "^3.0",
"nesbot/carbon": "^2.69",
"nesbot/carbon": "^2.71",
"nunomaduro/curryable": "dev-master#c3c17b3",
"ohdearapp/ohdear-php-sdk": "^3.6",
"ohdearapp/ohdear-php-sdk": "^3.7",
"spatie/image": "^2.2",
"spatie/laravel-collection-macros": "^7.13",
"spatie/laravel-schedule-monitor": "^3.4",
"spatie/laravel-sluggable": "^3.5",
"spatie/temporary-directory": "^2.1",
"spatie/temporary-directory": "^2.2",
"symfony/css-selector": "^6.3",
"symfony/dom-crawler": "^6.3",
"tightenco/ziggy": "^1.6"
"tightenco/ziggy": "^1.8"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.23",
"jrmajor/cs": "^0.5.2",
"jrmajor/cs": "^0.5.3",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^7.10",
"nunomaduro/larastan": "^2.6",
"php-standard-library/phpstan-extension": "^1.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.3",
"phpunit/phpunit": "^10.4",
"spatie/invade": "^1.1",
"spatie/laravel-ignition": "^2.3",
"vaimo/composer-patches": "^5.1"
Expand Down
Loading

0 comments on commit bfe3beb

Please sign in to comment.