-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from SolidBunch/php-composer-support
added php composer support
- Loading branch information
Showing
7,947 changed files
with
5,408 additions
and
4,290 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "solidbunch/starter-kit", | ||
"description": "Wordpress theme boilerplate", | ||
"type": "project", | ||
"license": "GPL-2.0", | ||
"authors": [ | ||
{ | ||
"name": "SoliBunch Team", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Nikita Bolotov", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"google/apiclient": "^2.0", | ||
"abraham/twitteroauth": "^1.0", | ||
"facebook/graph-sdk": "^5.7" | ||
}, | ||
"require-dev": { | ||
"roave/security-advisories": "dev-master" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"StarterKit\\": "app/" | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true | ||
} | ||
} |
Oops, something went wrong.