Skip to content

Commit 1b1236a

Browse files
committed
opened 2.8-dev
1 parent 72e6cc5 commit 1b1236a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "2.7-dev"
48+
"dev-master": "2.8-dev"
4949
}
5050
}
5151
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Alternatively, you can download the whole package or [tracy.phar](https://github
4141

4242
| Tracy | compatible with PHP | compatible with browsers
4343
|-----------|---------------|----------
44+
| Tracy 2.8 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4445
| Tracy 2.7 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4546
| Tracy 2.6 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4647
| Tracy 2.5 | PHP 5.4 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+

src/Tracy/Debugger/Debugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Debugger
1919
{
20-
public const VERSION = '2.7.4';
20+
public const VERSION = '2.8.0-dev';
2121

2222
/** server modes for Debugger::enable() */
2323
public const

0 commit comments

Comments
 (0)