-
- Downloads
Merge branch 'rector' into '8.x-1.x'
Require PHP 8.3 See merge request !26
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 3 additions, 2 deletions.gitlab-ci.yml
- composer.json 3 additions, 0 deletionscomposer.json
- src/Drush/Commands/TestTimeCommands.php 7 additions, 18 deletionssrc/Drush/Commands/TestTimeCommands.php
- src/TestDateTime.php 4 additions, 8 deletionssrc/TestDateTime.php
- src/TestTime.php 13 additions, 18 deletionssrc/TestTime.php
- tests/src/Kernel/PinnedTimeTest.php 4 additions, 2 deletionstests/src/Kernel/PinnedTimeTest.php
- tests/src/Kernel/TestTestDateTime.php 8 additions, 14 deletionstests/src/Kernel/TestTestDateTime.php
- tests/src/Kernel/UnpinnedTimeTest.php 2 additions, 0 deletionstests/src/Kernel/UnpinnedTimeTest.php
... | ... | @@ -5,6 +5,9 @@ |
"license": "GPL-2.0+", | ||
"minimum-stability": "dev", | ||
"homepage": "https://www.drupal.org/project/datetime_testing", | ||
"require": { | ||
"php": "^8.3" | ||
}, | ||
"require-dev": { | ||
"drupal/drupal-extension": "^5.0", | ||
"drush/drush": "^11.1 || ^12 || ^13" | ||
... | ... |
Please register or sign in to comment