diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7598c361..1d3778fd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Toolkit change log
+## Version 10.17.0
+ - DQA-10835: Add support to PHP 8.4.
+ - DQA-10936: Remove drupal_root parameter from phpstan default config.
+ - DQA-10942: Keep .leaksignore and .snyk on build-dist.
+
## Version 10.16.1
- DQA-10832: Fix exit code for test-behat.
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index 33868c68c..d72f7e850 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -9,7 +9,7 @@
-
+
latest
diff --git a/src/Mock.php b/src/Mock.php
index 0378e75f8..ebbae30b8 100644
--- a/src/Mock.php
+++ b/src/Mock.php
@@ -17,7 +17,7 @@ final class Mock
*
* @var string
*/
- private static string $defaultTag = '0.0.29';
+ private static string $defaultTag = '0.0.31';
/**
* The directory to download the mock to.
diff --git a/src/Toolkit.php b/src/Toolkit.php
index 67b6ee9d8..e8d724fd8 100644
--- a/src/Toolkit.php
+++ b/src/Toolkit.php
@@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
- public const VERSION = '10.16.1';
+ public const VERSION = '10.17.0';
/**
* The Toolkit repository.
diff --git a/tests/fixtures/commands/component-check.yml b/tests/fixtures/commands/component-check.yml
index c0e49ef5b..59915a5dd 100644
--- a/tests/fixtures/commands/component-check.yml
+++ b/tests/fixtures/commands/component-check.yml
@@ -386,13 +386,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- - file: .toolkit-mock/0.0.29/api/v1/project/ec-europa/toolkit/information.json
+ - file: .toolkit-mock/0.0.31/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name":"toolkit", "type": "Openeuropa", "environments": [{ "profile": "minimal", "type": "Production" }] }]
- - file: .toolkit-mock/0.0.29/api/v1/toolkit-requirements.json
+ - file: .toolkit-mock/0.0.31/api/v1/toolkit-requirements.json
content: |
{ "php_version":"8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- - file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
+ - file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
@@ -427,13 +427,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- - file: .toolkit-mock/0.0.29/api/v1/project/ec-europa/toolkit/information.json
+ - file: .toolkit-mock/0.0.31/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name": "toolkit", "type": "Openeuropa", "environments": [{ "profile":"minimal", "type":"Production" }] } ]
- - file: .toolkit-mock/0.0.29/api/v1/toolkit-requirements.json
+ - file: .toolkit-mock/0.0.31/api/v1/toolkit-requirements.json
content: |
{ "php_version": "8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- - file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
+ - file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
@@ -467,7 +467,7 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "ec-europa/toolkit" } ] }
- - file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
+ - file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
diff --git a/tests/fixtures/commands/notifications.yml b/tests/fixtures/commands/notifications.yml
index 8f5f1e6cd..a4bb164d3 100644
--- a/tests/fixtures/commands/notifications.yml
+++ b/tests/fixtures/commands/notifications.yml
@@ -11,7 +11,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- - file: .toolkit-mock/0.0.29/api/v1/notifications.json
+ - file: .toolkit-mock/0.0.31/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
@@ -44,7 +44,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- - file: .toolkit-mock/0.0.29/api/v1/notifications.json
+ - file: .toolkit-mock/0.0.31/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
diff --git a/tests/fixtures/samples/sample-composer.lock b/tests/fixtures/samples/sample-composer.lock
index c9f037f00..8dc1adf33 100644
--- a/tests/fixtures/samples/sample-composer.lock
+++ b/tests/fixtures/samples/sample-composer.lock
@@ -15594,7 +15594,7 @@
},
{
"name": "ec-europa/toolkit",
- "version": "10.14.0",
+ "version": "10.16.1",
"source": {
"type": "git",
"url": "https://github.com/ec-europa/toolkit.git",