Update packages. Add docker support, move migration to command, add stocks as a new table.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include_once 'vendor/autoload.php';
|
||||
|
||||
|
||||
use Krzysiej\RyobiCrawler\Command\Migrate;
|
||||
use Krzysiej\RyobiCrawler\Command\ScrapeWebsite;
|
||||
|
||||
use Symfony\Component\Console\Application;
|
||||
@@ -13,6 +13,7 @@ if (php_sapi_name() !== 'cli') {
|
||||
exit;
|
||||
}
|
||||
|
||||
$application = new Application('Ryobi website scraper application', '1.0.0');
|
||||
$application = new Application('Ryobi website scraper application', '1.1.0');
|
||||
$application->add(new ScrapeWebsite());
|
||||
$application->add(new Migrate());
|
||||
$application->run();
|
||||
|
||||
Reference in New Issue
Block a user