Skip to content

Commit

Permalink
Merge pull request #7 from Icemont/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Icemont authored May 2, 2023
2 parents 3cfa6a3 + 3496114 commit 9e4d09c
Show file tree
Hide file tree
Showing 11 changed files with 961 additions and 683 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"barryvdh/laravel-dompdf": "^2.0",
"guzzlehttp/guzzle": "^7.5",
"laravel/framework": "^9.48",
"laravel/sanctum": "^3.2.1",
"laravel/tinker": "^2.8"
"barryvdh/laravel-dompdf": "^2.0.1",
"guzzlehttp/guzzle": "^7.5.1",
"laravel/framework": "^9.52.7",
"laravel/sanctum": "^3.2.5",
"laravel/tinker": "^2.8.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.7",
"barryvdh/laravel-ide-helper": "^2.12.3",
"barryvdh/laravel-debugbar": "^3.8.1",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.21",
"laravel/breeze": "^1.18",
"laravel/pint": "^1.4",
"laravel/sail": "^1.18.1",
"laravel/breeze": "^1.19.2",
"laravel/pint": "^1.10",
"laravel/sail": "^1.21.5",
"mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^6.4",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.7",
"spatie/laravel-ignition": "^1.6.4",
"vimeo/psalm": "^4.30"
},
Expand Down
Loading

0 comments on commit 9e4d09c

Please sign in to comment.