Skip to content

Commit

Permalink
opened 3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 11, 2019
1 parent 29af14d commit fb7a9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -35,7 +35,7 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "3.0-dev"
} }
} }
} }
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -42,6 +42,7 @@ Alternatively, you can download the whole package or [tracy.phar](https://github


| Tracy | PHP | compatible with browsers | Tracy | PHP | compatible with browsers
|-----------|---------------|---------- |-----------|---------------|----------
| Tracy 3.0 (dev) | PHP 7.1 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
| Tracy 2.6 | PHP 7.1 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+ | Tracy 2.6 | PHP 7.1 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
| Tracy 2.5 | PHP 5.4.4 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+ | Tracy 2.5 | PHP 5.4.4 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+
| Tracy 2.4 | PHP 5.4.4 – 7.2 | Chrome 29+, Firefox 28+, IE 11+ (except AJAX), MS Edge 12+, Safari 9+ and iOS Safari 9.2+ | Tracy 2.4 | PHP 5.4.4 – 7.2 | Chrome 29+, Firefox 28+, IE 11+ (except AJAX), MS Edge 12+, Safari 9+ and iOS Safari 9.2+
Expand Down
2 changes: 1 addition & 1 deletion src/Tracy/Debugger/Debugger.php
Expand Up @@ -17,7 +17,7 @@
*/ */
class Debugger class Debugger
{ {
public const VERSION = '2.6.3'; public const VERSION = '3.0-dev';


/** server modes for Debugger::enable() */ /** server modes for Debugger::enable() */
public const public const
Expand Down

0 comments on commit fb7a9c7

Please sign in to comment.