Skip to content

Commit

Permalink
chore: PHP 8 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2020
1 parent 2c69647 commit 7ceec36
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 @@ -10,10 +10,9 @@
}
],
"require": {
"php": "^7.3 || ^7.4",
"php": "^7.3 || ^7.4 || ^8",
"drupol/phpcsfixer-configs-php": "^1.0.31",
"ergebnis/composer-normalize": "^2.11",
"friendsoftwig/twigcs": "^4",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpro/grumphp": "1.3.*",
"phpstan/extension-installer": "^1.0",
Expand All @@ -24,6 +23,7 @@
"symfony/yaml": "^3 || ^4 || ^5"
},
"suggest": {
"friendsoftwig/twigcs": "Checkstyle automation for Twig",
"phpstan/phpstan-strict-rules": "PHPStan rules providing extra strict and opinionated code style."
},
"autoload": {
Expand Down

0 comments on commit 7ceec36

Please sign in to comment.