mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-14 06:06:10 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc20006f3d | ||
|
|
2433ec846c |
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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
631
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user