Skip to content

Commit

Permalink
Merge pull request #21 from philbates35/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
philbates35 authored Feb 14, 2024
2 parents 89048ac + c6f1718 commit 42b0ba6
Show file tree
Hide file tree
Showing 5 changed files with 464 additions and 458 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/octane": "^2.2",
"laravel/framework": "^10.44",
"laravel/octane": "^2.3",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
},
"require-dev": {
"driftingly/rector-laravel": "^0.30.0",
"fakerphp/faker": "^1.9.1",
"friendsofphp/php-cs-fixer": "^3.47",
"larastan/larastan": "^2.8",
"mockery/mockery": "^1.4.4",
"driftingly/rector-laravel": "^1.0",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.49",
"larastan/larastan": "^2.9",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.1",
"rector/rector": "^0.19.2",
"spatie/laravel-ignition": "^2.0",
"rector/rector": "^1.0",
"spatie/laravel-ignition": "^2.4",
"squizlabs/php_codesniffer": "^3.8"
},
"replace": {
Expand Down
Loading

0 comments on commit 42b0ba6

Please sign in to comment.