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 a017a7f commit b2a1ce5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 18.0.0

## Features

### PHP 8.1 Compatibility

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

# Version 17.0.6

## Bugfixes
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
"techdivision/import-customer": "dev-compatibility-php-81"
"techdivision/import-customer": "^18.0.0"
},
"require-dev": {
"doctrine/dbal": "^4.0.4",
Expand All @@ -14,8 +14,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 b2a1ce5

Please sign in to comment.