We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a92dfc + c5ca710 commit de3d0e5Copy full SHA for de3d0e5
2 files changed
.github/workflows/ci.yaml
@@ -24,8 +24,7 @@ jobs:
24
include:
25
- php: '8.5'
26
composer_options: '--ignore-platform-req=php+'
27
- - symfony-version: '^8.0.0-BETA1'
28
- composer-minimum-stability: 'beta'
+ - symfony-version: '^8.0'
29
php: '8.4'
30
- symfony-version: '^7.3'
31
php: '8.3'
composer.json
@@ -40,7 +40,7 @@
40
"phpspec/prophecy": "^1.18",
41
"phpspec/prophecy-phpunit": "^2.0",
42
"phpstan/extension-installer": "^1.4",
43
- "phpstan/phpstan": "2.1.40",
+ "phpstan/phpstan": "2.1.42",
44
"phpstan/phpstan-phpunit": "2.0.16",
45
"phpunit/phpunit": "^10 || ^11 || ^12",
46
"psalm/plugin-phpunit": "0.19.3",
0 commit comments