Skip to content

Commit f487512

Browse files
author
Joel Klaverkamp
committed
moving requirement to suggest as this is a dependency of laravel framework 4.2 that forces us to have readline and pcntl pecl extensions on prod machines which we don't want. this is a development only feature of Laravel and shouldn't require changes to prod.
1 parent 2e55943 commit f487512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP.",
44
"license": "MIT",
55
"require": {
6-
"php": ">=5.3.0",
6+
"php": ">=5.3.0"
77
},
88
"suggest": {
99
"ext-readline": "*",

0 commit comments

Comments
 (0)