File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 18
18
use Symfony \Component \DependencyInjection \Exception \ServiceNotFoundException ;
19
19
use Symfony \Component \DependencyInjection \ServiceLocator ;
20
20
use Symfony \Contracts \Service \ServiceSubscriberInterface ;
21
- use Symfony \Contracts \Service \Test \ServiceLocatorTest as LegacyServiceLocatorTestCase ;
22
21
use Symfony \Contracts \Service \Test \ServiceLocatorTestCase ;
23
22
24
- if (!class_exists (ServiceLocatorTestCase::class)) {
25
- class_alias (LegacyServiceLocatorTestCase::class, ServiceLocatorTestCase::class);
26
- }
27
-
28
23
class ServiceLocatorTest extends ServiceLocatorTestCase
29
24
{
30
25
public function getServiceLocator (array $ factories ): ContainerInterface
Original file line number Diff line number Diff line change 19
19
"php" : " >=8.2" ,
20
20
"psr/container" : " ^1.1|^2.0" ,
21
21
"symfony/deprecation-contracts" : " ^2.5|^3" ,
22
- "symfony/service-contracts" : " ^2.5|^3.0 " ,
22
+ "symfony/service-contracts" : " ^3.3 " ,
23
23
"symfony/var-exporter" : " ^6.4|^7.0"
24
24
},
25
25
"require-dev" : {
You can’t perform that action at this time.
0 commit comments