Skip to content

Commit 4b8576f

Browse files
authored
Merge pull request #12 from ensi-platform/task-111039
#111039 add collapsing by field
2 parents 457dfcc + f0eb567 commit 4b8576f

File tree

17 files changed

+243
-9051
lines changed

17 files changed

+243
-9051
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
*.cache
77
phpunit.xml
88
.huskyrc
9+
composer.lock

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"sort-packages": true,
5252
"allow-plugins": {
5353
"pestphp/pest-plugin": true,
54-
"composer/package-versions-deprecated": true
54+
"composer/package-versions-deprecated": true,
55+
"php-http/discovery": true
5556
}
5657
},
5758
"extra": {

0 commit comments

Comments
 (0)