Skip to content

Commit

Permalink
Merge pull request #4 from factorial-io/feature/update-require-versio…
Browse files Browse the repository at this point in the history
…n-for-composer-package

Update require version for 'friendsoftwig/twigcs' in order to support version ^6.0 from Composer.json
  • Loading branch information
stmh authored Nov 15, 2022
2 parents d46b29b + ac268a0 commit 2fdb3ff
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,7 +10,7 @@
}
],
"require": {
"friendsoftwig/twigcs": "~5.0"
"friendsoftwig/twigcs": "^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0"
Expand All @@ -31,4 +31,4 @@
"bin": [
"bin/factorial-io-twigcs"
]
}
}

0 comments on commit 2fdb3ff

Please sign in to comment.