From a7efb134fc747519aa1fd49ccba18c2f62037883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Thu, 24 Nov 2022 13:16:47 +0200 Subject: [PATCH 1/4] UHF-7615: Updated helfi_platform_config module --- composer.lock | 122 ++++++++++++++++++++++++-------------------------- 1 file changed, 59 insertions(+), 63 deletions(-) diff --git a/composer.lock b/composer.lock index 55c2660c..e18cb15b 100644 --- a/composer.lock +++ b/composer.lock @@ -4224,16 +4224,16 @@ }, { "name": "drupal/helfi_platform_config", - "version": "2.13.16", + "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "cb91004f566c82a666340f19e42b11e3f0cf83df" + "reference": "139740f15aea3b783584320e7ecc19bc2c44ec7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/cb91004f566c82a666340f19e42b11e3f0cf83df", - "reference": "cb91004f566c82a666340f19e42b11e3f0cf83df", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/139740f15aea3b783584320e7ecc19bc2c44ec7f", + "reference": "139740f15aea3b783584320e7ecc19bc2c44ec7f", "shasum": "" }, "require": { @@ -4270,7 +4270,7 @@ "drupal/matomo_reports": "^1.1", "drupal/media_entity_file_replace": "^1.0", "drupal/media_entity_soundcloud": "^3.0.0", - "drupal/menu_block_current_language": "^1.5", + "drupal/menu_block_current_language": "^2.0", "drupal/menu_link_attributes": "^1.2", "drupal/metatag": "^1.16", "drupal/oembed_providers": "^2.0", @@ -4339,10 +4339,10 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/2.13.16", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/2.15.0", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2022-11-16T14:09:33+00:00" + "time": "2022-11-24T09:44:44+00:00" }, { "name": "drupal/helfi_proxy", @@ -4387,16 +4387,16 @@ }, { "name": "drupal/helfi_tpr", - "version": "2.1.3", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr.git", - "reference": "5ed2a62fb51909446690421c0a89bcee38576b63" + "reference": "df201f00eb455d6f6a5f22c573290b272c395043" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/5ed2a62fb51909446690421c0a89bcee38576b63", - "reference": "5ed2a62fb51909446690421c0a89bcee38576b63", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/df201f00eb455d6f6a5f22c573290b272c395043", + "reference": "df201f00eb455d6f6a5f22c573290b272c395043", "shasum": "" }, "require": { @@ -4421,10 +4421,10 @@ ], "description": "TPR integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.1.3", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.1.4", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/issues" }, - "time": "2022-10-27T05:58:29+00:00" + "time": "2022-11-23T09:13:30+00:00" }, { "name": "drupal/helfi_tunnistamo", @@ -4845,26 +4845,27 @@ }, { "name": "drupal/menu_block_current_language", - "version": "1.6.0", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_block_current_language.git", - "reference": "8.x-1.6" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_block_current_language-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "02489647e17bff7c3a1b3eb4e47c5ddea50f0840" + "url": "https://ftp.drupal.org/files/projects/menu_block_current_language-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "24b3830a72635879fec6bd30d721462102cb151b" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10", + "php": ">=8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1621416669", + "version": "2.0.0-alpha1", + "datestamp": "1667717930", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4873,7 +4874,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -4890,7 +4891,7 @@ } ], "description": "Filters out all the menu links that does not have translation for the current language.", - "homepage": "https://www.drupal.org/project/menu_block_current_language", + "homepage": "http://drupal.org/project/menu_block_current_language", "support": { "source": "https://git.drupalcode.org/project/menu_block_current_language" } @@ -5408,26 +5409,26 @@ }, { "name": "drupal/publication_date", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/publication_date.git", - "reference": "8.x-2.0-beta5" + "reference": "8.x-2.0-beta6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/publication_date-8.x-2.0-beta5.zip", - "reference": "8.x-2.0-beta5", - "shasum": "0add730f353d15fa13a13a9a463b431e6f5a663e" + "url": "https://ftp.drupal.org/files/projects/publication_date-8.x-2.0-beta6.zip", + "reference": "8.x-2.0-beta6", + "shasum": "16038d7f204f4ab999c68740a5db596aca142fa1" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta5", - "datestamp": "1661984596", + "version": "8.x-2.0-beta6", + "datestamp": "1669064172", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -5820,32 +5821,31 @@ }, { "name": "drupal/select2", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/select2.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/select2-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "c02f8591104310a6395788c33e44dfab5ec6a2c1" + "url": "https://ftp.drupal.org/files/projects/select2-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "b2cca2da6ce4bada623a386ca033ab8303434e18" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9 || ^10" }, "require-dev": { - "drupal/better_exposed_filters": "^5.0", - "drupal/facets": "^1.5", - "drupal/form_options_attributes": "^1.2", - "drupal/search_api": "^1.17" + "drupal/facets": "2.0.x-dev", + "drupal/form_options_attributes": "^2.0", + "drupal/search_api": "^1.28" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1614609946", + "version": "8.x-1.14", + "datestamp": "1669104462", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5861,10 +5861,6 @@ "name": "Christian Fritsch", "homepage": "https://www.drupal.org/user/2103716", "email": "christian.fritsch@burda.com" - }, - { - "name": "thunderbot", - "homepage": "https://www.drupal.org/user/3511180" } ], "description": "Integration with the select2 JavaScript library.", @@ -9632,12 +9628,12 @@ "source": { "type": "git", "url": "https://github.com/ruflin/Elastica.git", - "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7" + "reference": "35cd0dc60e8eeadf7ef0203c084e0c316fda33c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ruflin/Elastica/zipball/5fc25a4966b48ae9a631e345b167c867250a43c7", - "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7", + "url": "https://api.github.com/repos/ruflin/Elastica/zipball/35cd0dc60e8eeadf7ef0203c084e0c316fda33c7", + "reference": "35cd0dc60e8eeadf7ef0203c084e0c316fda33c7", "shasum": "" }, "require": { @@ -9694,7 +9690,7 @@ "issues": "https://github.com/ruflin/Elastica/issues", "source": "https://github.com/ruflin/Elastica/tree/master" }, - "time": "2022-10-11T06:53:58+00:00" + "time": "2022-11-23T07:39:29+00:00" }, { "name": "stack/builder", @@ -14564,16 +14560,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.13.0", + "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" + "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/aac44118344d197e6d5f7c6cee91885f0a89acdd", + "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd", "shasum": "" }, "require": { @@ -14603,9 +14599,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.1" }, - "time": "2022-10-21T09:57:39+00:00" + "time": "2022-11-20T08:52:26+00:00" }, { "name": "phpstan/phpstan", @@ -14718,16 +14714,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.18", + "version": "9.2.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559", + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559", "shasum": "" }, "require": { @@ -14783,7 +14779,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19" }, "funding": [ { @@ -14791,7 +14787,7 @@ "type": "github" } ], - "time": "2022-10-27T13:35:33+00:00" + "time": "2022-11-18T07:47:47+00:00" }, { "name": "phpunit/php-file-iterator", From a274fe7163eefb7ff8fdf62a139325173bce2ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Thu, 24 Nov 2022 13:59:33 +0200 Subject: [PATCH 2/4] UHF-7615: Downgraded modules which should not be updated in this feature. --- composer.lock | 65 ++++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/composer.lock b/composer.lock index e18cb15b..5b4d9b0c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a9cb9317b626911997638844d6fe3bdb", + "content-hash": "89e9b90e92b5db44aef98d9e7c9cb45f", "packages": [ { "name": "asm89/stack-cors", @@ -4387,16 +4387,16 @@ }, { "name": "drupal/helfi_tpr", - "version": "2.1.4", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr.git", - "reference": "df201f00eb455d6f6a5f22c573290b272c395043" + "reference": "5ed2a62fb51909446690421c0a89bcee38576b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/df201f00eb455d6f6a5f22c573290b272c395043", - "reference": "df201f00eb455d6f6a5f22c573290b272c395043", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/5ed2a62fb51909446690421c0a89bcee38576b63", + "reference": "5ed2a62fb51909446690421c0a89bcee38576b63", "shasum": "" }, "require": { @@ -4421,10 +4421,10 @@ ], "description": "TPR integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.1.4", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/2.1.3", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/issues" }, - "time": "2022-11-23T09:13:30+00:00" + "time": "2022-10-27T05:58:29+00:00" }, { "name": "drupal/helfi_tunnistamo", @@ -5409,26 +5409,26 @@ }, { "name": "drupal/publication_date", - "version": "2.0.0-beta6", + "version": "2.0.0-beta5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/publication_date.git", - "reference": "8.x-2.0-beta6" + "reference": "8.x-2.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/publication_date-8.x-2.0-beta6.zip", - "reference": "8.x-2.0-beta6", - "shasum": "16038d7f204f4ab999c68740a5db596aca142fa1" + "url": "https://ftp.drupal.org/files/projects/publication_date-8.x-2.0-beta5.zip", + "reference": "8.x-2.0-beta5", + "shasum": "0add730f353d15fa13a13a9a463b431e6f5a663e" }, "require": { - "drupal/core": "^9.1 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta6", - "datestamp": "1669064172", + "version": "8.x-2.0-beta5", + "datestamp": "1661984596", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -5821,31 +5821,32 @@ }, { "name": "drupal/select2", - "version": "1.14.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/select2.git", - "reference": "8.x-1.14" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/select2-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "b2cca2da6ce4bada623a386ca033ab8303434e18" + "url": "https://ftp.drupal.org/files/projects/select2-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "c02f8591104310a6395788c33e44dfab5ec6a2c1" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/facets": "2.0.x-dev", - "drupal/form_options_attributes": "^2.0", - "drupal/search_api": "^1.28" + "drupal/better_exposed_filters": "^5.0", + "drupal/facets": "^1.5", + "drupal/form_options_attributes": "^1.2", + "drupal/search_api": "^1.17" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1669104462", + "version": "8.x-1.13", + "datestamp": "1614609946", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14714,16 +14715,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.19", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559" + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559", - "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", "shasum": "" }, "require": { @@ -14779,7 +14780,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" }, "funding": [ { @@ -14787,7 +14788,7 @@ "type": "github" } ], - "time": "2022-11-18T07:47:47+00:00" + "time": "2022-10-27T13:35:33+00:00" }, { "name": "phpunit/php-file-iterator", From 719dfd6d0ad4e6bd2e8a0c80c4e2ad2e08bb505c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Thu, 24 Nov 2022 14:10:11 +0200 Subject: [PATCH 3/4] UHF-7615: Revert rufflin/elastica package. --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 5b4d9b0c..af37227a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "89e9b90e92b5db44aef98d9e7c9cb45f", + "content-hash": "b222cb7327b755b6bd7103b8b55815f7", "packages": [ { "name": "asm89/stack-cors", @@ -9629,12 +9629,12 @@ "source": { "type": "git", "url": "https://github.com/ruflin/Elastica.git", - "reference": "35cd0dc60e8eeadf7ef0203c084e0c316fda33c7" + "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ruflin/Elastica/zipball/35cd0dc60e8eeadf7ef0203c084e0c316fda33c7", - "reference": "35cd0dc60e8eeadf7ef0203c084e0c316fda33c7", + "url": "https://api.github.com/repos/ruflin/Elastica/zipball/5fc25a4966b48ae9a631e345b167c867250a43c7", + "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7", "shasum": "" }, "require": { @@ -16807,7 +16807,8 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/helfi_drupal_tools": 20 + "drupal/helfi_drupal_tools": 20, + "ruflin/elastica": 20 }, "prefer-stable": true, "prefer-lowest": false, From 3e4a303e758edb0c2d4cd3d6defff7b92f3462a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Thu, 24 Nov 2022 14:18:14 +0200 Subject: [PATCH 4/4] UHF-7615: Downgraded phpstan/phpdoc-parser. --- composer.lock | 92 +++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/composer.lock b/composer.lock index af37227a..db070ec6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b222cb7327b755b6bd7103b8b55815f7", + "content-hash": "e1868bb7e5cac059b5b5714e6c88f9c4", "packages": [ { "name": "asm89/stack-cors", @@ -9173,6 +9173,51 @@ }, "time": "2021-03-21T15:43:46+00:00" }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.13.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947", + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0" + }, + "time": "2022-10-21T09:57:39+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -14559,51 +14604,6 @@ }, "time": "2020-12-13T13:06:13+00:00" }, - { - "name": "phpstan/phpdoc-parser", - "version": "1.13.1", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/aac44118344d197e6d5f7c6cee91885f0a89acdd", - "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", - "symfony/process": "^5.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPDoc parser with support for nullable, intersection and generic types", - "support": { - "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.1" - }, - "time": "2022-11-20T08:52:26+00:00" - }, { "name": "phpstan/phpstan", "version": "1.5.4",