Skip to content

Commit

Permalink
Add franken php runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Oct 17, 2022
1 parent 80b6d2d commit 23a4525
Show file tree
Hide file tree
Showing 7 changed files with 754 additions and 805 deletions.
2 changes: 1 addition & 1 deletion .php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1
8.2
18 changes: 12 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Sulu demo website",
"keywords": ["symfony", "sulu", "cms", "application", "admin"],
"require": {
"php": "^8.1",
"php": "~8.2.0",
"ext-ctype": "*",
"ext-iconv": "*",
"dantleech/phpcr-migrations-bundle": "^1.3",
Expand All @@ -19,13 +19,14 @@
"league/flysystem": "^1.1",
"league/flysystem-aws-s3-v3": "^1.0",
"predis/predis": "^1.1",
"runtime/frankenphp-symfony": "^0.1.0",
"scheb/2fa-bundle": "^6.1",
"scheb/2fa-email": "^6.1",
"scheb/2fa-trusted-device": "^6.1",
"sentry/sentry-symfony": "^4.2",
"sulu/article-bundle": "^2.4",
"sulu/automation-bundle": "^2.1",
"sulu/redirect-bundle": "^2.1",
"scheb/2fa-bundle": "^6.1",
"scheb/2fa-email": "^6.1",
"scheb/2fa-trusted-device": "^6.1",
"sulu/sulu": "^2.5.1",
"sulu/web-twig": "^2.4",
"symfony/config": "^6.0",
Expand Down Expand Up @@ -165,7 +166,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2.0"
},
"preferred-install": {
"*": "dist"
Expand All @@ -182,7 +183,12 @@
},
"extra": {
"symfony": {
"allow-contrib": true
"allow-contrib": false,
"require": "^6.1",
"docker": false
},
"runtime": {
"class": "Runtime\\FrankenPhpSymfony\\Runtime"
}
}
}
Loading

0 comments on commit 23a4525

Please sign in to comment.