Skip to content

Commit

Permalink
FOIA-0611: PHP update 8.3 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubasit committed Feb 6, 2025
1 parent 71c6676 commit ffc35ac
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer_version: "2"
host_db_port: "3306"


# This config.yaml was created with ddev version v1.15.3
## This config.yaml was created with ddev version v1.15.3
# webimage: drud/ddev-webserver:v1.15.3
# dbimage: drud/ddev-dbserver-mariadb-10.2:v1.15.1
# dbaimage: phpmyadmin/phpmyadmin:5
Expand Down
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.3",
"ext-dom": "*",
"acquia/blt": "^13.7",
"acquia/blt-behat": "dev-master",
Expand Down Expand Up @@ -111,7 +111,7 @@
"drupal/views_infinite_scroll": "^2.0.1",
"drupal/webform": "^6.2.0-beta5",
"drupal/xmlsitemap": "^1.4.0",
"drush/drush": "^12.1",
"drush/drush": "^12.4",
"egulias/email-validator": "^4.0.0",
"guzzlehttp/guzzle": "^7.7",
"mglaman/composer-drupal-lenient": "^1.0",
Expand Down Expand Up @@ -268,21 +268,22 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"simplesamlphp/composer-module-installer": true,
"acquia/blt": true,
"acquia/blt-phpcs": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true,
"acquia/blt-phpcs": true,
"drupal/core-vendor-hardening": true,
"drupal/core-project-message": true,
"acquia/blt": true,
"drupal/core-vendor-hardening": true,
"mglaman/composer-drupal-lenient": true,
"oomphinc/composer-installers-extender": true,
"phpstan/extension-installer": true,
"mglaman/composer-drupal-lenient": true
"simplesamlphp/composer-module-installer": true,
"simplesamlphp/composer-xmlprovider-installer": true
},
"platform": {
"php": "8.1"
"php": "8.3.13"
}
},
"autoload": {
Expand Down
Loading

0 comments on commit ffc35ac

Please sign in to comment.