Skip to content

Commit 5dc265d

Browse files
authored
Merge pull request #40 from toxicity1985/master
add sf7 update
2 parents fdc9102 + 1b92e5a commit 5dc265d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"spipu/html2pdf": "~5.2",
21-
"symfony/dependency-injection": "^5.0|^6.0",
22-
"symfony/http-kernel": "^5.0|^6.0"
21+
"symfony/dependency-injection": "^5.0|^6.0|^v7",
22+
"symfony/http-kernel": "^5.0|^6.0|^v7"
2323
},
2424
"require-dev": {
25-
"symfony/framework-bundle": "^5.0|^6.0",
25+
"symfony/framework-bundle": "^5.0|^6.0|^v7",
2626
"phpunit/phpunit": "^7.2|^8.5|^9.5",
27-
"symfony/yaml": "^5.0|^6.0",
27+
"symfony/yaml": "^5.0|^6.0|^v7",
2828
"friendsofphp/php-cs-fixer": "^3.4"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)