Procházet zdrojové kódy

zend framework 1 setup.py should contain composer dependency

Fixes https://github.com/TechEmpower/FrameworkBenchmarks/pull/874#discussion_r16033690
Gerard Roche před 10 roky
rodič
revize
c0978a0657
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      frameworks/PHP/php-zend-framework1/install.sh

+ 1 - 1
frameworks/PHP/php-zend-framework1/install.sh

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