23 Commits (aefe3a0b11c641f1ecc4f21eeec149254450b2c6)

Author SHA1 Message Date
Jordi Boggiano ee0cd07468 CS fixes 12 years ago
Johannes M. Schmitt 4e769e1100 moved some code to a dedicated class 12 years ago
Jordi Boggiano 5777aa8087 Fix typo in validate command 12 years ago
Jordi Boggiano c65af3e3a1 Add ValidatingArrayLoader and more validation for the validate command 12 years ago
Jordi Boggiano f8d671a07a Tweak exception message 12 years ago
Henrik Bjørnskov 0e73f3187b Validate the name.
If uppercase characters is found suggest a new name with all lowercase
and using - as a seperator where the camelcased characters was found.
12 years ago
Jordi Boggiano db16f68fbf Tweak exception messages 12 years ago
Jordi Boggiano 99e3cad0b5 Soften wording on validation of licenses 12 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Jordi Boggiano ca558369fc Fix bug in ValidateCommand 12 years ago
Jordi Boggiano 160d2e0847 Minor style fix 12 years ago
Jordi Boggiano e84e550df3 Refactor validate command to offer more flexibility in adding validation 12 years ago
Jordi Boggiano fd38971777 Fix CS & simplify code 12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 12 years ago
Jordi Boggiano 82dd1c1f7f Add relaxed schema for application packages that do not need to be distributed 13 years ago
Jordi Boggiano bd54e43d37 Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid 13 years ago
digitalkaoz 6929c42848 added schema/syntax validation for composer.json 13 years ago
Beau Simensen e1370be7a0 Continued refactoring of install() method, mainly by way of adding Composite Repository
* Rewritten `install()` method now takes a repository instead of a list of packages (per @nadermen)
 * Added Composite Repository
 * Added tests for Composite Repository
 * Removed "local repository" concept from Platform Repository
 * Removed some `use` statements for Platform Repository where it was not actually being used
13 years ago
Jordi Boggiano 385075cda3 Cosmetic fixes 13 years ago
Jordi Boggiano 7caf61fc66 Set return code to non-zero when validate fails 13 years ago
Jordi Boggiano d62a1ad1c1 Adjustments to the validate command 13 years ago
digitalkaoz 9a50fd6492 added validate task, closes #81 13 years ago