2 Commits
1.0.0 ... 1.0.2

Author SHA1 Message Date
René Preuß
cc20006f3d Update config path to cwd 2024-08-18 18:52:36 +02:00
René Preuß
2433ec846c Update composer 2024-08-18 18:43:16 +02:00
3 changed files with 314 additions and 327 deletions

View File

@@ -92,7 +92,7 @@ class ServeCommand extends Command
private function getConfiguration(): array
{
$this->info('Reading configuration...');
$yaml = file_get_contents(base_path('print-cli.yml'));
$yaml = file_get_contents(getcwd() . '/print-cli.yml');
return Yaml::parse($yaml);
}

View File

@@ -20,7 +20,7 @@
"guzzlehttp/guzzle": "^7.8",
"illuminate/http": "^11.5",
"laravel-zero/framework": "^11.0.0",
"smalot/cups-ipp": "dev-master",
"ghostzero/cups-ipp": "^1.0",
"symfony/yaml": "^7.1"
},
"require-dev": {
@@ -28,12 +28,6 @@
"mockery/mockery": "^1.6.11",
"pestphp/pest": "^2.34.7"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ghostzero/cups-ipp.git"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",

631
composer.lock generated

File diff suppressed because it is too large Load Diff