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 122
122
"async-aws/sns" : " ^1.0" ,
123
123
"cache/integration-tests" : " dev-master" ,
124
124
"doctrine/annotations" : " ^1.13.1" ,
125
- "doctrine/collections" : " ~1 .0" ,
125
+ "doctrine/collections" : " ^1.0|^2 .0" ,
126
126
"doctrine/data-fixtures" : " ^1.1" ,
127
127
"doctrine/dbal" : " ^2.13.1|^3.0" ,
128
128
"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 28
28
"symfony/service-contracts" : " ^1.1|^2|^3"
29
29
},
30
30
"require-dev" : {
31
- "doctrine/collections" : " ~1 .0" ,
31
+ "doctrine/collections" : " ^1.0|^2 .0" ,
32
32
"symfony/validator" : " ^5.4|^6.0" ,
33
33
"symfony/dependency-injection" : " ^5.4|^6.0" ,
34
34
"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