Skip to content

Commit d0badcf

Browse files
ju5tbytestream
andauthored
feat: symfony 6 support (#172)
* chore: update symfony to v6 * chore: also allow symfony 5 Co-authored-by: Kieran <[email protected]> * chore: revert to symfony 5 interfaces Co-authored-by: Kieran <[email protected]> * chore: remove unused interfaces --------- Co-authored-by: Kieran <[email protected]>
1 parent 8808f18 commit d0badcf

File tree

3 files changed

+600
-657
lines changed

3 files changed

+600
-657
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"kevinrob/guzzle-cache-middleware": "^4.0",
1818
"phpdocumentor/reflection-docblock": "^5.2",
1919
"psr/http-message": "^1.0",
20-
"symfony/config": "^5.1",
21-
"symfony/dependency-injection": "^5.1",
22-
"symfony/property-access": "^5.1",
23-
"symfony/serializer": "^5.1",
24-
"symfony/yaml": "^5.1"
20+
"symfony/config": "^5.1|^6.2",
21+
"symfony/dependency-injection": "^5.1|^6.2",
22+
"symfony/property-access": "^5.1|^6.2",
23+
"symfony/serializer": "^5.1|^6.2",
24+
"symfony/yaml": "^5.1|^6.2"
2525
},
2626
"require-dev": {
2727
"brianium/paratest": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)