mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Patch vulnerability advisory (#3966)
Seems composer has a vulnerability, see https://github.com/advisories/GHSA-7c6p-848j-wh5h Affected versions >= 2.0.0-alpha1, < 2.2.23 -- patched in 2.2.23 >= 2.3.0-rc1, < 2.7.0 -- patched in 2.7.0 --- Let's raise the minimum to enforce the latest. Thank you @peopleinside for reporting this.
This commit is contained in:
parent
721e2eae3d
commit
e771b908d5
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"require": {
|
||||
"flarum/core": "^2.0",
|
||||
"composer/composer": "^2.3"
|
||||
"composer/composer": "^2.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "^2.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user