Skip to content

Commit 813819a

Browse files
committed
Add composer dep for phpunit
1 parent 767f9a4 commit 813819a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"yireo/magento2-csp-utilities": "^1.0"
2323
},
2424
"require-dev": {
25+
"phpunit/phpunit": "^9.0|^10.0",
2526
"yireo/magento2-integration-test-helper": "~0.0"
2627
},
2728
"license": "OSL-3.0",
@@ -33,4 +34,4 @@
3334
"Loki\\Components\\": ""
3435
}
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)