Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
suomato committed Dec 7, 2017
1 parent ed97875 commit 3da85aa
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 344 deletions.
17 changes: 5 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "suomato/base-camp",
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
"description":
"Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
"license": "MIT",
"keywords": [
"bulma",
Expand All @@ -26,10 +27,7 @@
],
"extra": {
"installer-paths": {
"../../plugins/{$name}/": [
"wpackagist-plugin/*",
"type:wordpress-plugin"
]
"../../plugins/{$name}/": ["wpackagist-plugin/*", "type:wordpress-plugin"]
}
},
"require": {
Expand All @@ -43,13 +41,8 @@
"vlucas/phpdotenv": "^2.4"
},
"autoload": {
"files": [
"app/helpers.php",
"resources/languages/messages.php"
],
"classmap": [
"app/"
]
"files": ["app/helpers.php", "resources/languages/messages.php"],
"classmap": ["app/"]
},
"scripts": {
"post-create-project-cmd": [
Expand Down
72 changes: 37 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3da85aa

Please sign in to comment.