Skip to content

Commit 52c5ef2

Browse files
committed
Update composer.json description and refine pestphp/pest version constraint
1 parent b59a95c commit 52c5ef2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typephp/typephp",
3-
"description": "Zero-cost runtime type checker for PHP. Enforces PHPDoc annotations including generics, typed arrays, array shapes, and advanced types at runtime in development and testing.",
3+
"description": "Zero-cost runtime type checker for PHP. Enforces PHPDoc annotations including generics, typed arrays, array shapes, and advanced types at runtime in development and production.",
44
"type": "library",
55
"license": "MIT",
66
"keywords": [
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.10",
34-
"pestphp/pest": "^2.34 || ^3.0 || ^4.0",
34+
"pestphp/pest": "^2.0 || ^3.0 || ^4.0",
3535
"phpstan/phpstan": "^2.1",
3636
"phpstan/phpstan-strict-rules": "^2.0",
3737
"phpstan/extension-installer": "^1.4"

0 commit comments

Comments
 (0)