Skip to content

Commit

Permalink
Merge pull request #58 from OndraM/fix/reflection-exception
Browse files Browse the repository at this point in the history
Upgrade nette/reflection to not throw exceptions in some cases
  • Loading branch information
OndraM committed Apr 7, 2016
2 parents 17d3d70 + 36284ce commit 041cbe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Testcases depending on failed testcase are instantly marked as failed and skipped. ([#47](https://github.com/lmc-eu/steward/issues/47))
- Allow Symfony/Process 3.0.4+ to be installed.

### Fixed
- Upgrade nette/reflection to not throw confusing exception if testcase does not have any use statement nor annotation. ([#51](https://github.com/lmc-eu/steward/issues/51))

## 1.3.0 - 2016-02-26
### Added
- Provide information about results of finished processes in output of the `run` command. ([#44](https://github.com/lmc-eu/steward/pull/44))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"symfony/process": "^3.0.4",
"symfony/finder": "~3.0",
"symfony/event-dispatcher": "~3.0",
"nette/reflection": "~2.2",
"nette/utils": "~2.2",
"nette/reflection": "^2.3.2",
"nette/utils": "~2.3",
"facebook/webdriver": "^1.1.1",
"clue/graph": "~0.9.0",
"graphp/algorithms": "^0.8.1",
Expand Down

0 comments on commit 041cbe9

Please sign in to comment.