Browse Source

composer.json indentation fix

tags/2.0.0-beta
Carsten Brandt 12 years ago
parent
commit
dff144797d
  1. 6
      apps/benchmark/composer.json

6
apps/benchmark/composer.json

@ -12,9 +12,9 @@
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"config": { "config": {
"vendor-dir": "protected/vendor" "vendor-dir": "protected/vendor"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",

Loading…
Cancel
Save