Skip to content

Commit

Permalink
Merge pull request #19 from Jupi007/symfony-6.0-support
Browse files Browse the repository at this point in the history
  • Loading branch information
asprega authored Aug 21, 2023
2 parents d193630 + 8818c5c commit c332cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"require": {
"php": ">=7.3.0",
"doctrine/annotations": "^1.0",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/property-access": "^4.0|^5.0",
"symfony/translation": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"symfony/property-access": "^4.0|^5.0|^6.0",
"symfony/translation": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"twig/twig": "^2.10|^3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/Service/BreadcrumbItemProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class BreadcrumbItemProcessorTest extends KernelTestCase
{
protected static function getKernelClass()
protected static function getKernelClass(): string
{
return TestKernel::class;
}
Expand Down

0 comments on commit c332cab

Please sign in to comment.