Skip to content

Commit

Permalink
Upgrade iguana for PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
patdel0 committed Jun 28, 2024
1 parent cd0380b commit d774467
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 300 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "7.2.34"
"php": "7.4"
}
},
"autoload": {
Expand All @@ -19,6 +19,6 @@
"dxw/php-cs-fixer-config": "^1.0"
},
"require": {
"dxw/iguana": "^1.1"
"dxw/iguana": "^1.3.2"
}
}
Loading

0 comments on commit d774467

Please sign in to comment.