Skip to content

Commit

Permalink
Add compatiblity with PHP 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Nov 28, 2021
1 parent 4f4fb95 commit 7d76881
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.2.0",
"version" : "0.3.0",
"description": "A Tracy panel for Twig Template Engine",
"keywords": ["Tracy", "Debugger", "Twig", "Panel", "Bar"],
"type": "library",
Expand All @@ -16,10 +16,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.2",
"php": "^7.2 | ^8.0",
"tracy/tracy": "^2.7",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"rector/rector": "^0.12.5"
},
"config": {
"process-timeout": 5000,
"sort-packages": true
Expand Down

0 comments on commit 7d76881

Please sign in to comment.