Skip to content

Commit c9d8b31

Browse files
DEP PHP Support in CMS5 (#46)
1 parent 735d40b commit c9d8b31

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
@@ -4,13 +4,13 @@
44
"type": "silverstripe-vendormodule",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"silverstripe/graphql": "^3 || ^4",
8-
"symfony/finder": "^4 || ^5",
9-
"symfony/filesystem": "^4 || ^5"
7+
"silverstripe/graphql": "^3 || ^4 || ^5",
8+
"symfony/finder": "^4 || ^5 || ^6",
9+
"symfony/filesystem": "^4 || ^5 || ^6"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.5",
13-
"squizlabs/php_codesniffer": "^3.0"
13+
"squizlabs/php_codesniffer": "^3"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)