Skip to content

Commit

Permalink
Allow core-dev using 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed May 7, 2024
1 parent 37ab236 commit 7565b1f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"drupal/core-dev": "^10.0"
"drupal/core-dev": "10.3@dev"
},
"conflict": {
"drupal/drupal": "*"
Expand Down Expand Up @@ -74,6 +74,15 @@
},
"config": {
"sort-packages": true,
"process-timeout": 2000
"process-timeout": 2000,
"allow-plugins": {
"drupal/core-composer-scaffold": false,
"php-http/discovery": false,
"composer/installers": false,
"cweagans/composer-patches": false,
"phpstan/extension-installer": false,
"dealerdirect/phpcodesniffer-composer-installer": false,
"oomphinc/composer-installers-extender": false
}
}
}

0 comments on commit 7565b1f

Please sign in to comment.