Skip to content

Commit

Permalink
[TASK] fix version constraint, bump version in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfrerichs committed Jun 7, 2024
1 parent 1b9a0a8 commit 135c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": ">=8.1",
"typo3/cms-reports": "^11.5 || 12.4 || ^13.1",
"typo3/cms-reports": "^11.5 || ^12.4 || ^13.1",
"promphp/prometheus_client_php": "^2.10"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'TYPO3 Prometheus',
'description' => 'Generates Prometheus-readable metrics from TYPO3 system status reports',
'category' => 'services',
'version' => '1.0.0',
'version' => '1.0.0-rc2',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author' => 'Max Frerichs',
Expand Down

0 comments on commit 135c228

Please sign in to comment.