Make this project compatible for drupal 9.
suggestions:

  • use drupal-check, rector , upgrade_status module to check the changes needed to be done
  • Add version key for drupal 9 in info.yml file.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sarvjeetsingh created an issue. See original summary.

sarvjeetsingh’s picture

Assigned: sarvjeetsingh » Unassigned
Status: Active » Needs review
FileSize
371 bytes

Added core_version_requirement: ^8 || ^9 hover_css.info.yml

meghasharma’s picture

Status: Needs review » Reviewed & tested by the community

Have run drupal-check & rector tools and scanned upgrade_status on hover_css module: No errors reported.
it looks good to me..

my_site_name_dir % vendor/bin/drupal-check -ad web/modules/contrib/hover_css                      

 2/2 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


                                                                                                                        
 [OK] No errors                                                                                                         
                                                                                                                        

my_site_name_dir % vendor/bin/rector process web/modules/contrib/hover_css --dry-run
Rector 0.8.x-dev@8896f0a
Config file: rector.yml

 6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

                                                                                                                        
 [OK] Rector is done!                                                                                                   
                                                                                                                        

  • mixerowsky committed 5e871b5 on 8.x-1.x
    Issue #3135761 by sarvjeetsingh: Drupal 9 readiness.
    
mixerowsky’s picture

Thanks @sarvjeetsingh and @meghasharma, the patch is applied to dev and soon will be on stable release for future use on Drupal 9. I'll close the issue.

mixerowsky’s picture

Assigned: Unassigned » mixerowsky
Status: Reviewed & tested by the community » Fixed
mixerowsky’s picture

Status: Fixed » Closed (fixed)