Skip to content

Commit 1c55c7c

Browse files
committed
Fix version incompatibilities for Dingo
1 parent ceb6a57 commit 1c55c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dingo.composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"symfony/var-exporter": "^4.0|^5.0"
3030
},
3131
"require-dev": {
32-
"dingo/api": "^2.7|^3.0",
32+
"dingo/api": "^2.3",
3333
"dms/phpunit-arraysubset-asserts": "^0.1.0",
34-
"league/fractal": "^0.19.0",
34+
"league/fractal": "^0.17.0",
3535
"orchestra/testbench": "^3.7|^4.0|^5.0",
3636
"phpstan/phpstan": "^0.11.15",
3737
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)