Skip to content

Commit

Permalink
[RELEASE] restler_examples version 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Semmler committed Jun 17, 2022
1 parent ee63dbc commit 7d3b4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@
"extension-release": [
"rm -rf .github",
"rm -rf .Build",
"rm -rf .code-quality",
"rm -rf Tests/",
"rm .gitignore"
]
},
"extra": {
"branch-alias": {
"dev-master": "10.2.0-dev"
"dev-master": "10.1.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down
3 changes: 1 addition & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '10.1.0',
'version' => '10.1.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-7.4.99',
'restler' => '10.0.0-0.0.0'
],
'conflicts' => [],
Expand Down

0 comments on commit 7d3b4b9

Please sign in to comment.