Skip to content

Commit

Permalink
[TASK] Raised TYPO3 Supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymathewkweb committed Jun 26, 2020
1 parent c643ceb commit 9d6b4d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Generate a "PDF link" on each page by including the plugin in TypoScript or just


Uses CSS to render PDF Output. CSS with media key "all" is included automatically. You can choose if you want to include "screen" or "print" CSS.

Forked to support TYPO3 10 LTS
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mittwald/web2pdf",
"name": "web-vision/web2pdf",
"description": "Web2PDF Extension",
"homepage": "http://www.mittwald.de",
"license": "proprietary",
"minimum-stability": "dev",
"prefer-stable": true,
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "^8.7 || ^9.5",
"typo3/cms-core": "^9.5 || ^10.4",
"mpdf/mpdf": "^7.1",
"php": ">=7.0"
},
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
'version' => '1.2-dev',
'constraints' => array(
'depends' => array(
'typo3' => '8.7.0-9.5.99',
'extbase' => '8.7.0-9.5.99',
'fluid' => '8.7.0-9.5.99',
'typo3' => '9.5.1-10.4.99',
'extbase' => '9.5.1-10.4.99',
'fluid' => '9.5.1-10.4.99',
'php' => '7.0.0-7.3.99',
),
),
Expand Down

0 comments on commit 9d6b4d2

Please sign in to comment.