Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Dec 28, 2023
1 parent 2f7a097 commit 1fb4719
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 @@ -57,20 +57,20 @@
"chat": "https://github.com/orgs/sikessem/discussions"
},
"require": {
"php": "^8.1||^8.2",
"php": ">=8.1",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.10",
"nunomaduro/phpinsights": "^2.9",
"pestphp/pest": "^2.23",
"nunomaduro/collision": "^8.0",
"nunomaduro/phpinsights": "^2.11",
"pestphp/pest": "^2.30",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4",
"rector/rector": "^0.18.5",
"phpunit/phpunit": "^10.5",
"rector/rector": "^0.18.13",
"spatie/ignition": "^1.11",
"spatie/ray": "^1.39",
"symfony/var-dumper": "^6.3",
"vimeo/psalm": "^5.15"
"spatie/ray": "^1.40",
"symfony/var-dumper": "^6.4",
"vimeo/psalm": "^5.18"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 1fb4719

Please sign in to comment.