mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2026-04-13 09:49:39 +02:00
Probably not a good idea to have this pull the latest major and minor without explicitly bumping the target version in composer.json. Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/68
7 lines
118 B
JSON
Executable file
7 lines
118 B
JSON
Executable file
{
|
|
"require": {
|
|
"vlw/mysql": "3.5.*",
|
|
"vlw/xenum": "1.1.*"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|