Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit b872063

Browse files
author
fd6130
committed
allow Symfony 6
1 parent e0c7817 commit b872063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": ">=7.2.5",
1414
"babdev/pagerfanta-bundle": "^3.0",
1515
"mark-gerarts/automapper-plus-bundle": "^1.2",
16-
"monterhealth/api-filter-bundle": "1.2.*",
16+
"monterhealth/api-filter-bundle": "^1.2",
1717
"pagerfanta/pagerfanta": "^3.0",
1818
"symfony-bundles/json-request-bundle": "^4.0",
1919
"samj/fractal-bundle": "^4.0",
20-
"symfony/validator": "^4.4|^5.0",
21-
"symfony/yaml": "^4.4|^5.0",
20+
"symfony/validator": "^4.4|^5.0|^6.0",
21+
"symfony/yaml": "^4.4|^5.0|^6.0",
2222
"doctrine/inflector": "^1.4|^2.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)