Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jun 22, 2024
1 parent bfa2ed4 commit 43097ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PHP development, debugging, testing and automation tools.

## 📋 Requirements

> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.2.14 recommended to avoid potential bugs).
> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.2.20 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.
## ⚡️ Installation
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"require": {
"php": ">=8.2",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.15",
"laravel/pint": "^1.16",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"nunomaduro/phpinsights": "^2.11",
"pestphp/pest": "^2.34",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.5",
"rector/rector": "^1.0",
"spatie/ignition": "^1.13",
"rector/rector": "^1.1",
"spatie/ignition": "^1.14",
"spatie/ray": "^1.41",
"symfony/var-dumper": "^7.0",
"vimeo/psalm": "^5.23"
"symfony/var-dumper": "^7.1",
"vimeo/psalm": "^5.25"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 43097ff

Please sign in to comment.