Skip to content

Commit 9c7f23e

Browse files
committed
updated phar generation
1 parent 11414e0 commit 9c7f23e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### 2.0.11
44

5-
* Updated to PHPUnit 4.5 (with Prophecy mocking framework included) *2015-02-23*
5+
* Updated to PHPUnit 4.5 *2015-02-23*
66
* [Laravel5] module added by @janhenkgerritsen *2015-02-23*
77
* Fixed problem with extensions being always loaded with default options by @sjableka. Fixes #1716 *2015-02-23*
88
* [Db] Cleanup now works for tables with primary is not named 'id'. Fix by @KennethVeipert See #1727 *2015-02-23*

RoboFile.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ public function buildPhar()
181181
->exclude('pheanstalk')
182182
->exclude('phpseclib')
183183
->exclude('codegyre')
184+
->exclude('monolog')
185+
->exclude('phpspec')
184186
->exclude('Tests')
185187
->exclude('tests')
186188
->exclude('benchmark')

codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ modules:
2626
queues: [queue1, queue2]
2727

2828
extensions:
29-
enabled: [Codeception\Platform\RunFailed, Codeception\Platform\Logger]
29+
enabled: [Codeception\Platform\RunFailed]
3030

3131
coverage:
3232
enabled: true

0 commit comments

Comments
 (0)