File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
}
11
11
],
12
+ "repositories" : [
13
+ {
14
+ "type" : " vcs" ,
15
+ "url" : " https://github.com/Soapbox/fake-requests"
16
+ }
17
+ ],
12
18
"minimum-stability" : " stable" ,
13
19
"require" : {
14
20
"php" : " >=7.2" ,
15
21
"guzzlehttp/guzzle" : " ^6.2" ,
16
- "illuminate/http" : " ^6 .0" ,
17
- "illuminate/support" : " ^6 .0" ,
22
+ "illuminate/http" : " ^7 .0" ,
23
+ "illuminate/support" : " ^7 .0" ,
18
24
"nesbot/carbon" : " ^2.0" ,
19
25
"ramsey/uuid" : " ^3.6"
20
26
},
21
27
"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" ,
25
31
"phpunit/phpunit" : " ^8.0" ,
26
- "satooshi /php-coveralls" : " ^1 .0"
32
+ "php-coveralls /php-coveralls" : " ^2 .0"
27
33
},
28
34
"autoload" : {
29
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments