Skip to content

Commit

Permalink
allow php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
slepic authored Jun 29, 2021
1 parent 0a9efeb commit b8d772e
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
Expand Up @@ -3,9 +3,9 @@
"description": "Generic implementaton of Tracy\\IBarPanel which allows you to implement IBarPanel factory classes instead of implementing IBarPanel directly.",
"type": "library",
"require": {
"php": "^5.6 || ^7.0",
"php": ">=5.6",
"tracy/tracy": "^2.2",
"slepic/php-template": "^0.2"
"slepic/php-template": "^0.2 || ^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b8d772e

Please sign in to comment.