Skip to content

Commit

Permalink
Uses Pest v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 23, 2022
1 parent eaad272 commit ce81281
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.1.0"
},
"require-dev": {
"laravel/pint": "^1.1.2",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.7.12",
"symfony/var-dumper": "^6.1.0"
"laravel/pint": "^1.2.0",
"pestphp/pest": "^2.0.0",
"phpstan/phpstan": "^1.8.6",
"symfony/var-dumper": "^6.2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ce81281

Please sign in to comment.