Skip to content

Commit

Permalink
Feat: update composer file (#154)
Browse files Browse the repository at this point in the history
* Feat: update composer file
  • Loading branch information
Levdbas authored May 14, 2024
1 parent 55fa10a commit 6cc6e9d
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
{
"name": "upstatement/timber-starter-theme",
"name": "timber/starter-theme",
"description": "Starter theme to build a Timber theme",
"type":"wordpress-theme",
"license": "MIT",
"authors": [
{
"name": "Erik van der Bas",
"email": "[email protected]",
"homepage": "https://basedonline.nl"
},
{
"name": "Lukas Gächter",
"email": "[email protected]",
"homepage": "https://www.mind.ch"
},
{
"name": "Nicolas Lemoine",
"email": "[email protected]",
"homepage": "https://n5s.dev"
},
{
"name": "Jared Novack",
"email": "[email protected]",
"name": "jarednova"
"homepage": "https://upstatement.com"
},
{
"name": "Timber Community",
"homepage": "https://github.com/timber/timber"
}
],
"repositories": [
Expand All @@ -16,7 +36,7 @@
}
],
"require": {
"timber/timber": "2.x-dev"
"timber/timber": "^2.1"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
Expand Down

0 comments on commit 6cc6e9d

Please sign in to comment.