Skip to content

Commit

Permalink
Fix with Carbon 3
Browse files Browse the repository at this point in the history
Add support test Laravel 9, 10, 11
  • Loading branch information
Viktor Mazur committed Mar 28, 2024
1 parent 870a5de commit 37b49af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"pestphp/pest": "^2.12",
"pestphp/pest-plugin-laravel": "^2.3",
"pestphp/pest": "^1.23|^2.12",
"pestphp/pest-plugin-laravel": "^1.4|^2.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-health": "^1.2"
"spatie/laravel-health": "^1.27"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 37b49af

Please sign in to comment.