We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b4682 commit 8afd855Copy full SHA for 8afd855
build.xml
@@ -265,7 +265,7 @@
265
266
<copy file="${basedir}/vendor/doctrine/deprecations/LICENSE" tofile="${basedir}/build/tmp/phar/doctrine-deprecations/LICENSE"/>
267
<copy todir="${basedir}/build/tmp/phar/doctrine-deprecations">
268
- <fileset dir="${basedir}/vendor/doctrine/deprecations/lib">
+ <fileset dir="${basedir}/vendor/doctrine/deprecations/src">
269
<include name="**/*.php" />
270
</fileset>
271
</copy>
0 commit comments