File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ^7.1 || ^8.0 " ,
18+ "php" : " ^8.1 " ,
1919 "google/recaptcha" : " ^1.1" ,
20- "symfony/form" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
21- "symfony/framework-bundle" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
22- "symfony/security-bundle" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
23- "symfony/validator" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
24- "symfony/yaml" : " ^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
20+ "symfony/form" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
21+ "symfony/framework-bundle" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
22+ "symfony/security-bundle" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
23+ "symfony/validator" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
24+ "symfony/yaml" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
2525 "twig/twig" : " ^1.40 || ^2.9 || ^3.0"
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^7 || ^8 || ^ 9.5"
28+ "phpunit/phpunit" : " ^9.5"
2929 },
3030 "autoload" : {
3131 "psr-4" : {
Original file line number Diff line number Diff line change 99use Symfony \Component \DependencyInjection \Loader ;
1010use Symfony \Component \DependencyInjection \Reference ;
1111use Symfony \Component \Form \FormBuilderInterface ;
12- use Symfony \Component \HttpKernel \ DependencyInjection \Extension ;
12+ use Symfony \Component \DependencyInjection \ Extension \Extension ;
1313
1414/**
1515 * This is the class that loads and manages your bundle configuration.
You can’t perform that action at this time.
0 commit comments