Skip to content

Commit 37cc207

Browse files
authored
Merge pull request #4 from techdivision/compatibility-php-81
PHP 8.1 Compatibility
2 parents 3cce2d8 + 7e37770 commit 37cc207

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 11.0.0
2+
3+
## Features
4+
5+
### PHP 8.1 Compatibility
6+
7+
* Update dependencies
8+
* Add PHP ">=8.1" support
9+
* Remove PHP 7.3 support
10+
111
# Version 10.0.0
212

313
## Bugfixes

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"description": "Pacemaker library providing the functionality to convert a CSV file with attribute option values from a CSV file with products",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.3.0",
7-
"techdivision/import-product": "^25.0.0",
8-
"techdivision/import-attribute": "^22.0.0",
9-
"techdivision/import-converter": "^11.0.0"
6+
"php": "^8.1",
7+
"techdivision/import-product": "^26.0.0",
8+
"techdivision/import-attribute": "^23.0.0",
9+
"techdivision/import-converter": "^12.0.0"
1010
},
1111
"require-dev": {
12-
"doctrine/dbal": "2.5.*",
13-
"pdepend/pdepend": "2.5.2",
14-
"phpmd/phpmd": "@stable",
15-
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
16-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
17-
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
18-
"consolidation/robo": "~1.0",
19-
"mikey179/vfsstream": "~1.0",
20-
"symfony/http-kernel": "~2.0|~3.0|~4.0"
12+
"doctrine/dbal": "^4.0.4",
13+
"pdepend/pdepend": "^2.16.2",
14+
"phpmd/phpmd": "^2.15.0",
15+
"phpunit/phpunit": "^11.2.5",
16+
"sebastian/phpcpd": "^2.0.1",
17+
"squizlabs/php_codesniffer": "^3.10.1",
18+
"consolidation/robo": "^4.0.2",
19+
"mikey179/vfsstream": "~1.6.11",
20+
"symfony/http-kernel": "~4.4.51"
2121
},
2222
"minimum-stability": "dev",
2323
"prefer-stable": true,

0 commit comments

Comments
 (0)