Skip to content

Commit 6831d43

Browse files
committed
fixing phar build
1 parent d69c4d9 commit 6831d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
</fileset>
241241
</copy>
242242

243-
<copy file="${basedir}/vendor/symfony/yaml/Symfony/Component/Yaml/LICENSE"
243+
<copy file="${basedir}/vendor/symfony/yaml/LICENSE"
244244
tofile="${basedir}/build/phar/symfony/LICENSE"/>
245245
<copy todir="${basedir}/build/phar/symfony">
246246
<fileset dir="${basedir}/vendor/symfony">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ext-pcre": "*",
4040
"ext-reflection": "*",
4141
"ext-spl": "*",
42-
"phperf/phpunit-bench-data": "*|^0.0.1"
42+
"phperf/phpunit-bench-data": "^0.0.1"
4343
},
4444
"config": {
4545
"platform": {

0 commit comments

Comments
 (0)