Skip to content

Commit b319cd3

Browse files
fix(symfony and svn): Fix service-contracts version to avoid svn error due to PHP 8 code style
1 parent bd9ed28 commit b319cd3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"require": {
1212
"php": "^7.2",
1313
"crowdsec/bouncer": "0.14.0",
14-
"symfony/polyfill-mbstring": "1.20.0"
14+
"symfony/polyfill-mbstring": "1.20.0",
15+
"symfony/service-contracts": "2.4.1"
1516
},
1617
"require-dev": {
1718
"bramus/monolog-colored-line-formatter": "^3.0",

composer.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)