File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 1919 },
2020 "require-dev" : {
2121 "friendsofphp/php-cs-fixer" : " ^3.0" ,
22- "orchestra/testbench" : " ^5.9 || ^6.6 " ,
22+ "orchestra/testbench" : " ^5.0 || ^6.0 || ^7.0 " ,
2323 "pestphp/pest" : " ^v1.18.0" ,
2424 "pestphp/pest-plugin-laravel" : " ^1.1"
2525 },
26+ "minimum-stability" : " dev" ,
27+ "prefer-stable" : true ,
28+ "autoload" : {
29+ "psr-4" : {
30+ "Astrotomic\\ GithubSponsors\\ " : " src"
31+ }
32+ },
33+ "autoload-dev" : {
34+ "psr-4" : {
35+ "Tests\\ " : " tests/"
36+ }
37+ },
2638 "config" : {
39+ "allow-plugins" : {
40+ "pestphp/pest-plugin" : true
41+ },
2742 "sort-packages" : true
2843 },
2944 "extra" : {
3752 ]
3853 }
3954 },
40- "autoload" : {
41- "psr-4" : {
42- "Astrotomic\\ GithubSponsors\\ " : " src"
43- }
44- },
45- "autoload-dev" : {
46- "psr-4" : {
47- "Tests\\ " : " tests/"
48- }
49- },
50- "minimum-stability" : " dev" ,
51- "prefer-stable" : true ,
5255 "scripts" : {
5356 "fix" : " vendor/bin/php-cs-fixer fix --using-cache=no"
5457 }
55- }
58+ }
You can’t perform that action at this time.
0 commit comments