lamalama / clli
CLLI - Lama Lama Command Line Interface
v0.2.1
2024-06-04 10:46 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.8
- illuminate/filesystem: ^10.20
- illuminate/support: ^10.20
- laravel/forge-sdk: ^3.14
- laravel/prompts: ^0.1
- symfony/console: ^6.0
- symfony/process: ^6.0
Requires (Dev)
- laravel/pint: ^1.14
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-11-14 08:13:05 UTC
README
CLLI
CLLI development tooling for Lama Lama
Local development
Find your local composer.json with the following command, the folder that contains your global composer.json file can be found at data-dir
composer config --list --global
Adjust your local composer.json
{
"require": {
"lamalama/clli": "dev-main"
},
"repositories": [
{
"type": "path",
"url": "/Users/markdevries/Code/clli",
"options": {
"symlink": true
}
}
]
}