visuddhinanda 3 лет назад
Родитель
Сommit
18ff64b134
2 измененных файлов с 5 добавлено и 2 удалено
  1. 3 1
      change-logs.md
  2. 2 1
      composer.json

+ 3 - 1
change-logs.md

@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [1.0.11] - 2022-09-6
+
+add doctrine/dbal
 
 ## [1.0.10] - 2022-07-31
 

+ 2 - 1
composer.json

@@ -12,7 +12,8 @@
         "guzzlehttp/guzzle": "^7.0.1",
         "laravel/framework": "^8.75",
         "laravel/sanctum": "^2.11",
-        "laravel/tinker": "^2.5"
+        "laravel/tinker": "^2.5",
+		"php-amqplib/php-amqplib": ">=3.0"
     },
     "require-dev": {
         "facade/ignition": "^2.5",