Skip to content

Commit da2e6f5

Browse files
authored
Allow version 2.x for xdebug-handler dependency (#69)
1 parent 30dfa00 commit da2e6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919

2020
"require-dev": {
21-
"composer/xdebug-handler": "^1.4",
21+
"composer/xdebug-handler": "^1.4 || ^2.0",
2222
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
2323
},
2424

0 commit comments

Comments
 (0)