Fixed
Project:
Panels
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2017 at 20:06 UTC
Updated:
23 Jul 2026 at 20:59 UTC
Jump to comment: Most recent
Make composer.json pass composer validate.
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?
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
Comment #4
liam morlandThis merge request makes
composer.jsonpasscomposer validate. The changes shown in the issue summary may be obsolete.Comment #6
joelpittetFixed 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