Skip to content

Commit 57b47b7

Browse files
committed
Re-added support for Laravel 6 and 7
1 parent 5d1bc6c commit 57b47b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.3",
14-
"laravel/framework": "^8.0",
14+
"laravel/framework": "^6.0|^7.0|^8.0",
1515
"guzzlehttp/guzzle": "^7.0.1",
1616
"ext-bcmath": "*",
1717
"ext-simplexml": "*",

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44

5-
/*
5+
/*
66
|--------------------------------------------------------------------------
77
| Steam API Key
88
|--------------------------------------------------------------------------
@@ -15,6 +15,6 @@
1515
|
1616
*/
1717

18-
'steamApiKey' => env('STEAM_API_KEY'),
18+
'steamApiKey' => env('STEAM_API_KEY'),
1919

2020
];

0 commit comments

Comments
 (0)