File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 121
121
"async-aws/sns" : " ^1.0" ,
122
122
"cache/integration-tests" : " dev-master" ,
123
123
"doctrine/annotations" : " ^1.13.1" ,
124
- "doctrine/collections" : " ~1 .0" ,
124
+ "doctrine/collections" : " ^1.0|^2 .0" ,
125
125
"doctrine/data-fixtures" : " ^1.1" ,
126
126
"doctrine/dbal" : " ^2.13.1|^3.0" ,
127
127
"doctrine/orm" : " ^2.7.4" ,
Original file line number Diff line number Diff line change 43
43
"symfony/translation" : " ^5.4|^6.0" ,
44
44
"symfony/var-dumper" : " ^5.4|^6.0" ,
45
45
"doctrine/annotations" : " ^1.10.4" ,
46
- "doctrine/collections" : " ~1 .0" ,
46
+ "doctrine/collections" : " ^1.0|^2 .0" ,
47
47
"doctrine/data-fixtures" : " ^1.1" ,
48
48
"doctrine/dbal" : " ^2.13.1|^3.0" ,
49
49
"doctrine/orm" : " ^2.7.4" ,
Original file line number Diff line number Diff line change 27
27
"symfony/service-contracts" : " ^1.1|^2|^3"
28
28
},
29
29
"require-dev" : {
30
- "doctrine/collections" : " ~1 .0" ,
30
+ "doctrine/collections" : " ^1.0|^2 .0" ,
31
31
"symfony/validator" : " ^5.4|^6.0" ,
32
32
"symfony/dependency-injection" : " ^5.4|^6.0" ,
33
33
"symfony/expression-language" : " ^5.4|^6.0" ,
Original file line number Diff line number Diff line change 19
19
/**
20
20
* @requires extension openssl
21
21
*/
22
- class SMimeEncryptorTest extends SMimeTestCase
22
+ class SMimeEncrypterTest extends SMimeTestCase
23
23
{
24
24
public function testEncryptMessage ()
25
25
{
You can’t perform that action at this time.
0 commit comments