Skip to content

Commit 3da85aa

Browse files
committed
updated packages
1 parent ed97875 commit 3da85aa

File tree

5 files changed

+57
-344
lines changed

5 files changed

+57
-344
lines changed

composer.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "suomato/base-camp",
3-
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
3+
"description":
4+
"Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
45
"license": "MIT",
56
"keywords": [
67
"bulma",
@@ -26,10 +27,7 @@
2627
],
2728
"extra": {
2829
"installer-paths": {
29-
"../../plugins/{$name}/": [
30-
"wpackagist-plugin/*",
31-
"type:wordpress-plugin"
32-
]
30+
"../../plugins/{$name}/": ["wpackagist-plugin/*", "type:wordpress-plugin"]
3331
}
3432
},
3533
"require": {
@@ -43,13 +41,8 @@
4341
"vlucas/phpdotenv": "^2.4"
4442
},
4543
"autoload": {
46-
"files": [
47-
"app/helpers.php",
48-
"resources/languages/messages.php"
49-
],
50-
"classmap": [
51-
"app/"
52-
]
44+
"files": ["app/helpers.php", "resources/languages/messages.php"],
45+
"classmap": ["app/"]
5346
},
5447
"scripts": {
5548
"post-create-project-cmd": [

composer.lock

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)