Created
February 3, 2021 07:36
-
-
Save bezalkogoln1y-coder/5a5bc925e1c4938be79ee645398f8e34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "evolutioncms/custom", | |
| "require": { | |
| "zeeyn/evocms-custom-template": "*", | |
| "barryvdh/laravel-ide-helper": "*", | |
| "guzzlehttp/guzzle": "*", | |
| "psr/http-message": "*" | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "EvolutionCMS\\Main\\": "packages/main/src" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment