Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shell Scripts, ConfigReadShell, CodeSniffer to composer.json. #88

Closed
beporter opened this issue Feb 12, 2015 · 3 comments
Closed

Add Shell Scripts, ConfigReadShell, CodeSniffer to composer.json. #88

beporter opened this issue Feb 12, 2015 · 3 comments
Assignees

Comments

@beporter
Copy link
Contributor

They currently can not be included inthe 3.0 skeleton because they don't have 3.0-compatible versions available.

See:

Once those are closed, we can add the following into composer.json.template:

  "require": {
    "loadsys/cakephp-shell-scripts": "3.0.*",
    "loadsys/config-read": "3.0.*"
  },

Then there's the code sniffer, which needs to be updated as well:

  "require-dev": {
    "loadsys/loadsys_codesniffer": "2.0.*",
  },

(Mind the commas.)

@beporter beporter changed the title Add Shell Scripts, ConfigReadShell to composer.json. Add Shell Scripts, ConfigReadShell, CodeSniffer to composer.json. Feb 12, 2015
@beporter beporter added the focus label Jun 19, 2015
@beporter
Copy link
Contributor Author

@jtyost2: Plan of attack:

  • Spawn a new project using the cake3 version of this skeleton.
  • Edit the composer.json of the spawned project to include the problem children listed in the issue title.
  • Run composer install and figure out what the problems or sub-dependency issues are in those projects.
  • Go out to those projects, fix the "Cake 3 appropriate" branch and submit PRs.

@beporter
Copy link
Contributor Author

beporter commented Jul 8, 2015

I think this can be considered "complete" now, right?

@justinyost
Copy link
Contributor

Yes.

@beporter beporter closed this as completed Jul 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants