[advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error

- Fix https://github.com/friendica/friendica/issues/13822
This commit is contained in:
Hypolite Petovan 2024-01-12 00:08:24 -05:00 committed by heluecht
parent b05a95cc45
commit a30e9b788c
376 changed files with 10144 additions and 15497 deletions

View file

@ -11,8 +11,7 @@
}
],
"require": {
"php": ">=5.6.0",
"slim/slim": "^3.1",
"slim/slim": "^4",
"symfony/expression-language": "^3.4"
},
"license": "3-clause BSD license",