Skip to content

Commit 7feeeae

Browse files
committed
Update to phpunit 11 and php 8.4
1 parent 94c46e5 commit 7feeeae

4 files changed

Lines changed: 529 additions & 398 deletions

File tree

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: drupal-10-development
22
type: drupal
33
docroot: web
4-
php_version: "8.3"
4+
php_version: "8.4"
55
webserver_type: nginx-fpm
66
router_http_port: "80"
77
router_https_port: "443"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpstan/phpstan": "^1.10",
4242
"phpstan/phpstan-deprecation-rules": "^1.1",
4343
"phpstan/phpstan-strict-rules": "^1.5",
44-
"phpunit/phpunit": "^10.5",
44+
"phpunit/phpunit": "^11",
4545
"squizlabs/php_codesniffer": "^3.7",
4646
"symfony/phpunit-bridge": "^7.1",
4747
"zaporylie/composer-drupal-optimizations": "^1.2"

0 commit comments

Comments
 (0)