Update composer.json#17
Closed
jeffersongoncalves wants to merge 1 commit intomasterfrom
unknown repository
Closed
Conversation
I'm having trouble with the installation of dependence by the composer. The mistake is giving not find the cakephp-settings directory. And I checked the cakephp-plugins.php file and it is with this line: 'Settings' => $baseDir . '/vendor/cakemanager/cakephp-settings/' And cakemanager checked the folder and is the plugin with the Settings name.
Contributor
|
Hi @simaostephanie, I don't really get why this issue should raise... This has never happened before. What version of CakePHP are you using? By the way; the tests of the PR still fail... Can you fix those? |
Author
|
Hi @bobmulder, I am using the version of CakePHP 3.2.13. |
Contributor
|
Probably that changed something to plugins, but I am not sure. I've not faced the issue yet... |
Author
|
It may be something related to the composer. I'm using version 1.2.0. |
| "phpunit/phpunit": " 4.6.*@dev" | ||
| }, | ||
| "extra": { | ||
| "installer-name": "Settings" |
Author
There was a problem hiding this comment.
It is changing the installation directory of the plugin via composer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm having trouble with the installation of dependence by the composer.
The mistake is giving not find the cakephp-settings directory.
And I checked the cakephp-plugins.php file and it is with this line:
'Settings' => $baseDir . '/vendor/cakemanager/cakephp-settings/'
And cakemanager checked the folder and is the plugin with the Settings name.