Skip to content

Commit

Permalink
Allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Dec 1, 2021
1 parent 87f3bae commit c10b49e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"php": "^7.1",
"contao/core-bundle": "~4.4",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"codefog/contao-haste": "~4.18",
"php": "^7.1 || ^8.0",
"contao/core-bundle": "^4.4",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
"codefog/contao-haste": "^4.18",
"symfony/var-dumper": "^3.4 || ^4.4 || ^5.0"
},
"autoload": {
Expand Down

0 comments on commit c10b49e

Please # to comment.