Skip to content

Commit

Permalink
Fixed tests for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zKoz210 committed May 16, 2023
1 parent d29afc6 commit f3ffae7
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 @@ -25,8 +25,8 @@
"ext-pcntl": "*"
},
"require-dev": {
"nesbot/carbon": "^2.47",
"pestphp/pest": "^1.22",
"nesbot/carbon": "^2.66",
"pestphp/pest": "^1.23",
"phpunit/phpunit": "^9.5",
"spatie/ray": "^1.10"
},
Expand Down Expand Up @@ -54,4 +54,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit f3ffae7

Please sign in to comment.