Files
Interfaces/composer.json
2025-12-12 09:53:07 +04:00

27 lines
661 B
JSON

{
"name": "diffhead/php-interfaces",
"description": "A comprehensive PHP library providing common interfaces for regular objects. Designed to standardize object manipulation patterns across applications.",
"type": "library",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"php", "data interaction", "interface",
"object", "library", "package", "php8", "php7"
],
"autoload": {
"psr-4": {
"Diffhead\\PHP\\Interfaces\\": "src/"
}
},
"require": {
"php": "^7.4 || ^8.0"
},
"minimum-stability": "stable",
"authors": [
{
"name": "Viktor S.",
"email": "thinlineseverywhere@gmail.com"
}
]
}