Skip to content

Commit 7908885

Browse files
authored
Merge pull request #8 from hsegnitz/sf5-dependencies
Allow sf5 dependencies for console and finder
2 parents 414d0cf + 4dc2371 commit 7908885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"require": {
1919
"php": "~7.2",
20-
"symfony/console": "^4.1",
21-
"symfony/finder": "^4.1",
20+
"symfony/console": "^4.1 || ^5.1",
21+
"symfony/finder": "^4.1 || ^5.1",
2222
"twig/twig": "^2.5 || ^3",
2323
"ocramius/package-versions": "^1.3"
2424
},

0 commit comments

Comments
 (0)