Skip to content

Commit fdc595b

Browse files
Merge branch '4.5'
2 parents e85198b + c6de7c0 commit fdc595b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
</fileset>
349349
</copy>
350350

351+
<copy file="${basedir}/vendor/phpdocumentor/reflection-docblock/LICENSE" tofile="${basedir}/build/phar/phpdocumentor-reflection-docblock/LICENSE"/>
351352
<copy todir="${basedir}/build/phar/phpdocumentor-reflection-docblock">
352353
<fileset dir="${basedir}/vendor/phpdocumentor/reflection-docblock/src">
353354
<include name="**/*.php" />

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2121
"irc": "irc://irc.freenode.net/phpunit"
2222
},
23-
"minimum-stability": "dev",
2423
"require": {
2524
"php": ">=5.3.3",
2625
"phpunit/php-file-iterator": "~1.3",

0 commit comments

Comments
 (0)