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