Skip to content

Commit

Permalink
Fix: Increased minimum Pest PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrzski committed Dec 12, 2024
1 parent 64115cd commit 6699ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fkrzski/robots-txt",
"description": "A modern, fluent PHP package for managing robots.txt rules with type safety and great developer experience",
"version": "0.1-BETA",
"version": "dev-0.1.0",
"type": "library",
"keywords": [
"robots.txt",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^3.0",
"pestphp/pest": "^3.1",
"pestphp/pest-plugin-type-coverage": "^3.2",
"phpstan/phpstan": "^1.0",
"rector/rector": "^1.0",
Expand Down

0 comments on commit 6699ab0

Please sign in to comment.