Skip to content

Commit

Permalink
Instalação e configuração do Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
rodineicosta committed May 9, 2021
1 parent 2da98a7 commit 5e9c5e8
Show file tree
Hide file tree
Showing 10 changed files with 626 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "redelivre/coletivo",
"description": "Coletivo theme is an outstanding creative and flexible WordPress one page theme well suited for business, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design.",
"homepage": "https://tema.coletivowp.com.br/",
"type": "wordpress-theme",
"license": "GPLv2",
"authors": [
{
"name": "Rede Livre"
},
{
"name": "Rodinei Costa",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Coletivo\\": "inc/"
}
}
}
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitee95b5323bc168289d8c536d1a93cb7f::getLoader();
Loading

0 comments on commit 5e9c5e8

Please sign in to comment.