Skip to content

Commit 3d2444f

Browse files
authored
Merge pull request #122 from thecaliskan/symfony-upgrade
Added Symfony 8 support to all symfony/* packages.
2 parents 080ad47 + 59a3e8a commit 3d2444f

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,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0",
20-
"symfony/process": "^4.4|^5.3|^6.0|^7.0"
20+
"symfony/process": "^4.4|^5.3|^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
2323
"pestphp/pest": "^1.22",
2424
"spatie/pest-plugin-snapshots": "^1.1",
25-
"symfony/var-dumper": "^5.3|6.0|^7.0"
25+
"symfony/var-dumper": "^5.3|^6.0|^7.0|^8.0"
2626
},
2727
"config": {
2828
"sort-packages": true,

0 commit comments

Comments
 (0)