Skip to content

Commit

Permalink
Dropped support for Symfony 2.8 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
secit-pl committed Mar 9, 2022
1 parent 0e5c110 commit fc162b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP-IMAP integration bundle

Simple [php-imap](https://github.com/barbushin/php-imap) integration for Symfony 2.8, 3.x, 4.x, 5.x and 6.x.
Simple [php-imap](https://github.com/barbushin/php-imap) integration for Symfony 4.x, 5.x and 6.x.

## Want to support this bundle?

Expand Down Expand Up @@ -59,7 +59,7 @@ imap:
mailbox: "{localhost:143}INBOX"
username: "username"
password: "password"
attachments_dir: "%kernel.root_dir%/../var/imap/attachments"
attachments_dir: "%kernel.project_dir%/var/imap/attachments"
server_encoding: "UTF-8"
```

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.8|~3.0|~4.0|~5.0|~6.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0|~5.0|~6.0",
"symfony/framework-bundle": "~4.0|~5.0|~6.0",
"symfony/dependency-injection": "~4.0|~5.0|~6.0",
"php-imap/php-imap": "~2.0|~3.0|~4.0"
},
"autoload": {
Expand Down

0 comments on commit fc162b1

Please sign in to comment.