Skip to content

Commit 7e7b948

Browse files
committed
Imports the latest fixes by gjuric
1 parent 7d26d48 commit 7e7b948

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
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": {

src/DependencyInjection/EWZRecaptchaExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\DependencyInjection\Loader;
1010
use Symfony\Component\DependencyInjection\Reference;
1111
use 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.

0 commit comments

Comments
 (0)