Skip to content

Commit

Permalink
Adjust composer for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Dec 19, 2024
1 parent d479dfe commit bc5d528
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@
],
"license": "GPL-3.0-or-later",
"require": {
"php": "7.4 - 8.3",
"typo3/cms-core": "^10.4|^11.5",
"kitodo/presentation": "^5.0|dev-master"
"kitodo/presentation": "^5.0|dev-main"
},
"require-dev": {
"phpstan/phpstan": "^1.12"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc5d528

Please sign in to comment.