Issue #3341708 by Wim Leers, tedbow, phenaproxima: Update requirements for 3.x
Showing
- DEVELOPING.md 4 additions, 2 deletionsDEVELOPING.md
- automatic_updates.info.yml 1 addition, 1 deletionautomatic_updates.info.yml
- automatic_updates_extensions/automatic_updates_extensions.info.yml 1 addition, 1 deletion..._updates_extensions/automatic_updates_extensions.info.yml
- automatic_updates_extensions/tests/fixtures/new_module/1.0.0/new_module.info.yml.hide 1 addition, 1 deletion.../tests/fixtures/new_module/1.0.0/new_module.info.yml.hide
- automatic_updates_extensions/tests/fixtures/new_module/1.1.0/new_module.info.yml.hide 1 addition, 1 deletion.../tests/fixtures/new_module/1.1.0/new_module.info.yml.hide
- composer.json 1 addition, 7 deletionscomposer.json
- package_manager/package_manager.info.yml 1 addition, 2 deletionspackage_manager/package_manager.info.yml
- package_manager/tests/fixtures/build_test_projects/alpha/1.0.0/alpha.info.yml.hide 1 addition, 1 deletion...tures/build_test_projects/alpha/1.0.0/alpha.info.yml.hide
- package_manager/tests/fixtures/build_test_projects/alpha/1.1.0/alpha.info.yml.hide 1 addition, 1 deletion...tures/build_test_projects/alpha/1.1.0/alpha.info.yml.hide
- package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php 1 addition, 1 deletion...manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php
- scripts/install_module.sh 0 additions, 6 deletionsscripts/install_module.sh
- scripts/setup_local_dev.sh 0 additions, 6 deletionsscripts/setup_local_dev.sh
- tests/src/Functional/AvailableUpdatesReportTest.php 7 additions, 17 deletionstests/src/Functional/AvailableUpdatesReportTest.php
- tests/src/Functional/UpdatePathTest.php 1 addition, 7 deletionstests/src/Functional/UpdatePathTest.php
... | ... | @@ -12,19 +12,13 @@ |
}, | ||
"require": { | ||
"ext-json": "*", | ||
"drupal/core": "^9.3 || ^10", | ||
"drupal/core": "^9.7 || ^10", | ||
"php-tuf/composer-stager": "^1.2", | ||
"composer/composer": "^2.2.12 || ^2.3.5", | ||
"composer-runtime-api": "^2.1", | ||
"symfony/config": "^4.4 || ^6.1", | ||
"php": ">=7.4.0", | ||
"symfony/finder": "^4.4 || ^6.1" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4.0" | ||
} | ||
}, | ||
"scripts": { | ||
"phpcbf": "scripts/phpcbf.sh", | ||
"phpcs": "scripts/phpcs.sh", | ||
... | ... |
Please register or sign in to comment