Skip to content

Commit

Permalink
chore: adjusts dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 8, 2024
1 parent 068531b commit 4550c9e
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 @@ -13,9 +13,9 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"fakerphp/faker": "^1.23.1",
"pestphp/pest": "^2.35.1"
"pestphp/pest": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
"files": ["src/Faker.php"]
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.16.0"
"pestphp/pest-dev-tools": "^3.0.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 4550c9e

Please sign in to comment.