Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d0e9308

Browse files
committed
force Composer to use PHP 5.3.3 when updating
1 parent 4591ec4 commit d0e9308

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
]
4040
},
4141
"config": {
42-
"bin-dir": "bin"
42+
"bin-dir": "bin",
43+
"platform": {
44+
"php": "5.3.3"
45+
}
4346
},
4447
"minimum-stability": "stable",
4548
"extra": {

composer.lock

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)