Skip to content

Commit cd5877e

Browse files
committed
PAC-973 Add Magento 2.4.9 compatibility.
Use the project-specific XML loader class instead of the one removed in `symfony/dependency-injection` v8
1 parent e47bc74 commit cd5877e

6 files changed

Lines changed: 64 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Version 5.1.0 (comming soon)
1+
# Version 5.2.0
2+
3+
## Features
4+
5+
### PHP 8.5 Compatibility
6+
7+
* Update dependencies
8+
* Remove PHP 8.2 support
9+
* Use the project-specific XML loader class instead of the one removed in `symfony/dependency-injection` v8
10+
11+
# Version 5.1.0
212

313
## Features
414

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// import the used classes
2222
use Symfony\Component\Config\FileLocator;
2323
use Symfony\Component\DependencyInjection\ContainerBuilder;
24-
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
24+
use TechDivision\Import\DependencyInjection\Loader\XmlFileLoader;
2525
use TechDivision\Import\Cli\Utils\DependencyInjectionKeys;
2626

2727
// initialize the DI container and set the vendor directory

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CLI providing single-threaded Magento 2 importing functionality based on Pacemaker",
44
"license": "MIT",
55
"require": {
6-
"php": "^8.1",
6+
"php": "^8.3",
77
"techdivision/import": "^18.1",
88
"techdivision/import-cli": "^13.1",
99
"techdivision/import-app-simple": "^19.0",

0 commit comments

Comments
 (0)