Skip to content

Commit

Permalink
chore: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 8, 2024
1 parent d9d5cb0 commit 068531b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ coverage.xml
.temp/coverage.php
*.swp
*.swo
.phpunit.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"require": {
"php": "^8.1",
"fakerphp/faker": "^1.21.0",
"pestphp/pest": "^2.0.0"
"fakerphp/faker": "^1.23.1",
"pestphp/pest": "^2.35.1"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
"files": ["src/Faker.php"]
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.5.0"
"pestphp/pest-dev-tools": "^2.16.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 068531b

Please sign in to comment.