Skip to content

Commit 7e37770

Browse files
committed
merge master to compatibility-php-81
1 parent 434bd53 commit 7e37770

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license": "MIT",
55
"require": {
66
"php": "^8.1",
7-
"techdivision/import-product": "dev-compatibility-php-81",
8-
"techdivision/import-attribute": "dev-compatibility-php-81",
9-
"techdivision/import-converter": "dev-compatibility-php-81"
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": {
1212
"doctrine/dbal": "^4.0.4",
@@ -16,8 +16,8 @@
1616
"sebastian/phpcpd": "^2.0.1",
1717
"squizlabs/php_codesniffer": "^3.10.1",
1818
"consolidation/robo": "^4.0.2",
19-
"mikey179/vfsstream": "v1.6.11",
20-
"symfony/http-kernel": "v4.4.51"
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)