Skip to content

Commit 75d4e91

Browse files
committed
Updated dependencies and added support for Laravel 8
1 parent 4a002fb commit 75d4e91

File tree

8 files changed

+2829
-958
lines changed

8 files changed

+2829
-958
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,4 @@ A Steam API key must be provided or most tests will fail.
415415
- [JRizzle88](https://github.com/JRizzle88)
416416
- [jastend](https://github.com/jastend)
417417
- [Teakowa](https://github.com/Teakowa)
418+
- [Ben Sherred](https://github.com/bensherred)

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.0",
14-
"laravel/framework": ">=5.8.0",
15-
"guzzlehttp/guzzle": "^6.0",
13+
"php": "^7.3",
14+
"laravel/framework": "^8.0",
15+
"guzzlehttp/guzzle": "^7.0.1",
1616
"ext-bcmath": "*",
1717
"ext-simplexml": "*",
1818
"ext-libxml": "*",
1919
"ext-curl": "*",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^8.0",
24-
"orchestra/testbench": "^3.0",
25-
"vlucas/phpdotenv": "^3.6"
23+
"phpunit/phpunit": "^9.3",
24+
"orchestra/testbench": "^6.0",
25+
"vlucas/phpdotenv": "^5.2"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)