Skip to content

Commit b9ba5db

Browse files
committed
add symfony/thanks
1 parent 7887423 commit b9ba5db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"phpunit/phpunit": "^9.5.24||^10.0||^11.0",
2626
"rector/rector": "^1.0",
2727
"spatie/laravel-ray": "^1.30",
28+
"symfony/thanks": "^1.3",
2829
"vimeo/psalm": "^5.6"
2930
},
3031
"autoload": {
@@ -43,7 +44,10 @@
4344
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4445
},
4546
"config": {
46-
"sort-packages": true
47+
"sort-packages": true,
48+
"allow-plugins": {
49+
"symfony/thanks": true
50+
}
4751
},
4852
"extra": {
4953
"laravel": {

0 commit comments

Comments
 (0)