Started building update functions out

This commit is contained in:
Henry Whitaker
2020-04-10 01:13:34 +01:00
parent 714daae571
commit dac08458d4
9 changed files with 66 additions and 16 deletions

21
config/speedtest.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Version numebr
|--------------------------------------------------------------------------
*/
'version' => '1.1.0',
/*
|--------------------------------------------------------------------------
| GitHub Repo Variables
|--------------------------------------------------------------------------
*/
'user' => 'henrywhitaker3',
'repo' => 'Speedtest-Tracker',
'branch' => 'master',
];