mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
Remove config from git
Update packages Add list command
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.2.0",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"illuminate/http": "^11.5",
|
||||
"laravel-zero/framework": "^11.0.0",
|
||||
"smalot/cups-ipp": "dev-master",
|
||||
"symfony/yaml": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -26,6 +28,12 @@
|
||||
"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/",
|
||||
|
||||
Reference in New Issue
Block a user