Make composer.json pass composer validate.

Original report

diff --git a/composer.json b/composer.json
index 13eedf1..30bdf46 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,11 @@
   },
   "license": "GPL-2.0+",
   "minimum-stability": "dev",
+  "require-dev": {
+    "drupal/page_manager": "1.x-dev",
+    "drupal/panelizer": "4.x-dev"
+  },
   "require": {
-    "drupal/ctools": ">=3.0.0-alpha26",
+    "drupal/ctools": "3.x-dev"
   }
 }

... probably?

Issue fork panels-2858552

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

tim.plunkett created an issue. See original summary.

liam morland made their first commit to this issue’s fork.

liam morland’s picture

Issue summary: View changes
Status: Active » Needs review

This merge request makes composer.json pass composer validate. The changes shown in the issue summary may be obsolete.

  • liam morland committed 0b6cba0b on 8.x-4.x
    fix: #2858552 Replace deprecated SPDX license identifier
    
joelpittet’s picture

Status: Needs review » Fixed

Fixed thanks, I know it's not the original intent for this issue but it does fix composer in a sense. Fixed in a few other issues when i did a google search #3406281: License "GPL-2.0+" is a deprecated SPDX license identifier

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.