File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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 ,
You can’t perform that action at this time.
0 commit comments