lässig
This commit is contained in:
commit
2c36a7665e
7 changed files with 597 additions and 0 deletions
16
composer.json
Normal file
16
composer.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "lubiana/uuid-webservice",
|
||||
"description": "A simple PHP webservice for generating UUIDs and ULIDs.",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.4",
|
||||
"symfony/uid": "^7.0",
|
||||
"symfony/http-foundation": "^7.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue