Skip to content

Commit bb77698

Browse files
authoredJun 1, 2022
Don't mock what you don't own (#66)
* Do not rely on mock for Doctrine manager nor registry * Do not rely on mock for event dispatcher * Do not rely on mock for symfony normalizer nor denormalizer * Remove phpspec/prophecy-phpunit dev dependency from packages that are no longer using it
1 parent 1a27b42 commit bb77698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
}
2222
},
2323
"require-dev": {
24-
"phpspec/prophecy-phpunit": "^2.0",
2524
"phpunit/phpunit": "^9.5"
2625
},
2726
"autoload-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.