Skip to content

Commit 4c23d27

Browse files
authored
Merge pull request #182 from szepeviktor/patch-1
2 parents 28b818a + 2c2f82e commit 4c23d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"conflict": {
2222
"doctrine/collections": "<1.6.8",
23-
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
23+
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -32,8 +32,8 @@
3232
},
3333
"autoload-dev": {
3434
"psr-4": {
35-
"DeepCopy\\": "fixtures/",
36-
"DeepCopyTest\\": "tests/DeepCopyTest/"
35+
"DeepCopyTest\\": "tests/DeepCopyTest/",
36+
"DeepCopy\\": "fixtures/"
3737
}
3838
},
3939
"config": {

0 commit comments

Comments
 (0)