We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8263fc3 commit 8068e0aCopy full SHA for 8068e0a
composer.json
@@ -14,9 +14,13 @@
14
"php": "^7.1 || ^8.0"
15
},
16
"require-dev": {
17
- "doctrine/collections": "^1.6",
18
- "doctrine/common": "^2.13",
19
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
20
+ },
21
+ "conflict": {
22
+ "doctrine/collections": "<1.6.8",
23
+ "doctrine/common": "<2.13.3"
24
25
"autoload": {
26
"psr-4": {
0 commit comments