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 d69c4d9 commit 6831d43Copy full SHA for 6831d43
build.xml
@@ -240,7 +240,7 @@
240
</fileset>
241
</copy>
242
243
- <copy file="${basedir}/vendor/symfony/yaml/Symfony/Component/Yaml/LICENSE"
+ <copy file="${basedir}/vendor/symfony/yaml/LICENSE"
244
tofile="${basedir}/build/phar/symfony/LICENSE"/>
245
<copy todir="${basedir}/build/phar/symfony">
246
<fileset dir="${basedir}/vendor/symfony">
composer.json
@@ -39,7 +39,7 @@
39
"ext-pcre": "*",
40
"ext-reflection": "*",
41
"ext-spl": "*",
42
- "phperf/phpunit-bench-data": "*|^0.0.1"
+ "phperf/phpunit-bench-data": "^0.0.1"
43
},
44
"config": {
45
"platform": {
0 commit comments