Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 28ec249

Browse files
committed
refactor: Upgrade to dev version again
* There is some issues [^1] in Beta. Besides, the "dev" version was working good, and the bugs fixed faster. * Lock Twig to 3.14.*, because the newer Twig development version triggers the "Warning: Undefined variable $_vO" issue. I'm not sure why this occurs, and I cannot reproduce it in a clean project. [^1] Uncaught Error: Too few arguments to function PHPStan\PhpDocParser\Parser\ConstExprParser::__construct(), 0 passed in /vendor/symfony/property-info/Extractor/PhpStanExtractor.php on line 82 and exactly 1 expected ["exception" => ArgumentCountError { …}]
1 parent 6651f09 commit 28ec249

File tree

6 files changed

+873
-726
lines changed

6 files changed

+873
-726
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The web application of Database Playground.",
44
"type": "project",
55
"license": "AGPL-3.0-or-later",
6-
"minimum-stability": "beta",
6+
"minimum-stability": "dev",
77
"prefer-stable": false,
88
"require": {
99
"php": ">=8.3",
@@ -63,7 +63,7 @@
6363
"twig/extra-bundle": "3.*",
6464
"twig/markdown-extra": "3.*",
6565
"twig/string-extra": "3.*",
66-
"twig/twig": "3.*"
66+
"twig/twig": "3.14.*"
6767
},
6868
"config": {
6969
"allow-plugins": {

0 commit comments

Comments
 (0)