Ver código fonte

Flip HHVM installation order

Hamilton Turner 11 anos atrás
pai
commit
40e5512963
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      frameworks/PHP/hhvm/install.sh

+ 1 - 1
frameworks/PHP/hhvm/install.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends hhvm php
+fw_depends php hhvm