File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 26
26
- ' 6.2.*'
27
27
- ' 6.4.*'
28
28
- ' 7.0.*'
29
+ - ' 7.1.*'
29
30
dependencies :
30
31
- ' lowest'
31
32
- ' highest'
38
39
symfony-version : ' 6.4.*'
39
40
- php-version : ' 8.0'
40
41
symfony-version : ' 7.0.*'
42
+ - php-version : ' 8.0'
43
+ symfony-version : ' 7.1.*'
41
44
- php-version : ' 8.1'
42
45
symfony-version : ' 7.0.*'
46
+ - php-version : ' 8.1'
47
+ symfony-version : ' 7.1.*'
43
48
include :
44
49
- php-version : ' 8.0'
45
50
symfony-version : ' 5.4.*'
Original file line number Diff line number Diff line change 26
26
use Symfony \Component \Config \FileLocator ;
27
27
use Symfony \Component \DependencyInjection \ContainerBuilder ;
28
28
use Symfony \Component \DependencyInjection \ContainerInterface ;
29
+ use Symfony \Component \DependencyInjection \Extension \Extension ;
29
30
use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
30
31
use Symfony \Component \DependencyInjection \Reference ;
31
32
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
32
- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
33
33
34
34
use function realpath ;
35
35
use function sprintf ;
You can’t perform that action at this time.
0 commit comments