Skip to content

Commit 5fb55a8

Browse files
committed
Testing locally with sf v5.3
1 parent 2d00fe4 commit 5fb55a8

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

LICENCE.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "94noni/html2pdf-bundle",
33
"type": "symfony-bundle",
44
"description": "Html2pdf for Symfony.",
5-
"keywords": ["pdf", "tcpdf", "html2pdf", "symfony"],
6-
"homepage": "https://github.com/94noni/html2pdf-bundle",
5+
"keywords": ["pdf", "symfony", "html2pdf", "tcpdf"],
6+
"homepage": "https://github.com/94noni/NoniHtml2pdfBundle",
77
"license": "MIT",
88
"authors": [
99
{
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": ">=7.4",
2222
"spipu/html2pdf": "^5.2",
23-
"symfony/dependency-injection": "^5.4",
24-
"symfony/http-kernel": "^5.4"
23+
"symfony/dependency-injection": "^5.3",
24+
"symfony/http-kernel": "^5.3"
2525
},
2626
"require-dev": {
27-
"symfony/framework-bundle": "^5.4",
28-
"symfony/yaml": "^5.4"
27+
"symfony/framework-bundle": "^5.3",
28+
"symfony/yaml": "^5.3"
2929
},
3030
"autoload": {
3131
"psr-4": { "Noni\\Html2pdfBundle\\": "./" }

0 commit comments

Comments
 (0)