mirror of
https://codeberg.org/vlw/php-xenum.git
synced 2025-09-13 12:13:42 +02:00
Reviewed-on: https://codeberg.org/vlw/php-xenum/pulls/4 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
19 lines
No EOL
433 B
JSON
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": {}
|
|
} |