mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02: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:
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^2.0",
|
"flarum/core": "^2.0",
|
||||||
"composer/composer": "^2.3"
|
"composer/composer": "^2.7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"flarum/testing": "^2.0",
|
"flarum/testing": "^2.0",
|
||||||
|
Reference in New Issue
Block a user