Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,7 @@
"php": "^8.4",
"php-di/php-di": "dev-master",
"ext-json": "*",
"ext-pdo": "*",
"mcnd/lean": "1.4.2"
"mcnd/lean": "dev-master"
},
"repositories": [
{

View File

@ -18,7 +18,7 @@ class ContextField
public ?int $minValue = null,
public ?int $maxValue = null,
public ?string $regexFormat = null,
public mixed $example = null,
public ?string $example = null,
public mixed $default = null,
public bool $hidden = false,
) {}