Skip to content

Commit

Permalink
require symfony/serializer ^6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Dec 1, 2021
1 parent a46a61b commit aa38f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
symfony-require: 6.0.*
stability: dev
- php: '8.1'
stability: dev
fail-fast: false

steps:
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpunit/phpunit": "^9.5",
"symfony/form": "^4.4|^5.3|^6.0",
"symfony/property-access": "^4.4|^5.3|^6.0",
"symfony/serializer": "^4.4|^5.3|^6.0",
"symfony/serializer": "^4.4|^5.3|^6.0.1",
"symfony/twig-bundle": "^4.4|^5.3|^6.0",
"symfony/validator": "^4.4|^5.3|^6.0"
},
Expand Down Expand Up @@ -52,5 +52,8 @@
"branch-alias": {
"dev-master": "3.5.x-dev"
}
},
"conflict": {
"symfony/serializer": "6.0.0"
}
}

0 comments on commit aa38f51

Please sign in to comment.