Skip to content

Commit

Permalink
Merge branch 'release/v0.15.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Sep 29, 2020
2 parents 68ca20c + 97a0cd1 commit 293b0e1
Show file tree
Hide file tree
Showing 3 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
@@ -1,3 +1,6 @@
## v0.15.9 (2020-09-29)
* Reverted to PHPUnit 8

## v0.15.8 (2020-09-29)
* Moved Stack and Dumpable to glitch-support

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"components/jquery": "~3.3"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^8",
"phpstan/phpstan": "^0.12.19",
"phpstan/extension-installer": "^1.0",
"decodelabs/phpstan-decodelabs": "^0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Glitch/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Context implements LoggerAwareInterface, FacadeTarget
use FacadeTargetTrait;

const FACADE = 'Glitch';
const VERSION = 'v0.15.8';
const VERSION = 'v0.15.9';

protected $startTime;
protected $runMode = 'development';
Expand Down

0 comments on commit 293b0e1

Please sign in to comment.