We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94517b1 commit 055e85bCopy full SHA for 055e85b
3 files changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "syntax/steam-api",
3
- "description": "A steam-api client for Laravel 5.",
+ "description": "A steam-api client for Laravel 5.5+",
4
"license": "MIT",
5
"authors": [
6
@@ -9,15 +9,15 @@
9
}
10
],
11
"require": {
12
- "php": ">=5.5.0",
13
- "laravel/framework": "^5.0",
+ "php": "^7.0.0",
+ "laravel/framework": "^5.5.0",
14
"guzzlehttp/guzzle": "^6.0",
15
"nukacode/database": "^1.0"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "~3.0",
19
- "mockery/mockery": "0.9.3",
20
- "orchestra/testbench": "~3.0"
+ "phpunit/phpunit": ">=6.0",
+ "orchestra/testbench": "^3.0",
+ "vlucas/phpdotenv": "^3.3"
21
22
"autoload": {
23
"psr-4": {
0 commit comments