Skip to content

Commit db2a666

Browse files
Change requirements to use the fork of fake-requests
1 parent 26df2bd commit db2a666

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/Soapbox/fake-requests"
16+
}
17+
],
1218
"minimum-stability": "stable",
1319
"require": {
1420
"php": ">=7.2",
1521
"guzzlehttp/guzzle": "^6.2",
16-
"illuminate/http": "^6.0",
17-
"illuminate/support": "^6.0",
22+
"illuminate/http": "^7.0",
23+
"illuminate/support": "^7.0",
1824
"nesbot/carbon": "^2.0",
1925
"ramsey/uuid": "^3.6"
2026
},
2127
"require-dev": {
22-
"jshayes/fake-requests": "^3.0",
23-
"mockery/mockery": "^1.0",
24-
"orchestra/testbench": "^4.0",
28+
"jshayes/fake-requests": "dev-master",
29+
"mockery/mockery": "^1.4",
30+
"orchestra/testbench": "^5.0",
2531
"phpunit/phpunit": "^8.0",
26-
"satooshi/php-coveralls": "^1.0"
32+
"php-coveralls/php-coveralls": "^2.0"
2733
},
2834
"autoload": {
2935
"psr-4": {

0 commit comments

Comments
 (0)