Skip to content

Commit

Permalink
Add Drupal 10 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Jul 6, 2022
1 parent ac06c10 commit 709737e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
"drupal/allowed_formats": "^1.3.0",
"drupal/entity_data": "^1.0",
"drupal/migrate_plus": "^5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Country vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Item content type and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Newsroom media provides media configuration.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Newsletter vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Service vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Team Responsible vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Topic vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides Newsroom Type vocabulary and importer.
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion newsroom_connector.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Newsroom connector
package: Newsroom

type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: (>=7.1)

dependencies:
Expand Down

0 comments on commit 709737e

Please sign in to comment.