summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-23 00:18:15 +0100
committerAsko Nomm <asko@bien.ee>2022-02-23 00:18:15 +0100
commit6b5b238e838116560e298deff4c9bcab140ac050 (patch)
tree0f85abcc05b4839e66f95b46ce877171c45ae894
parenta4f9514f1df22e6f2948a29ab94ba3e5a5fec3cd (diff)
Fix typo
-rw-r--r--README.md2
-rw-r--r--composer.lock6
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 075f1c3..6848e04 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ You can also get the first error rather than all errors by using the method `$bo
## Built-in validators
-There are a number of built-in validators avaiable for use by default. If you want to remove a built-in validator, you can remove one using the `$bouncer->removeValidator('rule-name')` method.
+There are a number of built-in validators available for use by default. If you want to remove a built-in validator, you can remove one using the `$bouncer->removeValidator('rule-name')` method.
### `email`
diff --git a/composer.lock b/composer.lock
index a97909a..791fdf9 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "3dfd11fec5b916f8070a9ac43db29a3d",
+ "content-hash": "60e57b17fa829992b0d33875b08a120a",
"packages": [],
"packages-dev": [
{
@@ -3115,7 +3115,9 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
+ "platform": {
+ "php": "^8.1"
+ },
"platform-dev": [],
"plugin-api-version": "2.2.0"
}