Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma authored Jul 9, 2019
1 parent 59664a2 commit a063b3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "package",
"package": {
"name": "CiviMRF/CMRF_Abstract_Core",
"version": "0.2",
"version": "0.3",
"source": {
"url": "https://github.com/CiviMRF/CMRF_Abstract_Core.git",
"type": "git",
"reference": "0.2"
"reference": "0.3"
},
"autoload": {
"psr-0": {
Expand All @@ -18,7 +18,7 @@
}
}],
"require": {
"CiviMRF/CMRF_Abstract_Core": "0.2"
"CiviMRF/CMRF_Abstract_Core": "0.3"
}

}
}

0 comments on commit a063b3a

Please sign in to comment.