Browse Source

Merge pull request #3 from jkrehm/depend-on-extension

Depend on Zend Opcache extension instead of PHP 5.5
Andrew Collington 10 năm trước cách đây
mục cha
commit
30c9847f00
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -12,7 +12,7 @@
     }
   ],
   "require": {
-    "PHP": ">=5.5.0"
+    "ext-Zend-OPcache": "*"
   }
 }