Skip to content
Snippets Groups Projects
Commit 5eb752fc authored by Akul Saxena's avatar Akul Saxena Committed by Lucas Hedding
Browse files

Issue #3489513 by acbramley: Fix dev composer dependencies

parent 6be5078f
No related branches found
No related tags found
1 merge request!119Issue-3489513-fix-dev-composer: Made an MR for the given patch.
Pipeline #370121 failed
...@@ -40,20 +40,21 @@ ...@@ -40,20 +40,21 @@
"source": "https://git.drupalcode.org/project/diff" "source": "https://git.drupalcode.org/project/diff"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true,
"require":{ "require":{
"php": "^8.1", "php": "^8.1",
"mkalkbrenner/php-htmldiff-advanced": "~0.0.8", "drupal/core": "^10.2 || ^11",
"drupal/core": "^10 || ^11" "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
}, },
"require-dev": { "require-dev": {
"jangregor/phpstan-prophecy": "dev-master", "jangregor/phpstan-prophecy": "^1.0",
"mglaman/phpstan-drupal": "^1.2.10", "mglaman/phpstan-drupal": "^1.2.10",
"phpstan/extension-installer": "^1.2", "phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.11", "phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "*", "phpstan/phpstan-deprecation-rules": "*",
"phpstan/phpstan-phpunit": "1.4.x-dev", "phpstan/phpstan-phpunit": "1.4",
"phpstan/phpstan-strict-rules": "^1@stable", "phpstan/phpstan-strict-rules": "^1.0",
"previousnext/coding-standard": "1.1.0" "previousnext/coding-standard": "1.1.0"
}, },
"config": { "config": {
"sort-packages": true, "sort-packages": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment