Skip to content

Commit a497fe0

Browse files
authored
Merge pull request #6 from sweptsquash/master
Feat: add `toArray` output option
2 parents 0fb4ee3 + ca8247e commit a497fe0

File tree

4 files changed

+967
-611
lines changed

4 files changed

+967
-611
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"require-dev": {
1818
"laravel/pint": "^1.18",
1919
"orchestra/testbench-core": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
20-
"pestphp/pest": "^1.22 || ^2.0",
20+
"pestphp/pest": "^2.24.1 || ^3.7.1",
2121
"phpstan/phpstan": "^1.10.57 || ^2.0.2",
22-
"phpunit/phpunit": "^9.3 || ^10.1"
22+
"phpunit/phpunit": "^9.3 || ^10.1 || ^11.5.1"
2323
},
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,

0 commit comments

Comments
 (0)