Skip to content

Commit 5cb5dd3

Browse files
Merge branch '6.0' into 6.1
* 6.0: [Mime] Rename SMimeEncryptorTest to SMimeEncrypterTest Run tests with doctrine/collections 2
2 parents b170889 + 3b90a91 commit 5cb5dd3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"async-aws/sns": "^1.0",
122122
"cache/integration-tests": "dev-master",
123123
"doctrine/annotations": "^1.13.1",
124-
"doctrine/collections": "~1.0",
124+
"doctrine/collections": "^1.0|^2.0",
125125
"doctrine/data-fixtures": "^1.1",
126126
"doctrine/dbal": "^2.13.1|^3.0",
127127
"doctrine/orm": "^2.7.4",

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"symfony/translation": "^5.4|^6.0",
4444
"symfony/var-dumper": "^5.4|^6.0",
4545
"doctrine/annotations": "^1.10.4",
46-
"doctrine/collections": "~1.0",
46+
"doctrine/collections": "^1.0|^2.0",
4747
"doctrine/data-fixtures": "^1.1",
4848
"doctrine/dbal": "^2.13.1|^3.0",
4949
"doctrine/orm": "^2.7.4",

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/service-contracts": "^1.1|^2|^3"
2828
},
2929
"require-dev": {
30-
"doctrine/collections": "~1.0",
30+
"doctrine/collections": "^1.0|^2.0",
3131
"symfony/validator": "^5.4|^6.0",
3232
"symfony/dependency-injection": "^5.4|^6.0",
3333
"symfony/expression-language": "^5.4|^6.0",

src/Symfony/Component/Mime/Tests/Crypto/SMimeEncryptorTest.php renamed to src/Symfony/Component/Mime/Tests/Crypto/SMimeEncrypterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @requires extension openssl
2121
*/
22-
class SMimeEncryptorTest extends SMimeTestCase
22+
class SMimeEncrypterTest extends SMimeTestCase
2323
{
2424
public function testEncryptMessage()
2525
{

0 commit comments

Comments
 (0)