Update hihi
This commit is contained in:
Ida Tiegel 2021-05-28 08:54:15 +02:00
parent 921c1ed876
commit 1e1d8f9c60
9 changed files with 359 additions and 233 deletions

Binary file not shown.

View File

@ -6,6 +6,6 @@
"\\Javascript", "\\Javascript",
"\\Styles" "\\Styles"
], ],
"SelectedNode": "\\Javascript\\Stem.js", "SelectedNode": "\\Index.html",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }

View File

@ -57,169 +57,228 @@
</head> </head>
<body> <body>
<div class="HeaderPanel" id="header"> <div class="HeaderPanel" id="header">
<div class="HeaderLeft"> <div class="HeaderLeft">
<a style="display: inline-block" href="../Index.html"> <a style="display: inline-block" href="../Index.html">
<i class="fas fa-arrow-left"></i> <i class="fas fa-arrow-left"></i>
</a> </a>
</div>
<div class="HeaderTitle">
<h2 style="margin-bottom: 0px">Admin Panel</h2>
</div>
</div> </div>
<div class="HeaderTitle">
<h2 style="margin-bottom: 0px">Admin Panel</h2> <!--Opret game jam-->
<br />
<br />
<h3>Administration</h3>
<h5>Opret Game Jam</h5>
<div class="container">
<form id="createGameJam" method="POST">
<div class="row">
<div class="FormField">
<input type="text"
class="FormFieldInput"
placeholder="Gamejam title"
name="newGameJam"
id="gamejamTitle"
required />
<label for="gamejamTitle" class="FormFieldLabel">
Gamejam title
</label>
</div>
</div>
<div class="row row-cols-2">
<div class="col" id="colDate">
<div class="FormField">
<input type="date"
class="FormFieldInput"
placeholder="mm/dd/yyyy"
name="startDate"
id="startDate"
required />
<label for="startDate" class="FormFieldLabel" id="startDateLabel">
Start dato
</label>
</div>
</div>
<div class="col" id="colTime">
<div class="FormField">
<input type="time"
class="FormFieldInput"
placeholder="hh:mm"
name="startTime"
id="startTime"
required />
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
Start tid
</label>
</div>
</div>
</div>
<div class="row row-cols-2">
<div class="col" id="colDate">
<div class="FormField">
<input type="date"
class="FormFieldInput"
placeholder="mm/dd/yyyy"
name="endDate"
id="endDate"
required />
<label for="endDate" class="FormFieldLabel" id="endDateLabel">
Slut dato
</label>
</div>
</div>
<div class="col" id="colTime">
<div class="FormField">
<input type="time"
class="FormFieldInput"
placeholder="hh:mm"
name="endTime"
id="endTime"
required />
<label for="endTime" class="FormFieldLabel" id="endTimeLabel">
Slut tid
</label>
</div>
</div>
</div>
<div class="FormField">
<input type="text"
class="FormFieldInput"
placeholder="Emne / Keywords (Ikke obligatorisk)"
name="keyWord"
id="keyWord" />
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
Emne (Ikke obligatorisk)
</label>
</div>
<div class="FormField">
<textarea class="FormFieldInput"
placeholder="Beskrivelse"
name="description"
id="Beskrivelse"
required></textarea>
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel">
Beskrivelse
</label>
</div>
<input type="submit" name="newGameJam" id="indsend" value="Indsend" />
</form>
</div> </div>
</div> <!-- Opret game jam slut -->
<!--Opret game jam--> <hr class="GradientDivider">
<br />
<br />
<h3>Administration</h3> <!-- updater game jam start -->
<h5>Opret Game Jam</h5> <h5>updater Game Jam</h5>
<div class="container"> <div class="container">
<form id="createGameJam" method="POST"> <form id='UpdateGameJam' method='post'>
<div class="row"> <section id="game-jame-update-drop-down">
<div> </section>
<div class="FormField"> <section id="game-jame-update">
<input type="text"
class="FormFieldInput"
placeholder="Gamejam title"
name="newGameJam"
id="gamejamTitle"
required />
<label for="gamejamTitle" class="FormFieldLabel">
Gamejam title
</label>
</div>
</div>
</div>
<div class="row row-cols-2">
<div class="col" id="colDate">
<div class="FormField">
<input type="date"
class="FormFieldInput"
placeholder="mm/dd/yyyy"
name="startDate"
id="startDate"
required />
<label for="startDate" class="FormFieldLabel" id="startDateLabel">
Start dato
</label>
</div>
</div>
<div class="col" id="colTime">
<div class="FormField">
<input type="time"
class="FormFieldInput"
placeholder="hh:mm"
name="startTime"
id="startTime"
required />
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
Start tid
</label>
</div>
</div>
</div>
<div class="row row-cols-2">
<div class="col" id="colDate"> <div class="row">
<div class="FormField"> <div class="FormField">
<input type="date" <label for='UGameJamTitle' class="FormFieldLabel" id="UGameJamTitleLabel">Game Jam tittle</label>
class="FormFieldInput" <input type='text'
placeholder="mm/dd/yyyy" class="FormFieldInput"
name="endDate" placeholder="Gamejam title"
id="endDate" id='UGameJamTitle'
required /> required value=""
<label for="endDate" class="FormFieldLabel" id="endDateLabel"> name="gameJamName" />
Slut dato </div>
</label> </div>
</div>
</div>
<div class="col" id="colTime"> <div class="row row-cols-2">
<div class="FormField"> <div class="col" id="colDate">
<input type="time" <div class="FormField">
class="FormFieldInput" <label for="UStartDate" class="FormFieldLabel" id="UStartDateLabel">Start dag</label>
placeholder="hh:mm" <input type='date'
name="endTime" class="FormFieldInput"
id="endTime" placeholder="mm/dd/yyyy"
required /> id='UStartDate'
<label for="endTime" class="FormFieldLabel" id="endTimeLabel"> required name="startDate" />
Slut tid </div>
</label> </div>
</div> <div class="col" id="colTime">
</div> <div class="FormField">
</div> <label for="UStartTime" class="FormFieldLabel" id="UStartTimeLabel">Start tid</label>
<input type="time"
class="FormFieldInput"
placeholder="hh:mm"
id="UStartTime"
required name="startTime" />
</div>
</div>
</div>
<!--Behold--> <div class="row row-cols-2">
<div class="FormField"> <div class="col" id="colDate">
<input type="text" <div class="FormField">
class="FormFieldInput" <label for="UEndDate" class="FormFieldLabel" id="UEndDateLabel">Slut dag</label>
placeholder="Emne / Keywords (Ikke obligatorisk)" <input type="date"
name="keyWord" class="FormFieldInput"
id="keyWord" /> placeholder="mm/dd/yyyy"
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel"> id="UEndDate"
Emne (Ikke obligatorisk) required name="endDate" />
</label> </div>
</div> </div>
<div class="col" id="colTime">
<div class="FormField"> <div class="FormField">
<textarea class="FormFieldInput" <label for="UEndTime" class="FormFieldLabel" id="UEndTimeLabel">slut tid</label>
placeholder="Beskrivelse" <input type="time"
name="description" Class="FormFieldInput"
id="Beskrivelse" placeholder="hh:mm"
required></textarea> id="UEndTime"
<label for="keyWord" class="FormFieldLabel" id="keyWordLabel"> required name="endTime" />
Beskrivelse </div>
</label> </div>
</div> </div>
<input type="submit" name="newGameJam" id="indsend" value="Indsend" /> <div class="FormField">
</form> <label for="UKeyWord" class="FormFieldLabel" id="UKeyWordLabel">Emne(Ikke obligatorisk)</label>
</div> <input type="text"
<!-- Opret game jam slut --> class="FormFieldInput"
<hr class="GradientDivide"> placeholder="Emne / Keywords (Ikke obligatorisk)"
<!-- updater game jam start --> id="UKeyWord"
<h5>updater Game Jam</h5> name="keyWord" />
<form id='UpdateGameJam' method='post'> </div>
<section id="game-jame-update-drop-down"> <div class="FormField">
<label for="UKeyWord" class="FormFieldLabel" id="UDescriptionLabel">Beskrivelse</label>
</section> <textarea class="FormFieldInput"
<section id="game-jame-update"> placeholder="Beskrivelse"
id="UDescription"
<input type="hidden" name="gameJamId" required/> required name="description"></textarea>
<label for='UGameJamTitle'>Game Jam tittle</label> </div>
<input type='text' id='UGameJamTitle' required value="" name="gameJamName"/> <input type="submit"
<label for="UStartDate">Start dag</label> value="set"
<input type='date' id='UStartDate' required name="startDate"/> name="updateGameJam"
<label for="UStartTime">Start tid</label> id="updateGameJam" />
<input type="time" id="UStartTime" required name="startTime"/>
<label for="UEndDate">Slut dag</label>
<input type="date" id="UEndDate" required name="endDate"/>
<label for="UEndTime">slut tid</label>
<input type="time" id="UEndTime" required name="endTime"/>
<label for="UKeyWord">Emne(Ikke obligatorisk)</label>
<input type="text" id="UKeyWord" name="keyWord"/>
<label for="UDescription">Beskrivelse</label>
<input type="text" id="UDescription" required name="description"/>
<input type="submit" value="set" name="updateGameJam">
</section> </section>
</form> </form>
</div>
<!-- Body scripts --> <!-- Body scripts -->
<script src="../Javascript/OverlayScrollbar.js"></script> <script src="../Javascript/OverlayScrollbar.js"></script>
<!--<script src="../Javascript/AddEvent.js"></script>--> <!--<script src="../Javascript/AddEvent.js"></script>-->
<script src="../Javascript/AddGameJam.js"></script> <script src="../Javascript/AddGameJam.js"></script>
<!-- Body scripts end --> <!-- Body scripts end -->
<script src="../Javascript/AdminPageScript.js"></script> <script src="../Javascript/AdminPageScript.js"></script>
</body> </body>
</html> </html>

View File

@ -108,31 +108,16 @@ h5{
#startTimeLabel { #startTimeLabel {
display: inline-block; display: inline-block;
left: 0; left: 0;
/*left: 72.5%;
*/
} }
#endTime { #endTime {
/*width: 12.5%; display: inline-block !important;
*/ display: inline-block !important;
float: left; float: left;
} }
#endTimeLabel { #endTimeLabel {
display: inline-block; display: inline-block;
left: 0; left: 0;
/* left: 87.5%;*/
}
#description {
color: #F2E6D8;
border-radius: 15px;
border: double;
width: 100%;
height: 250px;
} }
#Beskrivelse { #Beskrivelse {
@ -140,10 +125,6 @@ h5{
} }
#indsend { #indsend {
/* background-color: #121B26;
border-radius: 15px;
color: #F2E6D8;
border: double;*/
border: 0; border: 0;
background: none; background: none;
display: block; display: block;
@ -162,15 +143,82 @@ h5{
} }
#row{ #row{
width:100%; width:90%;
} }
/*Create Game Jam end*/ /*Create Game Jam end*/
/*Update Game Jam start*/
#game-jame-update {
display: grid !important;
width: 90%;
}
#UGameJamTitle {
display: grid;
width: 90%;
}
#UStartDate {
display: inline-block !important;
margin-right: 2.5%;
}
#UStartDateLabel {
display: inline-block;
left: 0;
}
#UStartTime {
margin-right: 2.5%;
float: left;
justify-content: center;
display: grid;
}
#UStartTimeLabel {
display: inline-block;
left: 0;
}
#UEndDate {
display: inline-block !important;
margin-right: 2.5%;
float: left;
}
#UEndDateLabel {
display: inline-block;
left: 0;
}
#UEndTime {
display: inline-block !important;
float: left;
}
#endTimeLabel {
display: inline-block;
left: 0;
}
#UKeyWord {
margin-bottom: 10px;
}
#updateGameJam{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid rgb(52, 152, 219);
padding: 10px 10px;
outline: none;
color: #F2E6D8;
border-radius: 24px;
transition: 0.25s;
width: 50%;
}
#updateGameJam:hover {
color: #BF7D65;
}
/*Update Game Jam slut*/
.FormField { .FormField {
position: relative; position: relative;
padding: 15px 0 0; padding: 15px 0 0;
margin-top: 10px; margin-top: 10px;
} }
.FormFieldInput { .FormFieldInput {
@ -227,4 +275,15 @@ h5{
.FormFieldInput:required, .FormFieldInput:required,
.FormFieldInput:invalid { .FormFieldInput:invalid {
box-shadow: none; box-shadow: none;
}
.GradientDivider {
margin: 16px 0 16px 0;
display: block;
border: none;
height: 3px !important;
background: #59142D !important;
background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important;
opacity: 1;
} }

View File

@ -861,12 +861,13 @@ image_gruppenavn {
height: 3px !important; height: 3px !important;
background: #59142D !important; background: #59142D !important;
background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important; background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important;
opacity: 1;
/*rgb(18, 18, 18), /*rgb(18, 18, 18),
rgb(0, 113, 185), rgb(0, 113, 185),
rgb(38, 171, 255), rgb(38, 171, 255),
rgb(0, 113, 185), rgb(0, 113, 185),
rgb(18, 18, 18)*/ rgb(18, 18, 18)*/
opacity: 1;
} }
/*Knap Return to top*/ /*Knap Return to top*/
#return-to-top { #return-to-top {

View File

@ -34,6 +34,10 @@ html {
display: inline; display: inline;
left: 27vw; left: 27vw;
} }
#isWebBased:hover,
#gameFil:hover {
color: #BF7D65;
}
#gameFil { #gameFil {
border: 0; border: 0;

View File

@ -51,8 +51,8 @@
width: 30px; width: 30px;
height: 30px; height: 30px;
text-align: center; text-align: center;
background: #4E443C; background: #59142D;
color: #fff; color: #F2E6D8;
text-decoration: none; text-decoration: none;
text-shadow: 0 0 1px #000; text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif; font: 24px/27px Arial, sans-serif;
@ -63,10 +63,14 @@
-moz-box-shadow: 0 0 4px #F0EFE7; -moz-box-shadow: 0 0 4px #F0EFE7;
box-shadow: 0 0 4px #F0EFE7; box-shadow: 0 0 4px #F0EFE7;
} }
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
color: #BF7D65;
}
.jcarousel-control-prev { .jcarousel-control-prev {
left: 15px; left: 15px;
} }
.jcarousel-control-next { .jcarousel-control-next {
right: 15px; right: 15px;
@ -106,12 +110,11 @@
box-shadow: 0 0 2px #4E443C; box-shadow: 0 0 2px #4E443C;
} }
.jcarousel-pagination a.active { .jcarousel-pagination a.active {
background: #4E443C; background: #59142D;
color: #fff; color: #F2E6D8;
opacity: 1; opacity: 1;
-webkit-box-shadow: 0 0 2px #F0EFE7;
-webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7;
-moz-box-shadow: 0 0 2px #F0EFE7; box-shadow: 0 0 2px #F0EFE7;
box-shadow: 0 0 2px #F0EFE7; }
}

78
composer.lock generated
View File

@ -103,16 +103,16 @@
}, },
{ {
"name": "illuminate/collections", "name": "illuminate/collections",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/collections.git", "url": "https://github.com/illuminate/collections.git",
"reference": "21690cd5591f2d42d792e5e4a687f9beba829f1d" "reference": "deccb956d38710f3f8baf36dd876c3fa1585ec22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/21690cd5591f2d42d792e5e4a687f9beba829f1d", "url": "https://api.github.com/repos/illuminate/collections/zipball/deccb956d38710f3f8baf36dd876c3fa1585ec22",
"reference": "21690cd5591f2d42d792e5e4a687f9beba829f1d", "reference": "deccb956d38710f3f8baf36dd876c3fa1585ec22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -153,11 +153,11 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-04-14T11:48:08+00:00" "time": "2021-04-22T21:08:09+00:00"
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/container.git", "url": "https://github.com/illuminate/container.git",
@ -208,16 +208,16 @@
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "5764f703ea8f74ced163125d810951cd5ef2b7e1" "reference": "5152041a5c4ac4dbebb3c8ee72d05666c592ae08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5764f703ea8f74ced163125d810951cd5ef2b7e1", "url": "https://api.github.com/repos/illuminate/contracts/zipball/5152041a5c4ac4dbebb3c8ee72d05666c592ae08",
"reference": "5764f703ea8f74ced163125d810951cd5ef2b7e1", "reference": "5152041a5c4ac4dbebb3c8ee72d05666c592ae08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -252,20 +252,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-04-01T13:09:31+00:00" "time": "2021-04-23T13:31:10+00:00"
}, },
{ {
"name": "illuminate/database", "name": "illuminate/database",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/database.git", "url": "https://github.com/illuminate/database.git",
"reference": "03c0525b693587f877f4d80dcc55597528c98fc0" "reference": "742c062a6447278f6b6f8622bd649173ed51fa3a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/database/zipball/03c0525b693587f877f4d80dcc55597528c98fc0", "url": "https://api.github.com/repos/illuminate/database/zipball/742c062a6447278f6b6f8622bd649173ed51fa3a",
"reference": "03c0525b693587f877f4d80dcc55597528c98fc0", "reference": "742c062a6447278f6b6f8622bd649173ed51fa3a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -320,11 +320,11 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-04-17T17:53:05+00:00" "time": "2021-04-28T14:34:49+00:00"
}, },
{ {
"name": "illuminate/macroable", "name": "illuminate/macroable",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/macroable.git", "url": "https://github.com/illuminate/macroable.git",
@ -370,16 +370,16 @@
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v8.38.0", "version": "v8.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "735391f31e145aad4f7aff3d9736ef70452dd1fe" "reference": "ce1682ef73ab28a61be01c24ec5b090bdf2c3256"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/735391f31e145aad4f7aff3d9736ef70452dd1fe", "url": "https://api.github.com/repos/illuminate/support/zipball/ce1682ef73ab28a61be01c24ec5b090bdf2c3256",
"reference": "735391f31e145aad4f7aff3d9736ef70452dd1fe", "reference": "ce1682ef73ab28a61be01c24ec5b090bdf2c3256",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -434,20 +434,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-04-15T11:51:39+00:00" "time": "2021-04-28T12:56:25+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.46.0", "version": "2.47.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4" "reference": "606262fd8888b75317ba9461825a24fc34001e1e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/606262fd8888b75317ba9461825a24fc34001e1e",
"reference": "2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4", "reference": "606262fd8888b75317ba9461825a24fc34001e1e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -527,7 +527,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-24T17:30:44+00:00" "time": "2021-04-13T21:54:02+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -630,16 +630,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.2.6", "version": "v5.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d" "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d", "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d", "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -707,7 +707,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.2.6" "source": "https://github.com/symfony/console/tree/v5.2.7"
}, },
"funding": [ "funding": [
{ {
@ -723,7 +723,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-03-28T09:42:18+00:00" "time": "2021-04-19T14:07:32+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -1375,16 +1375,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v5.2.6", "version": "v5.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1" "reference": "e37ece5242564bceea54d709eafc948377ec9749"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", "url": "https://api.github.com/repos/symfony/translation/zipball/e37ece5242564bceea54d709eafc948377ec9749",
"reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1", "reference": "e37ece5242564bceea54d709eafc948377ec9749",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1448,7 +1448,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v5.2.6" "source": "https://github.com/symfony/translation/tree/v5.2.7"
}, },
"funding": [ "funding": [
{ {
@ -1464,7 +1464,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-03-23T19:33:48+00:00" "time": "2021-04-01T08:15:21+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",

View File

@ -1,7 +1,7 @@
{ {
"driver": "mysql", "driver": "mysql",
"host": "localhost", "host": "172.16.5.5",
"database": "testdb", "database": "GameJamDB",
"username": "root", "username": "ida",
"password": "" "password": "123qwe"
} }