Skip to content

Commit

Permalink
Merge pull request #134 from marlonbasten/patch-1
Browse files Browse the repository at this point in the history
feat: Added compatibility for PHP 8.1 & PimCore X
  • Loading branch information
BrainMaestro authored Mar 2, 2023
2 parents 7f21f5a + 4c7affe commit 9043d12
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 9043d12

Please sign in to comment.