Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
contaoacademy committed Mar 29, 2022
1 parent a01fb88 commit a5e7f73
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 @@ -30,7 +30,7 @@
]
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"contao/core-bundle": "^4.4",
"terminal42/notification_center": "^1.5"
},
Expand All @@ -52,4 +52,4 @@
"issues": "https://github.com/contaoacademy/contao-zammad-nc-api-bundle/issues",
"source": "https://github.com/contaoacademy/contao-zammad-nc-api-bundle"
}
}
}

0 comments on commit a5e7f73

Please sign in to comment.