@@ -37,4 +37,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.4] - 2022-01-19
- add SNOWFLAKE to .env.example
-- add snowflake to database.php
+- add snowflake to database.php
+- add dependency godruoyi/php-snowflake
@@ -7,6 +7,7 @@
"require": {
"php": "^7.3|^8.0",
"fruitcake/laravel-cors": "^2.0",
+ "godruoyi/php-snowflake": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",