Skip to content

Commit

Permalink
feat: symfony 6 support (#172)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ju5t and bytestream authored Mar 5, 2023
1 parent 8808f18 commit d0badcf
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 657 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"kevinrob/guzzle-cache-middleware": "^4.0",
"phpdocumentor/reflection-docblock": "^5.2",
"psr/http-message": "^1.0",
"symfony/config": "^5.1",
"symfony/dependency-injection": "^5.1",
"symfony/property-access": "^5.1",
"symfony/serializer": "^5.1",
"symfony/yaml": "^5.1"
"symfony/config": "^5.1|^6.2",
"symfony/dependency-injection": "^5.1|^6.2",
"symfony/property-access": "^5.1|^6.2",
"symfony/serializer": "^5.1|^6.2",
"symfony/yaml": "^5.1|^6.2"
},
"require-dev": {
"brianium/paratest": "^4.0|^5.0|^6.0",
Expand Down
Loading

0 comments on commit d0badcf

Please sign in to comment.