File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "geocoder-php/chain-provider" : " ^4.0" ,
27
- "geocoder-php/geo-plugin-provider" : " ^4.0" ,
28
- "geocoder-php/google-maps-provider" : " ^4.0" ,
26
+ "geocoder-php/chain-provider" : " ^4.0|^5.0 " ,
27
+ "geocoder-php/geo-plugin-provider" : " ^4.0|^5.0 " ,
28
+ "geocoder-php/google-maps-provider" : " ^4.0|^5.0 " ,
29
29
"guzzlehttp/psr7" : " *" ,
30
30
"http-interop/http-factory-guzzle" : " ^1.0" ,
31
31
"illuminate/cache" : " ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" ,
44
44
"orchestra/testbench-browser-kit" : " ^7.0|^8.5|^10.0" ,
45
45
"orchestra/testbench-dusk" : " ^7.0|^8.22|^10.0" ,
46
46
"php-coveralls/php-coveralls" : " *" ,
47
- "phpunit/phpunit" : " 8.5|^9.0|^10.5|^11.5.3" ,
48
- "sebastian/phpcpd" : " ^5.0|^6.0"
47
+ "phpunit/phpunit" : " 8.5|^9.0|^10.5|^11.5.3"
49
48
},
50
49
"autoload" : {
51
50
"psr-4" : {
69
68
"prefer-stable" : true ,
70
69
"config" : {
71
70
"preferred-install" : " dist" ,
72
- "sort-packages" : true
71
+ "sort-packages" : true ,
72
+ "allow-plugins" : {
73
+ "php-http/discovery" : true
74
+ }
73
75
}
74
76
}
You can’t perform that action at this time.
0 commit comments