Skip to content

Commit 055e85b

Browse files
committed
Upgrade PhpUnit and required libs.
1 parent 94517b1 commit 055e85b

3 files changed

Lines changed: 2462 additions & 975 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syntax/steam-api",
3-
"description": "A steam-api client for Laravel 5.",
3+
"description": "A steam-api client for Laravel 5.5+",
44
"license": "MIT",
55
"authors": [
66
{
@@ -9,15 +9,15 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.5.0",
13-
"laravel/framework": "^5.0",
12+
"php": "^7.0.0",
13+
"laravel/framework": "^5.5.0",
1414
"guzzlehttp/guzzle": "^6.0",
1515
"nukacode/database": "^1.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~3.0",
19-
"mockery/mockery": "0.9.3",
20-
"orchestra/testbench": "~3.0"
18+
"phpunit/phpunit": ">=6.0",
19+
"orchestra/testbench": "^3.0",
20+
"vlucas/phpdotenv": "^3.3"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)