Skip to content

Commit

Permalink
Updated doc to Symfony 7 and PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i committed Mar 28, 2024
1 parent c3f37f7 commit 7941089
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 572 deletions.
2 changes: 1 addition & 1 deletion doc/app/.php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1
8.3
26 changes: 13 additions & 13 deletions doc/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"type": "project",
"license": "proprietary",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"composer/package-versions-deprecated": "^1.11",
"phpdocumentor/reflection-docblock": "^5.2",
"stenope/stenope": "dev-master",
"symfony/asset": "^6.4",
"symfony/console": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/asset": "^7.0",
"symfony/console": "^7.0",
"symfony/dotenv": "^7.0",
"symfony/flex": "^2",
"symfony/framework-bundle": "^6.4",
"symfony/framework-bundle": "^7.0",
"symfony/monolog-bundle": "^3.7",
"symfony/runtime": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/yaml": "^6.4",
"symfony/runtime": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/yaml": "^7.0",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/debug-bundle": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/var-dumper": "^6.4",
"symfony/web-profiler-bundle": "^6.4",
"symfony/debug-bundle": "^7.0",
"symfony/stopwatch": "^7.0",
"symfony/var-dumper": "^7.0",
"symfony/web-profiler-bundle": "^7.0",
"symfony/webpack-encore-bundle": "^2.1"
},
"config": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "^6.4"
"require": "^7.0"
}
},
"repositories": {
Expand Down
Loading

0 comments on commit 7941089

Please sign in to comment.