Skip to content

Commit eb3cb61

Browse files
committed
Allow Symfony 8
1 parent bb15a25 commit eb3cb61

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"qossmic/deptrac-shim": "^1.0.2",
7575
"rector/rector": "^1.2.10",
7676
"squizlabs/php_codesniffer": "^3.13",
77-
"symfony/finder": "^6.4.8 || ^7.0",
77+
"symfony/finder": "^6.4.8 || ^7.0 || ^8.0",
7878
"symplify/phpstan-rules": "^13.0"
7979
},
8080
"suggest": {

packages/dev-server/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ext-pcntl": "*",
3131
"psr/log": "^1.0 || ^2.0 || ^3.0",
3232
"phpdocumentor/filesystem": "^1.0",
33-
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0",
34-
"symfony/routing": "^5.4 || ^6.3 || ^7.0",
33+
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0 || ^8.0",
34+
"symfony/routing": "^5.4 || ^6.3 || ^7.0 || ^8.0",
3535
"cboden/ratchet": "0.4.x@dev",
3636
"react/http": "^v1.11",
3737
"react/socket": "^v1.16",

packages/guides-cli/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"monolog/monolog": "^3.0",
3030
"phpdocumentor/guides": "^1.0 || ^2.0",
3131
"phpdocumentor/guides-restructured-text": "^1.0 || ^2.0",
32-
"symfony/config": "^5.4 || ^6.3 || ^7.0",
33-
"symfony/console": "^5.4 || ^6.3 || ^7.0",
34-
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
35-
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0"
32+
"symfony/config": "^5.4 || ^6.3 || ^7.0 || ^8.0",
33+
"symfony/console": "^5.4 || ^6.3 || ^7.0 || ^8.0",
34+
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0 || ^8.0",
35+
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0 || ^8.0"
3636
},
3737
"suggest": {
3838
"phpdocumentor/dev-server": "Allows you to run a development server with live reloading to preview your documentation"

packages/guides-graphs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpdocumentor/guides": "^1.0 || ^2.0",
2626
"phpdocumentor/guides-restructured-text": "^1.0 || ^2.0",
2727
"jawira/plantuml-encoding": "^1.0",
28-
"symfony/process": "^5.4 || ^6.3 || ^7.0",
28+
"symfony/process": "^5.4 || ^6.3 || ^7.0 || ^8.0",
2929
"twig/twig": "~2.0 || ^3.0"
3030
},
3131
"suggest": {

packages/guides-markdown/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^8.1",
2525
"league/commonmark": "^2.4",
2626
"phpdocumentor/guides": "^1.0 || ^2.0",
27-
"symfony/yaml": "^6.4 || ^7.0"
27+
"symfony/yaml": "^6.4 || ^7.0 || ^8.0"
2828
},
2929
"extra": {
3030
"branch-alias": {

packages/guides/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"phpdocumentor/flyfinder": "^1.1 || ^2.0",
3232
"phpdocumentor/filesystem": "^1.7.4",
3333
"psr/event-dispatcher": "^1.0",
34-
"symfony/clock": "^6.4.8 || ^7.0",
35-
"symfony/html-sanitizer": "^6.4.8 || ^7.0",
36-
"symfony/http-client": "^6.4.9 || ^7.0",
37-
"symfony/polyfill-php84": "^1.33.0",
38-
"symfony/string": "^6.4.9 || ^7.0",
34+
"symfony/clock": "^6.4.8 || ^7.0 || ^8.0",
35+
"symfony/html-sanitizer": "^6.4.8 || ^7.0 || ^8.0",
36+
"symfony/http-client": "^6.4.9 || ^7.0 || ^8.0",
37+
"symfony/polyfill-php84": "^1.33.0 || ^8.0",
38+
"symfony/string": "^6.4.9 || ^7.0 || ^8.0",
3939
"symfony/translation-contracts": "^3.5.1",
4040
"twig/twig": "~2.15 || ^3.0",
4141
"webmozart/assert": "^1.11"

0 commit comments

Comments
 (0)