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

Normalize composer.json #7018

Closed
wants to merge 1 commit into from
Closed

Normalize composer.json #7018

wants to merge 1 commit into from

Conversation

oltodo
Copy link

@oltodo oltodo commented Feb 21, 2013

Composer return a validation error because the "author" attribute is not defined.

It should be called "authors" and be an array of objects as is defined in the res/composer-schema.json file.

https://github.com/composer/composer/blob/master/res/composer-schema.json  

Composer return a validation error because the "author" attribute is not defined.

It should be called "authors" and be an array of objects as is defined the res/composer-schema.json file.

https://github.com/composer/composer/blob/master/res/composer-schema.json  
mdo added a commit that referenced this pull request Jun 2, 2013
@mdo
Copy link
Member

mdo commented Jun 2, 2013

Fixed in v3.

@mdo mdo closed this Jun 2, 2013
seriema added a commit to seriema/bootstrap-grunt that referenced this pull request Jun 4, 2013
* upstream/3.0.0-wip: (162 commits)
  restore .col-*-12 classes for now
  prep for less 1.4 with double parens in functions
  fixes twbs#8066: add missing % functions to grid less code
  fixes twbs#8062: correct link to editorconfig website
  fixes twbs#8059: update navbar responsive break variable
  Move the grid offset, push, and pull classes to be tablets-up instead of desktop-up
  homepage url change to go with it for v3
  fixes twbs#7915: add issues link to composer
  fixes twbs#7018: authors, not author, in composer
  Fix navbar toggles
  Grid updates
  Fix layout for examples in getting-started
  Rename component.json to bower.json
  Fix for carousel indicators
  Remove form-actions-bg
  fix event binding in modal.js
  Adding variables for container sizes
  rebuild
  fixes twbs#7163
  using screen-size variables for grids
  ...

Conflicts:
	Makefile
	README.md
	package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants