Skip to content

Commit 60d78ed

Browse files
committed
Merge pull request #33 from wmde/JeroenDeDauw-patch-1
Move require section in composer.json
2 parents 689e8a5 + 639ff86 commit 60d78ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "wikibase/data-model-javascript",
33
"description": "Wikibase datamodel implementation in JavaScript",
4-
"require": {
5-
"data-values/javascript": "~0.6.0"
6-
},
74
"license": "GPL-2.0+",
85
"authors": [
96
{
@@ -19,6 +16,9 @@
1916
"issues": "https://bugzilla.wikimedia.org/",
2017
"irc": "irc://irc.freenode.net/wikidata"
2118
},
19+
"require": {
20+
"data-values/javascript": "~0.6.0"
21+
},
2222
"autoload": {
2323
"files": [
2424
"init.php"

0 commit comments

Comments
 (0)