Skip to content

Commit 57cfe1d

Browse files
committed
PAC-950 Add compatibility with PHP 8.4.
Update dependencies.
1 parent 5517040 commit 57cfe1d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Features
44

5+
### PHP 8.4 Compatibility
6+
7+
* Update dependencies
8+
* Add PHP 8.4 support
9+
* Replace abandoned `swiftmailer/swiftmailer` with `symfony/mailer`
10+
511
### import-product import-product-ee
612
* New validation added, whether the product of the website is assigned to the current shop view line
713
* `"import_product.store.in.website.validator.observer"`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.1",
77
"techdivision/import": "^18.0.0",
8-
"techdivision/import-cli": "^13.0.0",
8+
"techdivision/import-cli": "^13.1.0",
99
"techdivision/import-app-simple": "^19.0.0",
1010
"techdivision/import-configuration-jms": "^18.0.1",
1111
"techdivision/import-ee": "^17.0.0",
@@ -42,7 +42,7 @@
4242
"techdivision/import-dbal-collection": "^2.0.0",
4343
"techdivision/import-cache-collection": "^2.0.0",
4444
"techdivision/import-configuration": "^6.0.0",
45-
"egulias/email-validator": "^3.2.0"
45+
"egulias/email-validator": "^3.2.0|^4.0"
4646
},
4747
"require-dev": {
4848
"doctrine/dbal": "^4.0.4",

0 commit comments

Comments
 (0)