Skip to content

Commit

Permalink
Merge pull request #101 from beatrycze-volk/fix-phpstan
Browse files Browse the repository at this point in the history
[MAINTENANCE] Adjust composer for PHPStan
  • Loading branch information
beatrycze-volk authored Dec 19, 2024
2 parents 3e6669e + bc5d528 commit ddcbebd
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 ddcbebd

Please sign in to comment.