Closed (fixed)
Project:
Guardr
Version:
8.x-1.x-dev
Component:
Guardr Project (Github Repo)
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2020 at 16:53 UTC
Updated:
10 May 2020 at 03:59 UTC
Jump to comment: Most recent
Comments
Comment #2
shrop commentedConversation in Drupal Slack related to this issue:
https://drupal.slack.com/archives/C1BF0CUAV/p1587155731031700
shrop 4:35 PM
@joestewart Do you think there is anything wrong with removing the following https://github.com/guardrdistro/guardr-project/blob/8.x/composer.json#L37 (edit)
and moving to this:
https://github.com/drupal-composer/drupal-project/blob/8.x/composer.json...
? ran into an issue trying to add Rector to Guardr Project locally because it didn’t like being locked to that PHP version with composer require
composer.json:19
"php": ">=7.0.8",
drupal-composer/drupal-project | Added by GitHub
joestewart 4:42 PM
Is the first one the 5.6 line here? https://github.com/guardrdistro/guardr-project/blob/8.x/composer.json#L13
composer.json:13
"php": ">=5.6",
guardrdistro/guardr-project | Added by GitHub
Comment #3
shrop commentedComment #4
shrop commentedCreated PR for review: https://github.com/guardrdistro/guardr-project/pull/28
Comment #6
shrop commentedTests pass so merged https://github.com/guardrdistro/guardr-project/pull/28