File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Security/Core/Resources/translations Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 152
152
"ocramius/proxy-manager" : " <2.1" ,
153
153
"phpunit/phpunit" : " <5.4.3"
154
154
},
155
+ "config" : {
156
+ "allow-plugins" : {
157
+ "composer/package-versions-deprecated" : true
158
+ }
159
+ },
155
160
"autoload" : {
156
161
"psr-4" : {
157
162
"Symfony\\ Bridge\\ Doctrine\\ " : " src/Symfony/Bridge/Doctrine/" ,
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
- "composer/package-versions-deprecated" : " ^1.8" ,
21
20
"friendsofphp/proxy-manager-lts" : " ^1.0.2" ,
22
21
"symfony/dependency-injection" : " ^4.0|^5.0" ,
23
22
"symfony/polyfill-php80" : " ^1.16"
Original file line number Diff line number Diff line change 19
19
20
20
abstract class HttpClientTestCase extends BaseHttpClientTestCase
21
21
{
22
+ /**
23
+ * @group transient-on-macos
24
+ */
22
25
public function testTimeoutOnDestruct ()
23
26
{
24
27
if (!method_exists (parent ::class, 'testTimeoutOnDestruct ' )) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
3
- <file source-language =" en" target-language = " lb " datatype =" plaintext" original =" security.en.xlf " >
3
+ <file source-language =" en" datatype =" plaintext" original =" file.ext " >
4
4
<body >
5
5
<trans-unit id =" 1" >
6
6
<source >An authentication exception occurred.</source >
You can’t perform that action at this time.
0 commit comments