Browse Source

set the right version of PHP for Composer

Gjero Krsteski 11 years ago
parent
commit
05ad62bac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-pimf/pimf-framework/composer.json

+ 1 - 1
php-pimf/pimf-framework/composer.json

@@ -20,6 +20,6 @@
     }
   ],
   "require" : {
-    "php" : ">5.2"
+    "php" : ">=5.3"
   }
 }