Remove config from git

Update packages
Add list command
This commit is contained in:
René Preuß
2024-06-21 22:19:21 +02:00
parent b4e617ee74
commit acedefd370
8 changed files with 654 additions and 70 deletions

View File

@@ -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/",