]> BookStack Code Mirror - bookstack/commitdiff
Updated twitch provider
authorDan Brown <redacted>
Sun, 15 Sep 2019 16:50:08 +0000 (17:50 +0100)
committerDan Brown <redacted>
Sun, 15 Sep 2019 16:50:08 +0000 (17:50 +0100)
.github/workflows/phpunit.yml
composer.json
composer.lock

index d1b458bdb4fd3b549d5e2ea024f8c2268956b122..922aa50677e815803ba88ff2277b8795668a7808 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         mysql -uroot -proot -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';"
         mysql -uroot -proot -e 'FLUSH PRIVILEGES;'
     - 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
       run: |
         php${{ matrix.php }} artisan migrate --force -n --database=mysql_testing
index d9d1150174732a0dba95875a2e6e1872a17835cf..68e6efda981bfce30343bf4e3c81e4c6ed06cb9a 100644 (file)
@@ -28,7 +28,7 @@
         "socialiteproviders/microsoft-azure": "^3.0",
         "socialiteproviders/okta": "^1.0",
         "socialiteproviders/slack": "^3.0",
-        "socialiteproviders/twitch": "^3.0"
+        "socialiteproviders/twitch": "^5.0"
     },
     "require-dev": {
         "facade/ignition": "^1.4",
index 5c3cb66b13ffffa8407df3478d193969415b55b4..b2e298e8511ad46fb31b2307e8e26ce17cc375c9 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "322b6b585d85e066f97711fe8f1f7ccd",
+    "content-hash": "822da5f0292bf0d88faa51281434145c",
     "packages": [
         {
             "name": "aws/aws-sdk-php",
         },
         {
             "name": "socialiteproviders/twitch",
-            "version": "v3.0.0",
+            "version": "v5.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/SocialiteProviders/Twitch.git",
-                "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93"
+                "reference": "8c19b26ff24c40cc019413042a5492c5ed21a658"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
-                "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
+                "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/8c19b26ff24c40cc019413042a5492c5ed21a658",
+                "reference": "8c19b26ff24c40cc019413042a5492c5ed21a658",
                 "shasum": ""
             },
             "require": {
                 "php": "^5.6 || ^7.0",
-                "socialiteproviders/manager": "~3.0"
+                "socialiteproviders/manager": "~2.0 || ~3.0"
             },
             "type": "library",
             "autoload": {
                 }
             ],
             "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",