Skip to content

Commit

Permalink
Merge pull request #19 from Mitrichius/pr
Browse files Browse the repository at this point in the history
Update for Codeception 2.2
  • Loading branch information
robot-bucket authored Oct 17, 2016
2 parents 5e208f6 + f62d0f2 commit d1fb81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.4.0",
"codeception/codeception": "~2.1.0",
"codeception/codeception": "~2.1",
"allure-framework/allure-php-api": "~1.1.0",
"symfony/filesystem": "~2.6",
"symfony/finder": "~2.6"
Expand Down
2 changes: 1 addition & 1 deletion src/Yandex/Allure/Adapter/AllureAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Codeception\Event\FailEvent;
use Codeception\Events;
use Codeception\Platform\Extension;
use Codeception\Exception\Configuration as ConfigurationException;
use Codeception\Exception\ConfigurationException;
use Symfony\Component\Finder\Finder;
use Symfony\Component\Filesystem\Filesystem;
use Yandex\Allure\Adapter\Annotation;
Expand Down

0 comments on commit d1fb81a

Please sign in to comment.