Skip to content

Commit

Permalink
chore: bumps dependencies and uses pest 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 1, 2024
1 parent f9f6ae1 commit 625ebfd
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,51 +21,51 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"dragonmantank/cron-expression": "^3.3.3",
"guzzlehttp/guzzle": "^7.8.1",
"illuminate/cache": "^11.5.0",
"illuminate/collections": "^11.5.0",
"illuminate/config": "^11.5.0",
"illuminate/console": "^11.5.0",
"illuminate/container": "^11.5.0",
"illuminate/contracts": "^11.5.0",
"illuminate/events": "^11.5.0",
"illuminate/filesystem": "^11.5.0",
"illuminate/process": "^11.5.0",
"illuminate/support": "^11.5.0",
"illuminate/testing": "^11.5.0",
"dragonmantank/cron-expression": "^3.4.0",
"guzzlehttp/guzzle": "^7.9.2",
"illuminate/cache": "^11.30.0",
"illuminate/collections": "^11.30.0",
"illuminate/config": "^11.30.0",
"illuminate/console": "^11.30.0",
"illuminate/container": "^11.30.0",
"illuminate/contracts": "^11.30.0",
"illuminate/events": "^11.30.0",
"illuminate/filesystem": "^11.30.0",
"illuminate/process": "^11.30.0",
"illuminate/support": "^11.30.0",
"illuminate/testing": "^11.30.0",
"laravel-zero/foundation": "^11.5.0",
"laravel/prompts": "^0.1.20 || ^0.2 || ^0.3",
"league/flysystem": "^3.27.0",
"nunomaduro/collision": "^8.1.1",
"laravel/prompts": "^0.3.1 || ^0.3.1 || ^0.3.1",
"league/flysystem": "^3.29.1",
"nunomaduro/collision": "^8.5.0",
"nunomaduro/laravel-console-summary": "^1.12.1",
"nunomaduro/laravel-console-task": "^1.9",
"nunomaduro/laravel-desktop-notifier": "^2.8.1",
"nunomaduro/termwind": "^2.0.1",
"psr/log": "^3.0",
"ramsey/uuid": "^4.7.5",
"symfony/console": "^7.0.6",
"symfony/error-handler": "^7.0.6",
"symfony/event-dispatcher": "^7.0.3",
"symfony/finder": "^7.0",
"symfony/process": "^7.0.4",
"symfony/var-dumper": "^7.0.6",
"vlucas/phpdotenv": "^5.6.0"
"nunomaduro/termwind": "^2.2.0",
"psr/log": "^3.0.2",
"ramsey/uuid": "^4.7.6",
"symfony/console": "^7.1.6",
"symfony/error-handler": "^7.1.6",
"symfony/event-dispatcher": "^7.1.6",
"symfony/finder": "^7.1.6",
"symfony/process": "^7.1.6",
"symfony/var-dumper": "^7.1.6",
"vlucas/phpdotenv": "^5.6.1"
},
"require-dev": {
"illuminate/bus": "^11.5.0",
"illuminate/database": "^11.5.0",
"illuminate/http": "^11.5.0",
"illuminate/log": "^11.5.0",
"illuminate/queue": "^11.5.0",
"illuminate/redis": "^11.5.0",
"illuminate/view": "^11.5.0",
"illuminate/bus": "^11.30.0",
"illuminate/database": "^11.30.0",
"illuminate/http": "^11.30.0",
"illuminate/log": "^11.30.0",
"illuminate/queue": "^11.30.0",
"illuminate/redis": "^11.30.0",
"illuminate/view": "^11.30.0",
"laravel-zero/phar-updater": "^1.4",
"laravel/pint": "^1.15.2",
"nunomaduro/laravel-console-dusk": "^1.13",
"laravel/pint": "^1.18.1",
"nunomaduro/laravel-console-dusk": "^1.13.1",
"nunomaduro/laravel-console-menu": "^3.5",
"pestphp/pest": "^2.34.7",
"phpstan/phpstan": "^1.10.67"
"pestphp/pest": "^3.5.1",
"phpstan/phpstan": "^1.12.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 625ebfd

Please sign in to comment.