0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-30 22:50:05 +00:00

Updated twitch provider

This commit is contained in:
Dan Brown 2019-09-15 17:50:08 +01:00
parent 8e212bdeab
commit e81f90d9bd
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
3 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ jobs:
mysql -uroot -proot -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';" mysql -uroot -proot -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';"
mysql -uroot -proot -e 'FLUSH PRIVILEGES;' mysql -uroot -proot -e 'FLUSH PRIVILEGES;'
- name: Install composer dependencies & Test - name: Install composer dependencies & Test
run: composer install --prefer-dist --no-interaction run: composer install --prefer-dist --no-interaction --ansi
- name: Migrate and seed the database - name: Migrate and seed the database
run: | run: |
php${{ matrix.php }} artisan migrate --force -n --database=mysql_testing php${{ matrix.php }} artisan migrate --force -n --database=mysql_testing

View file

@ -28,7 +28,7 @@
"socialiteproviders/microsoft-azure": "^3.0", "socialiteproviders/microsoft-azure": "^3.0",
"socialiteproviders/okta": "^1.0", "socialiteproviders/okta": "^1.0",
"socialiteproviders/slack": "^3.0", "socialiteproviders/slack": "^3.0",
"socialiteproviders/twitch": "^3.0" "socialiteproviders/twitch": "^5.0"
}, },
"require-dev": { "require-dev": {
"facade/ignition": "^1.4", "facade/ignition": "^1.4",

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "322b6b585d85e066f97711fe8f1f7ccd", "content-hash": "822da5f0292bf0d88faa51281434145c",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
@ -2761,21 +2761,21 @@
}, },
{ {
"name": "socialiteproviders/twitch", "name": "socialiteproviders/twitch",
"version": "v3.0.0", "version": "v5.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/SocialiteProviders/Twitch.git", "url": "https://github.com/SocialiteProviders/Twitch.git",
"reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93" "reference": "8c19b26ff24c40cc019413042a5492c5ed21a658"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/a7ad148c0b42d0c607d8a034b6e47faf5fc85e93", "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/8c19b26ff24c40cc019413042a5492c5ed21a658",
"reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93", "reference": "8c19b26ff24c40cc019413042a5492c5ed21a658",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^5.6 || ^7.0",
"socialiteproviders/manager": "~3.0" "socialiteproviders/manager": "~2.0 || ~3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2794,7 +2794,7 @@
} }
], ],
"description": "Twitch OAuth2 Provider for Laravel Socialite", "description": "Twitch OAuth2 Provider for Laravel Socialite",
"time": "2017-01-25T09:48:29+00:00" "time": "2018-06-20T10:59:51+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",