Skip to content

Commit

Permalink
Merge pull request #168 from localgovdrupal/3.x
Browse files Browse the repository at this point in the history
3.1.0 release
  • Loading branch information
finnlewis committed Jul 2, 2024
2 parents 3a4df11 + f40fda1 commit 8b3d3d5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"require": {
"composer/installers": "^1.10",
"cweagans/composer-patches": "^1.6",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.0",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-recommended": "^10.3",
"localgovdrupal/localgov": "^3.0",
"localgovdrupal/localgov_search_solr": "^1.1"
},
"require-dev": {
"brianium/paratest": "^6.0",
"drupal/coder": "^8.3",
"drupal/core-dev": "^10.0",
"drupal/core-dev": "^10.3",
"mglaman/phpstan-drupal": "^1.0",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan": "^1.0",
Expand Down Expand Up @@ -68,6 +68,13 @@
"[web-root]/sites/development.services.yml": "assets/composer/development.services.yml"
}
},
"patches-ignore": {
"localgovdrupal/localgov_services": {
"drupal/core": {
"node_access filters out accessible nodes when node is left joined (1349080)" : "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff"
}
}
},
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
Expand Down

0 comments on commit 8b3d3d5

Please sign in to comment.