php_components_pack/composer.json
babaev-an ebfd42a88e 20250222
[О] [ClassMapper::GetDefaults]: Улучшено определение типа. Теперь проверка integer не вызовет ошибку, что ожидается int.

[О] [ClassMapper::MapClass]: Теперь идёт проверка свойства на доступность get и set. Свойства с только get и только set пропускаются.
2025-02-22 13:09:54 +03:00

35 lines
823 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "goodboyalex/php_components_pack",
"description": "[RU] Набор компонентов для сайта на PHP / [EN] A set of components for PHP website",
"minimum-stability": "dev",
"prefer-stable": true,
"keywords": [
"components"
],
"homepage": "https://gitverse.ru/babaev-an/php_components_pack",
"license": "GPL-3.0-or-later",
"type": "library",
"authors": [
{
"name": "Alexander Babaev",
"email": "contact_with_us@babaev-an.ru"
}
],
"require": {
"php": "^8.4",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^12.0.4"
},
"autoload": {
"psr-4": {
"goodboyalex\\php_components_pack\\": "sources"
}
},
"autoload-dev": {
"psr-4": {
"goodboyalex\\php_components_pack\\tests\\": "tests"
}
}
}