Skip to content

Commit

Permalink
bug #1 Fixing the CI (weaverryan)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the main branch.

Discussion
----------

Fixing the CI

Commits
-------

7b23a80 Fixing the CI
  • Loading branch information
weaverryan committed Aug 31, 2023
2 parents 6af65ad + 7b23a80 commit b138b7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
],
"require": {
"php": ">=8.1",
"symfony/form": "^6.3"
"symfony/form": "^5.4|^6.3|^7.0"
},
"require-dev": {
"symfony/framework-bundle": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"phpstan/phpstan": "1.11.x-dev",
"zenstruck/browser": "1.x-dev",
"symfony/twig-bundle": "7.0.x-dev"
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
"phpstan/phpstan": "^1.11",
"zenstruck/browser": "^1.4",
"symfony/twig-bundle": "^6.3|^7.0",
"twig/twig": "^2.15|^3.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
4 changes: 4 additions & 0 deletions tests/fixtures/DynamicFormsTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ protected function configureContainer(ContainerConfigurator $container): void
'secret' => 'foo000',
'http_method_override' => false,
'test' => true,
'handle_all_throwables' => true,
'php_errors' => [
'log' => true,
],
]);

$container->extension('twig', [
Expand Down

0 comments on commit b138b7c

Please sign in to comment.