Commits on Source (21)
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
Will be used by implementors to replace removed `drupal_get_path` function.
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Manoj Raj authored
-
-
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Christopher C. Wells authored
-
Showing
- .gitlab-ci.yml 33 additions, 0 deletions.gitlab-ci.yml
- README.md 78 additions, 0 deletionsREADME.md
- README.txt 0 additions, 58 deletionsREADME.txt
- composer.json 3 additions, 3 deletionscomposer.json
- phpcs.xml.dist 1 addition, 1 deletionphpcs.xml.dist
- social_api.info.yml 1 addition, 1 deletionsocial_api.info.yml
- social_api.permissions.yml 12 additions, 12 deletionssocial_api.permissions.yml
- social_api.routing.yml 1 addition, 1 deletionsocial_api.routing.yml
- social_api.services.yml 4 additions, 1 deletionsocial_api.services.yml
- src/Annotation/Network.php 13 additions, 5 deletionssrc/Annotation/Network.php
- src/AuthManager/OAuth2Manager.php 17 additions, 11 deletionssrc/AuthManager/OAuth2Manager.php
- src/AuthManager/OAuth2ManagerInterface.php 7 additions, 7 deletionssrc/AuthManager/OAuth2ManagerInterface.php
- src/Controller/SocialApiController.php 21 additions, 6 deletionssrc/Controller/SocialApiController.php
- src/Entity/SocialApi.php 10 additions, 14 deletionssrc/Entity/SocialApi.php
- src/Plugin/NetworkBase.php 28 additions, 16 deletionssrc/Plugin/NetworkBase.php
- src/Plugin/NetworkInterface.php 1 addition, 1 deletionsrc/Plugin/NetworkInterface.php
- src/Plugin/NetworkManager.php 11 additions, 1 deletionsrc/Plugin/NetworkManager.php
- src/Settings/SettingsBase.php 3 additions, 3 deletionssrc/Settings/SettingsBase.php
- src/Settings/SettingsInterface.php 2 additions, 2 deletionssrc/Settings/SettingsInterface.php
- src/SocialApiDataHandler.php 14 additions, 31 deletionssrc/SocialApiDataHandler.php
.gitlab-ci.yml
0 → 100644
README.md
0 → 100644
README.txt
deleted
100755 → 0
... | ... | @@ -32,14 +32,14 @@ |
], | ||
"require" : { | ||
"ext-openssl": "*", | ||
"drupal/core": "^8.8 || ^9.0", | ||
"league/oauth2-client": "^2.0" | ||
"league/oauth2-client": "^2.0", | ||
"drupal/core": "^9.5 || ^10 || ^11" | ||
}, | ||
"require-dev": { | ||
"drupal/coder": "^8.3", | ||
"drupal/social_auth": "^3.0@dev", | ||
"phpcompatibility/php-compatibility": "^9.3" | ||
}, | ||
"minimum-stability": "dev", | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
... | ... |