Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Jul 11, 2024
1 parent 3cfab4f commit efe809f
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 5
:patch: 6
:special: ''
:metadata: ''
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 4.2.6 (coming soon)
# Version 4.2.6

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '4.2.5'
'webapp.version' => '4.2.6'
);

/**
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import": "^17.8.0",
"techdivision/import-cli": "^12.5.2",
"techdivision/import": "^17.8.1",
"techdivision/import-cli": "^12.5.3",
"techdivision/import-app-simple": "^18.0.3",
"techdivision/import-configuration-jms": "^17.4.2",
"techdivision/import-ee": "^16.0.0",
"techdivision/import-attribute": "^22.0.8",
"techdivision/import-attribute-set": "^17.0.1",
"techdivision/import-customer": "^17.1.1",
"techdivision/import-customer-address": "^17.0.6",
"techdivision/import-category": "^21.0.3",
"techdivision/import-category": "^21.1.0",
"techdivision/import-category-ee": "^22.0.1",
"techdivision/import-product": "^25.3.1",
"techdivision/import-product": "^25.3.2",
"techdivision/import-product-msi": "^20.1.0",
"techdivision/import-product-tier-price": "^18.1.0",
"techdivision/import-product-url-rewrite": "^25.0.4",
Expand All @@ -24,7 +24,7 @@
"techdivision/import-product-bundle": "^25.0.1",
"techdivision/import-product-variant": "^25.0.5",
"techdivision/import-product-grouped": "^19.0.0",
"techdivision/import-product-ee": "^26.1.1",
"techdivision/import-product-ee": "^26.1.2",
"techdivision/import-product-link-ee": "^27.0.0",
"techdivision/import-product-media-ee": "^28.0.0",
"techdivision/import-product-bundle-ee": "^27.0.0",
Expand All @@ -42,7 +42,7 @@
"techdivision/import-dbal-collection": "^1.2.0",
"techdivision/import-cache-collection": "^1.0.0",
"techdivision/import-configuration": "^5.2.1",
"egulias/email-validator": "^3.2"
"egulias/email-validator": "^3.2.6"
},
"require-dev": {
"doctrine/dbal": "2.5.*",
Expand Down
Loading

0 comments on commit efe809f

Please sign in to comment.