1
0
app/composer.json

38 lines
921 B
JSON
Raw Permalink Normal View History

2022-05-18 09:31:00 +00:00
{
2022-06-17 09:39:05 +00:00
"name": "opiskelijaradio/app",
2022-05-18 09:31:00 +00:00
"description": "Satakunnan opiskelijaradio",
"version": "0.0.0",
"homepage": "https://opiskelijaradio.fi/app",
2023-03-24 17:57:36 +00:00
"time": "2023-00-00",
2022-05-18 09:31:00 +00:00
"license": "proprietary",
"authors": [
{
"name": "Warén Group",
"email": "support@waren.io",
"homepage": "https://waren.io",
"role": "Organization"
},
{
"name": "Christer Warén",
"email": "christer.waren@waren.io",
"homepage": "https://christerwaren.fi",
"role": "Developer"
}
],
"support": {
"email": "support@waren.io",
2023-01-12 17:31:50 +00:00
"issues": "https://git.waren.io/opiskelijaradio/app/issues",
"irc": "irc://irc.waren.io/support",
"source": "https://git.waren.io/opiskelijaradio/app"
2022-05-18 09:31:00 +00:00
},
"config": {
"vendor-dir": "system/libs"
},
"require": {
2023-01-12 17:31:50 +00:00
"php": "^8.0",
2023-05-22 14:08:30 +00:00
"scssphp/scssphp": "^1.11",
"guzzlehttp/guzzle": "^7.7"
2022-05-18 09:31:00 +00:00
},
"repositories": []
}