Skip to content

Commit

Permalink
chore: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 15, 2024
1 parent efb38f7 commit bd5aa6f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
],
"require": {
"php": "^8.2.0",
"filp/whoops": "^2.15.4",
"filp/whoops": "^2.16.0",
"nunomaduro/termwind": "^2.1.0",
"symfony/console": "^7.1.4"
"symfony/console": "^7.1.5"
},
"conflict": {
"laravel/framework": "<11.0.0 || >=12.0.0",
"phpunit/phpunit": "<10.5.1 || >=12.0.0"
},
"require-dev": {
"laravel/framework": "^11.23.5",
"laravel/pint": "^1.17.3",
"laravel/tinker": "^2.9.0",
"laravel/sail": "^1.32.0",
"laravel/sanctum": "^4.0.2",
"laravel/framework": "^11.28.0",
"laravel/pint": "^1.18.1",
"laravel/tinker": "^2.10.0",
"laravel/sail": "^1.36.0",
"laravel/sanctum": "^4.0.3",
"larastan/larastan": "^2.9.8",
"orchestra/testbench-core": "^9.4.1",
"pestphp/pest": "^2.35.0 || ^3.0.8",
"orchestra/testbench-core": "^9.5.3",
"pestphp/pest": "^2.35.0 || ^3.4.0",
"sebastian/environment": "^6.1.0 || ^7.2.0"
},
"autoload-dev": {
Expand Down

0 comments on commit bd5aa6f

Please sign in to comment.