diff options
| author | Mark Otto <[email protected]> | 2013-06-10 16:37:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-10 16:37:29 -0700 |
| commit | 40751305f8beba8b769889bd0a8ac6e1af53648f (patch) | |
| tree | 36e3c5fe1283850f28286d9e4e681124d3ac3003 | |
| parent | d74a9634b0cb21a712f5e805c7a21132dc9bee5e (diff) | |
| parent | 3a02d07acae070b3d78d4c6b2c9e21c1fa4df673 (diff) | |
| download | bootstrap-40751305f8beba8b769889bd0a8ac6e1af53648f.tar.xz bootstrap-40751305f8beba8b769889bd0a8ac6e1af53648f.zip | |
Merge pull request #8124 from eins78/3.0.0-wip-fix-json
fix JSON syntax error in composer.json
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 9c5db618f..aa96a05fd 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ , "authors": [ { "name": "Mark Otto", - "email": "[email protected]", + "email": "[email protected]" }, { "name": "Jacob Thornton", - "email": "[email protected]", + "email": "[email protected]" } ] , "support": { |
