Skip to content

Commit 88ca84a

Browse files
committed
update composer.json
1 parent fdb0f86 commit 88ca84a

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

composer.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,26 @@
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": {
@@ -37,19 +52,7 @@
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+
}

0 commit comments

Comments
 (0)