Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 667 Bytes

🥡 Xulieta Plugin Installer

This package is part of codelicia/xulieta, and is not intended to be used separately.

How to use it

Xulieta will automatically scan dependencies to see if there is any package that is providing default configurations.

If you want your plugin to take advantage of that functionality, we expect you to provide some information on your composer.json file, ie:

{
  "extra": {
    "xulieta": {
      "parser": ["Malukenho\\QuoPrimumTempore\\JsonParser"],
      "validator": ["Malukenho\\QuoPrimumTempore\\JsonValidator"]
    }
  }
}