소스 검색

Minimum required version of PHP is 5.3.2.

Daniele Alessandri 12 년 전
부모
커밋
040dfebd9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
         }
     ],
     "require": {
-        "php": ">=5.3.0"
+        "php": ">=5.3.2"
     },
     "suggest": {
         "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",