Skip to content

Commit

Permalink
UPDATE composer.json & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 24, 2024
1 parent 8b305e2 commit 0cf184f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 27.0.0

## Features

### PHP 8.1 Compatibility

* Update dependencies
* Add PHP ">=8.1" support
* Remove PHP 7.3 support

# Version 26.1.2

## Bugfixes
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"require": {
"php": "^8.1",
"techdivision/import-ee": "dev-compatibility-php-81",
"techdivision/import-product": "dev-compatibility-php-81"
"techdivision/import-ee": "^17.0.0",
"techdivision/import-product": "^26.0.0"
},
"require-dev": {
"doctrine/dbal": "^4.0.4",
Expand All @@ -15,8 +15,8 @@
"sebastian/phpcpd": "^2.0.1",
"squizlabs/php_codesniffer": "^3.10.1",
"consolidation/robo": "^4.0.2",
"mikey179/vfsstream": "v1.6.11",
"symfony/http-kernel": "v4.4.51"
"mikey179/vfsstream": "~1.6.11",
"symfony/http-kernel": "~4.4.51"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 0cf184f

Please sign in to comment.