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 May 16, 2022
1 parent 7b0c115 commit 586f1a8
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 @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.9-dev"
"dev-master": "3.0-dev"
}
}
}
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -49,6 +49,7 @@ Alternatively, you can download the whole package or [tracy.phar](https://github

| Tracy | compatible with PHP | compatible with browsers
|-----------|---------------|----------
| Tracy 3.0 | PHP 8.0 – 8.1 | Chrome 64+, Firefox 69+, Safari 13.1+ and iOS Safari 13.4+
| Tracy 2.9 | PHP 7.2 – 8.1 | Chrome 64+, Firefox 69+, Safari 13.1+ and iOS Safari 13.4+
| Tracy 2.8 | PHP 7.2 – 8.1 | Chrome 55+, Firefox 53+, Safari 11+ and iOS Safari 11+
| Tracy 2.7 | PHP 7.1 – 8.0 | Chrome 55+, Firefox 53+, MS Edge 16+, Safari 11+ and iOS Safari 11+
Expand Down
2 changes: 1 addition & 1 deletion src/Tracy/Debugger/Debugger.php
Expand Up @@ -17,7 +17,7 @@
*/
class Debugger
{
public const VERSION = '2.9.2';
public const VERSION = '3.0-dev';

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

0 comments on commit 586f1a8

Please sign in to comment.