diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 4f7ad291..2e87a7f1 100644 --- a/composer.json +++ b/composer.json | |||
@@ -125,7 +125,10 @@ | |||
125 | "psr-4": { "Tests\\": "tests/" } | 125 | "psr-4": { "Tests\\": "tests/" } |
126 | }, | 126 | }, |
127 | "config": { | 127 | "config": { |
128 | "bin-dir": "bin" | 128 | "bin-dir": "bin", |
129 | "platform": { | ||
130 | "php": "5.5.9" | ||
131 | } | ||
129 | }, | 132 | }, |
130 | "minimum-stability": "dev", | 133 | "minimum-stability": "dev", |
131 | "prefer-stable": true | 134 | "prefer-stable": true |