We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fb1a6 commit e38ed98Copy full SHA for e38ed98
2 files changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3]
17
os: [ubuntu-latest]
18
stability: [prefer-lowest, prefer-stable]
19
composer.json
@@ -19,9 +19,9 @@
},
20
"require-dev": {
21
"pda/pheanstalk": "^4.0",
22
- "phpunit/phpunit": "^8",
+ "phpunit/phpunit": "^9",
23
"monolog/monolog": "^1.22",
24
- "twig/twig": "^2.5",
+ "twig/twig": "^3",
25
"squizlabs/php_codesniffer": "3.*",
26
"aws/aws-sdk-php": "^3.87",
27
"phpstan/phpstan": "^0.12.87",
0 commit comments