Skip to content

Commit

Permalink
[RELEASE] Release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Sep 20, 2024
1 parent 2007726 commit 5aa2372
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 251 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"typo3/cms-core": "^10.4.37|^11.5.39",
"typo3/cms-extbase": "^10.4.37|^11.5.39",
"typo3/cms-tstemplate": "^10.4.37|^11.5.39",
"caseyamcl/phpoaipmh": "^3.3.1",
"caseyamcl/phpoaipmh": "^3.3",
"ubl/php-iiif-prezi-reader": "0.3.0",
"solarium/solarium": "5.2 - 6.3"
},
"require-dev": {
"phpstan/phpstan": "^1.11.11",
"spatie/phpunit-watcher": "^1.23.6",
"phpstan/phpstan": "^1.12",
"spatie/phpunit-watcher": "^1.23",
"typo3/cms-backend": "^10.4.37|^11.5.39",
"typo3/cms-fluid": "^10.4.37|^11.5.39",
"typo3/cms-fluid-styled-content": "^10.4.37|^11.5.39",
"typo3/cms-frontend": "^10.4.37|^11.5.39",
"typo3/testing-framework": "^6.16.9",
"vlucas/phpdotenv": "^5.6.1"
"typo3/testing-framework": "^6.16",
"vlucas/phpdotenv": "^5.6"
},
"replace": {
"typo3-ter/dlf": "self.version"
Expand Down Expand Up @@ -97,6 +97,9 @@
"@composer docs:stop",
"@composer docs:build",
"@composer docs:start"
],
"phpstan:check": [
"@php vendor/bin/phpstan analyse -c .github/phpstan.neon"
]
},
"config": {
Expand Down
Loading

0 comments on commit 5aa2372

Please sign in to comment.