Skip to content

Commit f5c9c22

Browse files
authored
Merge pull request #51 from talisman-innovations/master
Add support for SF6
2 parents ea52026 + 52a6ce3 commit f5c9c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"require": {
1919
"php": "^7.1.3|^8.0",
20-
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
20+
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0",
2121
"florianv/swap": "^4.0"
2222
},
2323
"require-dev": {
2424
"php-http/guzzle6-adapter": "^1.0",
2525
"php-http/message": "^1.7",
26-
"symfony/cache": "~3.0|~4.0|~5.0",
26+
"symfony/cache": "~3.0|~4.0|~5.0|~6.0",
2727
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0|~9.0",
2828
"nyholm/psr7": "^1.1"
2929
},

0 commit comments

Comments
 (0)