mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "anikeen/print-cli",
|
|
"description": "Official Print CLI for Anikeen Events",
|
|
"keywords": [],
|
|
"homepage": "https://laravel-zero.com",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
|
|
"source": "https://github.com/laravel-zero/laravel-zero"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Nuno Maduro",
|
|
"email": "enunomaduro@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.2.0",
|
|
"guzzlehttp/guzzle": "^7.8",
|
|
"illuminate/http": "^11.5",
|
|
"laravel-zero/framework": "^11.0.0",
|
|
"ghostzero/cups-ipp": "^1.0",
|
|
"symfony/yaml": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"laravel/pint": "^1.15.2",
|
|
"mockery/mockery": "^1.6.11",
|
|
"pestphp/pest": "^2.34.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"bin": ["print-cli"]
|
|
}
|