aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-23 11:52:28 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-04-03 16:23:16 +0200
commit4070d1e06f677ea43b55c04e67b031a96dd22434 (patch)
tree43c4abb309f65f6c824d228b5dedb05c6ee8e5ff /build
parent5cdbef860de6eccbf1ad62390668acc7fbccb46a (diff)
downloadforums-4070d1e06f677ea43b55c04e67b031a96dd22434.tar
forums-4070d1e06f677ea43b55c04e67b031a96dd22434.tar.gz
forums-4070d1e06f677ea43b55c04e67b031a96dd22434.tar.bz2
forums-4070d1e06f677ea43b55c04e67b031a96dd22434.tar.xz
forums-4070d1e06f677ea43b55c04e67b031a96dd22434.zip
[ticket/13616] Uses a php 5.4 compatible version
PHPBB3-13616
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index bc81213e30..205286c236 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -481,14 +481,14 @@
<delete file="${dir}/vendor/twig/twig/phpunit.xml.dist" />
<delete file="${dir}/vendor/twig/twig/README.rst" />
- <delete dir="${dir}/vendor/zendframework/zend-code/doc" />
- <delete file="${dir}/vendor/zendframework/zend-code/CHANGELOG.md" />
<delete file="${dir}/vendor/zendframework/zend-code/CONTRIBUTING.md" />
<delete file="${dir}/vendor/zendframework/zend-code/README.md" />
- <delete file="${dir}/vendor/zendframework/zend-eventmanager/CHANGELOG.md" />
<delete file="${dir}/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md" />
<delete file="${dir}/vendor/zendframework/zend-eventmanager/README.md" />
+
+ <delete file="${dir}/vendor/zendframework/zend-stdlib/CONTRIBUTING.md" />
+ <delete file="${dir}/vendor/zendframework/zend-stdlib/README.md" />
</target>
<target name="clean-diff-dir">