Skip to content

Commit

Permalink
[TASK] Adjust compatibility for TYPO3 v10
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Sep 28, 2019
1 parent c6b8440 commit 660a8cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ indent_size = 2
# .htaccess
[{_.htaccess,.htaccess}]
indent_style = tab

# composer.json
[composer.json]
indent_style = space
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "brotkrueml/schema",
"type": "typo3-cms-extension",
"description": "API and view helpers for schema.org markup",
"license": [
"GPL-2.0-or-later"
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Chris Müller",
Expand All @@ -22,7 +20,7 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"typo3/cms-core": "^9.5 || 10.0.*"
"typo3/cms-core": "^9.5 || ^10.0"
},
"require-dev": {
"clue/graph": "^0.9",
Expand Down Expand Up @@ -52,7 +50,7 @@
}
},
"config": {
"sort-packages" : true,
"sort-packages": true,
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
},
Expand All @@ -61,7 +59,7 @@
"dev-master": "1.3.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"app-dir": ".Build",
"web-dir": ".Build/web"
}
}
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'version' => '1.3.0-dev',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.0.99',
'typo3' => '9.5.0-10.4.99',
],
'conflicts' => [
'sdbreadcrumb' => '',
Expand Down

0 comments on commit 660a8cf

Please sign in to comment.