php-xenum/composer.json
vlw 1c997a5574 chore: package namespace change (#4)
Reviewed-on: https://codeberg.org/vlw/php-xenum/pulls/4
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-12-02 10:36:32 +00:00

19 lines
No EOL
433 B
JSON

{
"name": "vlw/xenum",
"description": "PHP eXtended Enums. The missing quality-of-life features from PHP 8+ Enums",
"type": "library",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor@vlw.se"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"vlw\\": "src/"
}
},
"require": {}
}