Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: drupal-starter
type: drupal10
docroot: web
php_version: "8.3"
php_version: "8.4"
webserver_type: nginx-fpm
router_http_port: "8880"
router_https_port: "4443"
Expand Down Expand Up @@ -30,7 +30,7 @@ corepack_enable: false

# docroot: <relative_path> # Relative path to the directory containing index.php.

# php_version: "8.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"
# php_version: "8.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"

# You can explicitly specify the webimage but this
# is not recommended, as the images are often closely tied to DDEV's' behavior,
Expand Down
2 changes: 1 addition & 1 deletion .travis.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "~> 1.0"
language: php
dist: jammy
php:
- 8.3
- 8.4
services:
- docker
stages:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "~> 1.0"
language: php
dist: noble
php:
- 8.3
- 8.4
services:
- docker
stages:
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
}
],
"require": {
"php": "^8.3",
"php": "^8.4",
"ext-curl": "*",
"ext-dom": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"bower-asset/font-awesome": "^6",
"composer/installers": "^1.9",
"composer/installers": "^1.9 || ^2.0",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/ai": "^1.0",
Expand Down Expand Up @@ -89,7 +89,6 @@
"drupal/webform": "^6.2",
"drupal/wpf": "^1.2",
"drush/drush": "^12.4",
"longwave/laminas-diactoros": "^2.14",
"mglaman/phpstan-drupal": "^2.0",
"npm-asset/anchor-js": "^5.0",
"npm-asset/select2": "^4.0",
Expand All @@ -101,7 +100,7 @@
"behat/mink": "^1.10",
"behat/mink-browserkit-driver": "^2.1",
"behat/mink-selenium2-driver": "^1.6",
"consolidation/robo": "^4",
"consolidation/robo": "^4 || ^5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"drupal/cache_review": "1.1.x-dev@dev",
"drupal/coder": "^8.3.1",
Expand Down
Loading