Skip to content

Commit 0c91132

Browse files
committed
Merge branch 'master' into 883-fix-enum-casings
2 parents 57d000d + 4e9f23e commit 0c91132

File tree

88 files changed

+1741
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1741
-1111
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
Node16,
3535
Node18,
3636
Node20,
37-
PHP74,
3837
PHP80,
38+
PHP83,
3939
Python38,
4040
Python39,
4141
Python310,

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"ext-curl": "*",
3131
"ext-mbstring": "*",
3232
"ext-json": "*",
33-
"twig/twig": "v3.8.*",
33+
"twig/twig": "3.14.*",
3434
"matthiasmullie/minify": "1.3.*"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "10.5.*",
38-
"brianium/paratest": "v7.4.*",
39-
"squizlabs/php_codesniffer": "3.9.*"
37+
"phpunit/phpunit": "11.*",
38+
"brianium/paratest": "7.*",
39+
"squizlabs/php_codesniffer": "3.*"
4040
},
4141
"platform": {
4242
"php": "8.2"

0 commit comments

Comments
 (0)