Skip to content

Commit

Permalink
Add config to composer for PHP 7.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Horat1us committed Nov 29, 2023
1 parent 45ff4b4 commit 3e84407
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
},
"config": {
"process-timeout": 1800,
"sort-packages": true,
"platform": {
"php": "7.4"
}
}
}
31 changes: 17 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e84407

Please sign in to comment.