Skip to content

Commit 482c2aa

Browse files
committed
⬆️ Upgrade dependencies
1 parent 77c1595 commit 482c2aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This kit includes all PHP development, testing, debugging and automation tools f
6262

6363
## 📋 Requirements
6464

65-
> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.1.14 recommended to avoid potential bugs).
65+
> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.1.20 recommended to avoid potential bugs).
6666
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.
6767
6868
## ⚡️ Installation

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
"barryvdh/laravel-ide-helper": "^3.0",
7373
"larastan/larastan": "^2.9",
7474
"laravel/sail": "^1.29",
75-
"orchestra/testbench": "^9.0",
75+
"orchestra/testbench": "^9.1",
7676
"pestphp/pest-plugin-faker": "^2.0",
77-
"pestphp/pest-plugin-laravel": "^2.3",
77+
"pestphp/pest-plugin-laravel": "^2.4",
7878
"pestphp/pest-plugin-livewire": "^2.1",
7979
"pestphp/pest-plugin-watch": "^2.1",
8080
"psalm/plugin-laravel": "^2.11",
81-
"sikessem/devtools": "^0.7.0",
82-
"spatie/laravel-ignition": "^2.5",
81+
"sikessem/devtools": "^0.8.0",
82+
"spatie/laravel-ignition": "^2.8",
8383
"spatie/laravel-ray": "^1.36",
84-
"wulfheart/laravel-actions-ide-helper": "^0.7.2"
84+
"wulfheart/laravel-actions-ide-helper": "^0.7.3"
8585
},
8686
"extra": {
8787
"branch-alias": {

0 commit comments

Comments
 (0)