Browse Source

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

Depend on Zend Opcache extension instead of PHP 5.5
Andrew Collington 10 years ago
parent
commit
30c9847f00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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