Skip to content

Commit

Permalink
feat: Added compatibility for PHP 8.1 & PimCore X
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Basten authored Aug 11, 2022
1 parent 7f21f5a commit 4c7affe
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 @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^8.0",
"symfony/console": "^6.0"
"php": "^8.0|^8.1",
"symfony/console": "^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 4c7affe

Please sign in to comment.