Skip to content

Commit 685e73a

Browse files
authored
Merge pull request #99 from 5am-code/feature/compound-filters
Compound Filters
2 parents 7f7919d + 72ba501 commit 685e73a

File tree

10 files changed

+2067
-1073
lines changed

10 files changed

+2067
-1073
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"require-dev": {
3333
"orchestra/testbench": "^6.0",
3434
"pestphp/pest": "^1.22",
35+
"pestphp/pest-plugin-laravel": "^1.3",
3536
"phpunit/phpunit": "^9.0"
3637
},
3738
"autoload": {
@@ -49,7 +50,6 @@
4950
"scripts": {
5051
"test": "vendor/bin/pest",
5152
"test-coverage": "vendor/bin/pest --coverage-html coverage"
52-
5353
},
5454
"config": {
5555
"sort-packages": true

0 commit comments

Comments
 (0)