Skip to content

Commit

Permalink
Merge branch '1244-remove-amqplib' into 'master'
Browse files Browse the repository at this point in the history
Remove php-amqplib from the direct Mailer dependencies

See merge request remp/remp!747
  • Loading branch information
rootpd committed Feb 28, 2023
2 parents 027a2fa + 6010c68 commit e361361
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 477 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

### [Mailer]

- Removed `php-amqplib/php-amqplib` from the direct Mailer dependencies. remp/remp#1244

## [1.2.0] - 2023-02-23

### [Mailer]
Expand Down
3 changes: 2 additions & 1 deletion Mailer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
},
"repositories": [
Expand Down
Loading

0 comments on commit e361361

Please sign in to comment.