Skip to content

Commit 1e2b728

Browse files
authored
Allow symfony/console v6 (#56)
1 parent b0c9a3d commit 1e2b728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"ext-json": "*",
1212
"flix-tech/avro-php": "^3.0|^4.0",
13-
"symfony/console": "^4.3|^5.1",
13+
"symfony/console": "^4.3|^5.1|^6.0",
1414
"nikic/php-parser": "^4.13",
1515
"pimple/pimple": "^3.5"
1616
},

0 commit comments

Comments
 (0)