Commit b01a853f authored by Fabian de Rijk's avatar Fabian de Rijk
Browse files

Issue #3297744 by Project Update Bot, fabianderijk: Automated Drupal 10...

Issue #3297744 by Project Update Bot, fabianderijk: Automated Drupal 10 compatibility fixes // PHPCS fixes
parent da3e4538
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
name: 'Office 365 - Contacts'
type: module
description: 'Provides Office 365 Contacts. Makes it possible to: search contacts.'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.4 || ^9 || ^10
package: 'Microsoft Office'
dependencies:
  - o365:o365
+1 −1
Original line number Diff line number Diff line
name: 'Office 365 - Groups'
type: module
description: 'Connector between Office 365 Teams and Groups in Drupal.'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.4 || ^9 || ^10
package: 'Microsoft Office'
dependencies:
  - o365:o365
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class GroupsService {
   * @param string $id
   *   The channel ID.
   *
   * @return string|FALSE
   * @return string|false
   *   The URL to the team or FALSE.
   *
   * @throws \Drupal\Core\TempStore\TempStoreException
+2 −2
Original line number Diff line number Diff line
name: 'Office 365 - Links to Office apps'
type: module
description: 'Provides a Office 365 links block for the users.'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.4 || ^9 || ^10
package: 'Microsoft Office'
configure: o365_links.settings
dependencies:
+0 −1
Original line number Diff line number Diff line
@@ -9,4 +9,3 @@ frontend:
  css:
    component:
      static/css/o365_links.frontend.css: {}
Loading