We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85198b + c6de7c0 commit fdc595bCopy full SHA for fdc595b
build.xml
@@ -348,6 +348,7 @@
348
</fileset>
349
</copy>
350
351
+ <copy file="${basedir}/vendor/phpdocumentor/reflection-docblock/LICENSE" tofile="${basedir}/build/phar/phpdocumentor-reflection-docblock/LICENSE"/>
352
<copy todir="${basedir}/build/phar/phpdocumentor-reflection-docblock">
353
<fileset dir="${basedir}/vendor/phpdocumentor/reflection-docblock/src">
354
<include name="**/*.php" />
composer.json
@@ -20,7 +20,6 @@
20
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
21
"irc": "irc://irc.freenode.net/phpunit"
22
},
23
- "minimum-stability": "dev",
24
"require": {
25
"php": ">=5.3.3",
26
"phpunit/php-file-iterator": "~1.3",
0 commit comments