Skip to content

Commit

Permalink
update core version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejSavic committed Oct 18, 2024
1 parent 59ba302 commit 4333e9f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion GXModules/Mollie/Mollie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.24",
"require": {
"php": ">=5.4",
"mollie/integration-core": "1.3.9"
"mollie/integration-core": "1.3.10"
},
"repositories": [
{
Expand Down
12 changes: 6 additions & 6 deletions GXModules/Mollie/Mollie/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions GXModules/Mollie/Mollie/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"packages": [
{
"name": "mollie/integration-core",
"version": "1.3.9",
"version_normalized": "1.3.9.0",
"version": "1.3.10",
"version_normalized": "1.3.10.0",
"source": {
"type": "git",
"url": "[email protected]:mollie/orocore.git",
"reference": "8a07e5e317dfbffeaa552820ee843701a24a8fd5"
"reference": "c651e7ca353219121dbe13cca34fc02393a9cb2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mollie/orocore/zipball/8a07e5e317dfbffeaa552820ee843701a24a8fd5",
"reference": "8a07e5e317dfbffeaa552820ee843701a24a8fd5",
"url": "https://api.github.com/repos/mollie/orocore/zipball/c651e7ca353219121dbe13cca34fc02393a9cb2c",
"reference": "c651e7ca353219121dbe13cca34fc02393a9cb2c",
"shasum": ""
},
"require": {
Expand All @@ -24,7 +24,7 @@
"phpunit/phpunit": "^4.8.35",
"symfony/console": "^5.1"
},
"time": "2024-09-16T12:55:55+00:00",
"time": "2024-09-27T09:30:33+00:00",
"type": "library",
"installation-source": "source",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions GXModules/Mollie/Mollie/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
'dev_requirement' => false,
),
'mollie/integration-core' => array(
'pretty_version' => '1.3.9',
'version' => '1.3.9.0',
'pretty_version' => '1.3.10',
'version' => '1.3.10.0',
'type' => 'library',
'install_path' => __DIR__ . '/../mollie/integration-core',
'aliases' => array(),
'reference' => '8a07e5e317dfbffeaa552820ee843701a24a8fd5',
'reference' => 'c651e7ca353219121dbe13cca34fc02393a9cb2c',
'dev_requirement' => false,
),
),
Expand Down

0 comments on commit 4333e9f

Please sign in to comment.