-
- Downloads
There was an error fetching the commit references. Please try again later.
Drupal 11 compatibiity
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- fileslog.info.yml 1 addition, 1 deletionfileslog.info.yml
- fileslog.install 10 additions, 0 deletionsfileslog.install
- fileslog.module 2 additions, 6 deletionsfileslog.module
- src/Controller/FilesLogController.php 1 addition, 1 deletionsrc/Controller/FilesLogController.php
- src/FilesLogInterface.php 3 additions, 3 deletionssrc/FilesLogInterface.php
- src/Logger/FilesLog.php 15 additions, 12 deletionssrc/Logger/FilesLog.php
... | ... | @@ -21,7 +21,7 @@ |
"source": "https://git.drupalcode.org/project/fileslog" | ||
}, | ||
"require": { | ||
"drupal/core": "^9.4 || ^10", | ||
"drupal/core": "^10 || ^11", | ||
"php": ">=8.1" | ||
} | ||
} |
Please register or sign in to comment