Skip to content

Commit

Permalink
release(3.0.0): up to drupal 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Jun 25, 2024
1 parent 374b514 commit 3baa57e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 2.x
ref: 3.x

- name: Fixup git permissions
# https://github.com/actions/checkout/issues/766
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core-recommended": "^10",
"drupal/core-recommended": ">=10.3",
"drupal/migrate_file": ">=2.1",
"ouitoulia/lexika": "^2",
"ouitoulia/themethla": "^3",
"drupal/migrate_plus": "^6",
"drupal/migrate_tools": "^6"
"drupal/migrate_tools": "^6",
"ouitoulia/lexika": ">=3",
"ouitoulia/themethla": "^4"
}
}
2 changes: 1 addition & 1 deletion sunchronizo.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sunchronìzo è un modulo Drupal che importa dati nella distribuzio
package: "Ouitoulía"

type: module
core_version_requirement: ^10
core_version_requirement: ^10 || ^11
dependencies:
- ouitoulia:lexika
- ouitoulia:themethla
Expand Down

0 comments on commit 3baa57e

Please sign in to comment.