php_components_pack/composer.json
babaev-an 28dbf773f1 20250608
[File] обновлён метод RemoveDir. Теперь он корректно удаляет не пустую директорию.
[File] добавлен метод DirectoryExists (string $directory, bool $checkReadAccess = true,
                              bool $checkWriteAccess = false): bool
2025-06-08 11:45:40 +03:00

35 lines
828 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://git.babaev-an.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.2.1"
},
"autoload": {
"psr-4": {
"goodboyalex\\php_components_pack\\": "sources"
}
},
"autoload-dev": {
"psr-4": {
"goodboyalex\\php_components_pack\\tests\\": "tests"
}
}
}