Skip to content

Commit

Permalink
Update dependencies minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WendellAdriel committed Jul 21, 2023
1 parent 4ab53d4 commit 5d56cb0
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 459 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"require": {
"php": "^8.2",
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.6.1",
"laravel/framework": "^10.11.0",
"laravel/sanctum": "^3.2.5",
"laravel/tinker": "^2.8.1",
"strictus/strictus": "^1.0",
"wendelladriel/laravel-validated-dto": "^2.9.0",
"zircote/swagger-php": "^4.7.10"
"guzzlehttp/guzzle": "^7.7",
"laravel/framework": "^10.15",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"strictus/strictus": "^1.3",
"wendelladriel/laravel-validated-dto": "^2.11",
"zircote/swagger-php": "^4.7"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "v3.0.0-alpha.1",
"fakerphp/faker": "^1.22",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.10",
"laravel/sail": "^1.22.0",
"mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^7.5.2",
"pestphp/pest": "^2.6.1",
"pestphp/pest-plugin-laravel": "^2.0.0",
"phpunit/phpunit": "^10.1.3",
"spatie/laravel-ignition": "^2.1.2"
"laravel/sail": "^1.23",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.7",
"pestphp/pest": "^2.9",
"pestphp/pest-plugin-laravel": "^2.1",
"phpunit/phpunit": "^10.2",
"spatie/laravel-ignition": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5d56cb0

Please sign in to comment.