Skip to content

Commit

Permalink
Fix 'Using in strings is deprecated' error on contrib module.
Browse files Browse the repository at this point in the history
  • Loading branch information
revagomes committed Jun 26, 2024
1 parent bf132fb commit af64474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@
},
"drupal/amber" : {
"2945946 - Installation problem with MySQL 5.7 : All parts of a PRIMARY KEY must be NOT NULL" : "https://www.drupal.org/files/issues/amber-mysql5.7_compatibility-2945946-4.patch",
"Fix error on AmberPDO class.": "./patches/amber_fix-AmberPDO-class-issue.patch"
"Fix error on AmberPDO class.": "./patches/amber_fix-AmberPDO-class-issue.patch",
"3342515 - Deprecated: Using ${var} in strings is deprecated": "./patches/amber_fix-deprecated-code-issues.patch"
},
"drupal/biblio_zotero": {
"3304957 - Errors on missing Biblio Item Types.": "./patches/biblio_zotero-3304957-2.patch"
Expand Down
1 change: 1 addition & 0 deletions src/pece.make
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ projects[amber][subdir] = contrib
projects[amber][version] = 1.x-dev
projects[amber][patch][2945946] = "https://www.drupal.org/files/issues/amber-mysql5.7_compatibility-2945946-4.patch"
projects[amber][patch][] = "./patches/amber_fix-AmberPDO-class-issue.patch"
projects[abmer][patch][3342515] = "./patches/amber_fix-deprecated-code-issues.patch"

; Backup and Migrate
projects[backup_migrate][subdir] = contrib
Expand Down

0 comments on commit af64474

Please sign in to comment.