PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Juan Camacho   POML Toolkit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: POML Toolkit
Process prompts and execute actions with tools
Author: By
Last change:
Date: 6 months ago
Size: 238 bytes
 

Contents

Class file image Download
{ "name": "poml/toolkit", "description": "POML Toolkit", "type": "project", "require": { "php": "^8.0" }, "autoload": { "psr-4": { "Poml\\Toolkit\\": "src/" } } }