Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed May 8, 2023
1 parent e1f747c commit 78b0d74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- { PHP: '7.4', TYPO3_VERSION: ^10.4 }
- { PHP: '7.3', TYPO3_VERSION: ^10.4 }
- { PHP: '7.2', TYPO3_VERSION: ^10.4 }
- { PHP: '8.2', TYPO3_VERSION: ^11.5 }
- { PHP: '8.1', TYPO3_VERSION: ^11.5 }
- { PHP: '8.0', TYPO3_VERSION: ^11.5 }
- { PHP: '7.4', TYPO3_VERSION: ^11.5 }
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"scripts": {
"ci:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --using-cache no --diff",
"ci:php:cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --using-cache no --diff",
"ci:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"ci:php:md": "phpmd Classes/ text phpmd-ruleset.xml",
"ci:php:stan": "phpstan --no-progress",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'version' => '1.2.0',
'version' => '1.3.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
Expand Down

0 comments on commit 78b0d74

Please sign in to comment.