File tree 3 files changed +6
-17
lines changed
3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
- bin /
2
- conf /
3
- logs /
4
- sessions /
5
- tmp /
6
- node_modules /
7
- var /
8
- ! var /cache /.keepme
9
1
vendor /
10
2
composer.lock
11
- phpunit.xml
Original file line number Diff line number Diff line change 2
2
3
3
namespace Webfactory \ResponsiveImageBundle \DependencyInjection ;
4
4
5
- use Symfony \Component \Config \FileLocator ;
6
5
use Symfony \Component \DependencyInjection \ContainerBuilder ;
7
6
use Symfony \Component \DependencyInjection \Extension \Extension ;
8
7
use Symfony \Component \DependencyInjection \Extension \PrependExtensionInterface ;
9
- use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
10
8
use Symfony \Component \Yaml \Yaml ;
11
9
12
10
class WebfactoryResponsiveImageExtension extends Extension implements PrependExtensionInterface
13
11
{
14
- public function load (array $ configs , ContainerBuilder $ container )
12
+ public function load (array $ configs , ContainerBuilder $ container ): void
15
13
{
16
14
}
17
15
18
- public function prepend (ContainerBuilder $ container )
16
+ public function prepend (ContainerBuilder $ container ): void
19
17
{
20
18
$ bundles = $ container ->getParameter ('kernel.bundles ' );
21
19
Original file line number Diff line number Diff line change 3
3
"description" : " Symfony bundle for responsive images" ,
4
4
"license" : " MIT" ,
5
5
"require" : {
6
- "php" : " 7.2.*|7.3.*|7.4.*| 8.0.*|8.1.* " ,
6
+ "php" : " ^ 7.2|^ 8.0" ,
7
7
"jbouzekri/phumbor-bundle" : " ^2.2.0|^3.0" ,
8
8
"twig/twig" : " ^1.35.4|^2.0|^3.0" ,
9
- "symfony/config" : " ^3.4.14|^4.4.1|^5.0|^6.0" ,
10
- "symfony/dependency-injection" : " ^3.4.14|^4.4.1|^5.0|^6.0" ,
11
- "symfony/yaml" : " ^3.4.14|^4.4.1|^5.0|^6.0"
9
+ "symfony/config" : " ^3.4.14|^4.4.1|^5.0|^6.0|^7.0 " ,
10
+ "symfony/dependency-injection" : " ^3.4.14|^4.4.1|^5.0|^6.0|^7.0 " ,
11
+ "symfony/yaml" : " ^3.4.14|^4.4.1|^5.0|^6.0|^7.0 "
12
12
},
13
13
"autoload" : {
14
14
"psr-4" : {
You can’t perform that action at this time.
0 commit comments