File tree Expand file tree Collapse file tree 10 files changed +11
-5
lines changed Expand file tree Collapse file tree 10 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 31
31
"symfony/polyfill-intl-icu" : " ~1.0" ,
32
32
"symfony/routing" : " ~3.4|~4.0" ,
33
33
"symfony/templating" : " ~3.4|~4.0" ,
34
- "symfony/translation" : " ~ 4.2" ,
34
+ "symfony/translation" : " ^ 4.2.1 " ,
35
35
"symfony/yaml" : " ~3.4|~4.0" ,
36
36
"symfony/security-acl" : " ~2.8|~3.0" ,
37
37
"symfony/security-csrf" : " ~3.4|~4.0" ,
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \DependencyInjection \Container ;
15
15
use Symfony \Component \DependencyInjection \ServiceLocator ;
16
16
use Symfony \Contracts \Service \ServiceSubscriberInterface ;
17
- use Symfony \Contracts \Tests \ Service \ServiceLocatorTest as BaseServiceLocatorTest ;
17
+ use Symfony \Contracts \Service \ Test \ServiceLocatorTest as BaseServiceLocatorTest ;
18
18
19
19
class ServiceLocatorTest extends BaseServiceLocatorTest
20
20
{
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.1.3" ,
20
20
"psr/container" : " ^1.0" ,
21
- "symfony/service-contracts" : " ^1.1"
21
+ "symfony/service-contracts" : " ^1.1.2 "
22
22
},
23
23
"require-dev" : {
24
24
"symfony/yaml" : " ~3.4|~4.0" ,
Original file line number Diff line number Diff line change 24
24
"symfony/expression-language" : " ~3.4|~4.0" ,
25
25
"symfony/config" : " ~3.4|~4.0" ,
26
26
"symfony/http-foundation" : " ^3.4|^4.0" ,
27
+ "symfony/service-contracts" : " ^1.1" ,
27
28
"symfony/stopwatch" : " ~3.4|~4.0" ,
28
29
"psr/log" : " ~1.0"
29
30
},
Original file line number Diff line number Diff line change 38
38
"symfony/stopwatch" : " ~3.4|~4.0" ,
39
39
"symfony/templating" : " ~3.4|~4.0" ,
40
40
"symfony/translation" : " ~4.2" ,
41
+ "symfony/translation-contracts" : " ^1.1" ,
41
42
"symfony/var-dumper" : " ^4.1.1" ,
42
43
"psr/cache" : " ~1.0" ,
43
44
"twig/twig" : " ^1.34|^2.4"
Original file line number Diff line number Diff line change 25
25
"require-dev" : {
26
26
"symfony/amazon-mailer" : " ^4.3" ,
27
27
"symfony/google-mailer" : " ^4.3" ,
28
+ "symfony/http-client-contracts" : " ^1.1" ,
28
29
"symfony/mailgun-mailer" : " ^4.3" ,
29
30
"symfony/mailchimp-mailer" : " ^4.3" ,
30
31
"symfony/postmark-mailer" : " ^4.3" ,
Original file line number Diff line number Diff line change 31
31
"symfony/process" : " ~3.4|~4.0" ,
32
32
"symfony/property-access" : " ~3.4|~4.0" ,
33
33
"symfony/serializer" : " ~3.4|~4.0" ,
34
+ "symfony/service-contracts" : " ^1.1" ,
34
35
"symfony/stopwatch" : " ~3.4|~4.0" ,
35
36
"symfony/validator" : " ~3.4|~4.0" ,
36
37
"symfony/var-dumper" : " ~3.4|~4.0"
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.1.3" ,
20
20
"symfony/polyfill-mbstring" : " ~1.0" ,
21
- "symfony/translation-contracts" : " ^1.1"
21
+ "symfony/translation-contracts" : " ^1.1.2 "
22
22
},
23
23
"require-dev" : {
24
24
"symfony/config" : " ~3.4|~4.0" ,
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Contracts \Tests \ Service ;
12
+ namespace Symfony \Contracts \Service \ Test ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Container \ContainerInterface ;
Original file line number Diff line number Diff line change 15
15
<testsuites >
16
16
<testsuite name =" Symfony Contracts Test Suite" >
17
17
<directory >./Tests/</directory >
18
+ <directory >./Service/Test/</directory >
18
19
<directory >./Translation/Test/</directory >
19
20
</testsuite >
20
21
</testsuites >
24
25
<directory >./</directory >
25
26
<exclude >
26
27
<directory >./Tests</directory >
28
+ <directory >./Service/Test/</directory >
27
29
<directory >./Translation/Test/</directory >
28
30
<directory >./vendor</directory >
29
31
</exclude >
You can’t perform that action at this time.
0 commit comments