Przeglądaj źródła

:heavy_plus_sign: godruoyi/php-snowflake

visuddhinanda 4 lat temu
rodzic
commit
a4c5b6e85e
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 1
      change-logs.md
  2. 1 0
      composer.json

+ 2 - 1
change-logs.md

@@ -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

+ 1 - 0
composer.json

@@ -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",