Skip to content

Commit

Permalink
update to formularium 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Dec 3, 2020
1 parent 7ec3115 commit 9a95704
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Datatype_aaaaa.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function validate($value, Model $model = null)
{
$value = parent::validate($value, $model);

Equals::validate($value, ['value' => 'aaaaa'], $this, $model);
$value = Equals::validate($value, ['value' => 'aaaaa'], $model);

return $value;
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Sample pure PHP app using formularium",
"type": "application",
"license": "MIT",
"version": "1.4.0",
"version": "1.5.0",
"homepage": "https://github.com/Corollarium/FormulariumApp",
"require": {
"php": ">=7.2.0",
"corollarium/formularium": "^0.5"
"corollarium/formularium": "^0.7.1"
},
"scripts": {
}
Expand Down
Loading

0 comments on commit 9a95704

Please sign in to comment.