Skip to content

Commit 97d347e

Browse files
committed
raml2html composer.json: Also compatible w/ PHP 8.0
1 parent 74e9dcd commit 97d347e

File tree

2 files changed

+197
-203
lines changed

2 files changed

+197
-203
lines changed

tools/raml2html/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^8.1",
17-
"symfony/console": "^6.2",
16+
"php": "^8.0",
17+
"symfony/console": "^6.0",
1818
"raml-org/raml-php-parser": "^4.8",
1919
"twig/twig": "^3.5",
20-
"symfony/filesystem": "^6.2",
20+
"symfony/filesystem": "^6.0",
2121
"ramsey/uuid": "^4.7",
2222
"twig/markdown-extra": "^3.5",
2323
"league/commonmark": "^2.3",
2424
"cweagans/composer-patches": "^1.7"
2525
},
2626
"require-dev": {
27-
"symfony/var-dumper": "^6.2",
27+
"symfony/var-dumper": "^6.0",
2828
"ibexa/code-style": "^1.2"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)