Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-07-01 17:03:03 +0400
committerMichal Čihař <mcihar@suse.cz>2013-07-01 17:29:47 +0400
commit0f3754a271c55e2fc7689fd0e763b0c95bdca6b2 (patch)
tree44f7ca400aed81e611b25677ca595ecb1d999666 /composer.json
parent3a0d5050a39dbeb11b9acd25afe8714cd335404c (diff)
Raise requirements to PHP 5.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index ba03706ef4..2217942cfb 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,6 @@
"source": "https://github.com/phpmyadmin/phpmyadmin"
},
"require": {
- "php": ">=5.2.0"
+ "php": ">=5.3.0"
}
}