Skip to content

Commit

Permalink
Merge branch 'release/2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Nov 6, 2021
2 parents 26529cf + 4f82cc0 commit 555630e
Show file tree
Hide file tree
Showing 6 changed files with 2,199 additions and 2,717 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.2.2b](https://github.com/daveroverts/bmac/compare/v2.2.2...v2.2.2b) - 2021-10-24
## [v2.2.3](https://github.com/daveroverts/bmac/compare/v2.2.2b...v2.2.3) - 2021-11-06

### Added

- Added [AWS SDK for PHP](https://github.com/aws/aws-sdk-php) to support services like S3, SES and SQS

## [v2.2.2b](https://github.com/daveroverts/bmac/compare/v2.2.2a...v2.2.2b) - 2021-10-24

### Added
- Added [Laravel Sail](https://laravel.com/docs/master/sail) with `.devcontainer`
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"type": "project",
"require": {
"php": "^7.3|^8.0",
"aws/aws-sdk-php": "^3.200",
"bensampo/laravel-enum": "^3.0",
"bugsnag/bugsnag-laravel": "^2.17",
"cviebrock/eloquent-sluggable": "^8.0",
"deployer/deployer": "^7.0",
"doctrine/dbal": "^3.0",
"facade/ignition": "^2.3.6",
"fakerphp/faker": "^1.14",
"fideloper/proxy": "^4.0",
"fruitcake/laravel-cors": "^2.0",
"laravel/framework": "^8.0",
Expand All @@ -31,6 +31,7 @@
"barryvdh/laravel-ide-helper": "^2.6",
"beyondcode/laravel-query-detector": "^1.1",
"enlightn/security-checker": "^1.5",
"fakerphp/faker": "^1.16",
"laravel/sail": "^1.12",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.0",
Expand Down
Loading

0 comments on commit 555630e

Please sign in to comment.