We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd69ef4 commit 6630398Copy full SHA for 6630398
README.md
@@ -9,8 +9,8 @@
9
[](https://packagist.org/packages/syntax/steam-api)
10
11
**Version Support**
12
-`Laravel >= 5.8.0`
13
-`PHP >= 7.2.0`
+`Laravel >= 6.0`
+`PHP >= 7.3.0`
14
15
- [Installation](#installation)
16
- [Usage](#usage)
@@ -29,7 +29,7 @@ This package provides an easy way to get details from the Steam API service. Th
29
Begin by installing this package with composer.
30
31
"require": {
32
- "syntax/steam-api": "2.1.*"
+ "syntax/steam-api": "2.2.*"
33
}
34
35
Next, update composer from the terminal.
0 commit comments