Skip to content

Commit

Permalink
Allow D10 in module requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Oct 5, 2023
1 parent ffd0b86 commit 4343167
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

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: ^9
core_version_requirement: ^9 || ^10
php: (>=8.0)

dependencies:
Expand Down

0 comments on commit 4343167

Please sign in to comment.