This commit is contained in:
2024-07-24 14:07:45 +03:00
parent 094e047a5c
commit 043a699c6d
9 changed files with 214 additions and 20 deletions

91
composer.lock generated
View File

@ -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": "1ab10f0d80bf16426c5a0cbba3924d9a",
"content-hash": "f638e86e2b30657f939e5afa8d66beb9",
"packages": [
{
"name": "brick/math",
@ -749,6 +749,93 @@
],
"time": "2024-07-23T12:17:16+00:00"
},
{
"name": "madesimple/php-arrays",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/pdscopes/php-arrays.git",
"reference": "e0b921ab295a965dbc125c33bdde864721c59f08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pdscopes/php-arrays/zipball/e0b921ab295a965dbc125c33bdde864721c59f08",
"reference": "e0b921ab295a965dbc125c33bdde864721c59f08",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"MadeSimple\\Arrays\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Peter Scopes",
"email": "peter.scopes@gmail.com"
}
],
"description": "Helper functions for manipulating arrays",
"support": {
"issues": "https://github.com/pdscopes/php-arrays/issues",
"source": "https://github.com/pdscopes/php-arrays/tree/v2.1.0"
},
"time": "2022-02-25T14:48:55+00:00"
},
{
"name": "madesimple/php-form-validator",
"version": "v2.9.0",
"source": {
"type": "git",
"url": "https://github.com/pdscopes/php-form-validator.git",
"reference": "d41665ab5cf7f028ab1eae204ab9f2f72dfeab5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pdscopes/php-form-validator/zipball/d41665ab5cf7f028ab1eae204ab9f2f72dfeab5a",
"reference": "d41665ab5cf7f028ab1eae204ab9f2f72dfeab5a",
"shasum": ""
},
"require": {
"madesimple/php-arrays": "^2.0",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"MadeSimple\\Validator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Peter Scopes",
"email": "peter.scopes@gmail.com"
}
],
"description": "Simple, extendable form validator for multi-dimensional forms",
"support": {
"issues": "https://github.com/pdscopes/php-form-validator/issues",
"source": "https://github.com/pdscopes/php-form-validator/tree/v2.9.0"
},
"time": "2022-07-09T12:08:20+00:00"
},
{
"name": "nesbot/carbon",
"version": "3.7.0",
@ -2006,5 +2093,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}