Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
35
pro_v3.5.1/vendor/godruoyi/php-snowflake/composer.json
vendored
Normal file
35
pro_v3.5.1/vendor/godruoyi/php-snowflake/composer.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "godruoyi/php-snowflake",
|
||||
"description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"unique id",
|
||||
"snowflake algorithm",
|
||||
"php snowflake",
|
||||
"laravel snowflake",
|
||||
"order id",
|
||||
"unique order id",
|
||||
"php unique id"
|
||||
],
|
||||
"homepage": "https://github.com/godruoyi/php-snowflake",
|
||||
"authors": [{
|
||||
"name": "Godruoyi",
|
||||
"email": "g@godruoyi.com"
|
||||
}],
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~7|^8|^9"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Godruoyi\\Snowflake\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user