Skip to content

Commit

Permalink
Merge branch '5.1' into 5.x
Browse files Browse the repository at this point in the history
* 5.1:
  Remove "version" from composer.json files, use "branch-version" instead
  [String] fix "is too large" ValueError on PHP 8
  • Loading branch information
nicolas-grekas committed Oct 13, 2020
2 parents 46a52c2 + f4d4bd2 commit 16f9373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -49,5 +49,7 @@
]
},
"minimum-stability": "dev",
"version": "5.2.x-dev"
"extra": {
"branch-version": "5.2-dev"
}
}

0 comments on commit 16f9373

Please sign in to comment.