Skip to content

Commit 6630398

Browse files
authored
Bump version and deps for Laravel 6+ support.
1 parent dd69ef4 commit 6630398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[![License](https://poser.pugx.org/syntax/steam-api/license.svg)](https://packagist.org/packages/syntax/steam-api)
1010

1111
**Version Support**
12-
`Laravel >= 5.8.0`
13-
`PHP >= 7.2.0`
12+
`Laravel >= 6.0`
13+
`PHP >= 7.3.0`
1414

1515
- [Installation](#installation)
1616
- [Usage](#usage)
@@ -29,7 +29,7 @@ This package provides an easy way to get details from the Steam API service. Th
2929
Begin by installing this package with composer.
3030

3131
"require": {
32-
"syntax/steam-api": "2.1.*"
32+
"syntax/steam-api": "2.2.*"
3333
}
3434

3535
Next, update composer from the terminal.

0 commit comments

Comments
 (0)