Skip to content

Commit

Permalink
Add compatibility with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jan 18, 2022
1 parent 7d76881 commit 171f8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmarinas/tracy-twig-bar",
"version" : "0.3.0",
"version" : "0.3.1",
"description": "A Tracy panel for Twig Template Engine",
"keywords": ["Tracy", "Debugger", "Twig", "Panel", "Bar"],
"type": "library",
Expand All @@ -16,7 +16,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.2 | ^8.0",
"php": "^7.2 | ^8.0 | ^8.1",
"tracy/tracy": "^2.7",
"twig/twig": "^2.0 || ^3.0"
},
Expand Down

0 comments on commit 171f8b8

Please sign in to comment.