|
|
@@ -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": "290dc0f613a520d4fde731b332c80e13",
|
|
|
+ "content-hash": "c4f488cdc234020e7137afdb7ac742d8",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "clue/framework-x",
|
|
|
@@ -1100,6 +1100,128 @@
|
|
|
],
|
|
|
"time": "2024-06-11T12:45:25+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "respect/stringifier",
|
|
|
+ "version": "0.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Respect/Stringifier.git",
|
|
|
+ "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
|
|
|
+ "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.8",
|
|
|
+ "malukenho/docheader": "^0.1.7",
|
|
|
+ "phpunit/phpunit": "^6.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/stringify.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Respect\\Stringifier\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Respect/Stringifier Contributors",
|
|
|
+ "homepage": "https://github.com/Respect/Stringifier/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Converts any value to a string",
|
|
|
+ "homepage": "http://respect.github.io/Stringifier/",
|
|
|
+ "keywords": [
|
|
|
+ "respect",
|
|
|
+ "stringifier",
|
|
|
+ "stringify"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Respect/Stringifier/issues",
|
|
|
+ "source": "https://github.com/Respect/Stringifier/tree/0.2.0"
|
|
|
+ },
|
|
|
+ "time": "2017-12-29T19:39:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "respect/validation",
|
|
|
+ "version": "2.4.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Respect/Validation.git",
|
|
|
+ "reference": "f13f10f19978aea33af2a102a2f58f2db1e63619"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Respect/Validation/zipball/f13f10f19978aea33af2a102a2f58f2db1e63619",
|
|
|
+ "reference": "f13f10f19978aea33af2a102a2f58f2db1e63619",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.1",
|
|
|
+ "respect/stringifier": "^0.2.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "egulias/email-validator": "^3.0",
|
|
|
+ "giggsey/libphonenumber-for-php-lite": "^8.13 || ^9.0",
|
|
|
+ "malukenho/docheader": "^1.0",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "phpstan/phpstan": "^1.9",
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^1.1",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.3",
|
|
|
+ "phpunit/phpunit": "^9.6",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "respect/coding-standard": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "egulias/email-validator": "Improves the Email rule if available",
|
|
|
+ "ext-bcmath": "Arbitrary Precision Mathematics",
|
|
|
+ "ext-fileinfo": "File Information",
|
|
|
+ "ext-mbstring": "Multibyte String Functions",
|
|
|
+ "giggsey/libphonenumber-for-php-lite": "Enables the phone rule if available"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Respect\\Validation\\": "library/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Respect/Validation Contributors",
|
|
|
+ "homepage": "https://github.com/Respect/Validation/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The most awesome validation engine ever created for PHP",
|
|
|
+ "homepage": "http://respect.github.io/Validation/",
|
|
|
+ "keywords": [
|
|
|
+ "respect",
|
|
|
+ "validation",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Respect/Validation/issues",
|
|
|
+ "source": "https://github.com/Respect/Validation/tree/2.4.4"
|
|
|
+ },
|
|
|
+ "time": "2025-06-07T00:07:21+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
"version": "v1.32.0",
|
|
|
@@ -1428,10 +1550,10 @@
|
|
|
"packages-dev": [],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "stable",
|
|
|
- "stability-flags": {},
|
|
|
+ "stability-flags": [],
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|
|
|
- "platform": {},
|
|
|
- "platform-dev": {},
|
|
|
+ "platform": [],
|
|
|
+ "platform-dev": [],
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
}
|