Skip to content

Commit 576974b

Browse files
committed
fix dependencies
1 parent 48bc0fa commit 576974b

File tree

3 files changed

+1087
-1106
lines changed

3 files changed

+1087
-1106
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
],
2020
"require": {
2121
"php": "^7.4 || ^8.0",
22-
"chaos-php/chaos-monkey": "^1.0"
22+
"chaos-php/chaos-monkey": "1.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^2.16",
2626
"phpunit/phpunit": "^9.5",
2727
"symfony/browser-kit": "^5.2",
2828
"symfony/framework-bundle": "^5.2",
29+
"symfony/http-kernel": "^5.2",
2930
"symfony/stopwatch": "^5.2"
3031
},
3132
"autoload": {

0 commit comments

Comments
 (0)