Skip to content

Commit c332cab

Browse files
authored
Merge pull request #19 from Jupi007/symfony-6.0-support
2 parents d193630 + 8818c5c commit c332cab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"require": {
2222
"php": ">=7.3.0",
2323
"doctrine/annotations": "^1.0",
24-
"symfony/framework-bundle": "^4.0|^5.0",
25-
"symfony/property-access": "^4.0|^5.0",
26-
"symfony/translation": "^4.0|^5.0",
27-
"symfony/yaml": "^4.0|^5.0",
24+
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
25+
"symfony/property-access": "^4.0|^5.0|^6.0",
26+
"symfony/translation": "^4.0|^5.0|^6.0",
27+
"symfony/yaml": "^4.0|^5.0|^6.0",
2828
"twig/twig": "^2.10|^3.0"
2929
},
3030
"require-dev": {

tests/Integration/Service/BreadcrumbItemProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class BreadcrumbItemProcessorTest extends KernelTestCase
1616
{
17-
protected static function getKernelClass()
17+
protected static function getKernelClass(): string
1818
{
1919
return TestKernel::class;
2020
}

0 commit comments

Comments
 (0)