Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 7e047d8

Browse files
author
fd6130
committed
allow symfony 6
1 parent a34638a commit 7e047d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": ">=7.4",
1414
"jomweb/billplz": "^4.1",
15-
"symfony/config": "^4.4 || ^5.0",
16-
"symfony/framework-bundle": "^4.4 || ^5.0",
17-
"symfony/http-foundation": "^4.4 || ^5.0",
18-
"symfony/http-kernel": "^4.4 || ^5.0",
19-
"symfony/http-client": "^4.4 || ^5.0",
20-
"symfony/yaml": "^4.4 || ^5.0"
15+
"symfony/config": "^4.4 || ^5.0 || ^6.0",
16+
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
17+
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
18+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
19+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
20+
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
2121
}
2222
}

0 commit comments

Comments
 (0)