Skip to content

Commit 37c8d3f

Browse files
authored
Added Symfony 8 support to all symfony/* packages. (#57)
1 parent 84610a9 commit 37c8d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"php": "^7.2|^8.0",
2121
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2222
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23-
"symfony/dom-crawler": "^4.0|^5.0|^6.0|^7.0",
24-
"symfony/css-selector": "^4.0|^5.0|^6.0|^7.0"
23+
"symfony/dom-crawler": "^4.0|^5.0|^6.0|^7.0|^8.0",
24+
"symfony/css-selector": "^4.0|^5.0|^6.0|^7.0|^8.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^8.0|^9.0|^10.5|^11.0"

0 commit comments

Comments
 (0)