Commit History

Author SHA1 Message Date
  Jordi Boggiano 8584d15e8c Merge branch 'master' into 2.0 5 years ago
  Жаков Виталий a4dc076dc8 fix file load errors 5 years ago
  Жаков Виталий 8429a48dac Change only modified files 5 years ago
  Jordi Boggiano 0b928b2a42 Merge branch 'master' into 2.0 6 years ago
  Jordi Boggiano f946d8eb5a More RemoteFilesystem usage removals and some repository/vcs driver refactorings 7 years ago
  Raphaël Aurières 6725d1d244 Fix docblock. 6 years ago
  Raphaël Aurières a8f27bf097 Fix constant usage to be compatible with PHP 5.3 6 years ago
  Raphaël Aurières 3c01faf0e2 Use parameter with default value to set schema file path. 6 years ago
  Gabriel Caruso 7d9f8e2247 Improvements 7 years ago
  Vladimir Reznichenko c8615358cb SCA with PHP Inspections (EA Extended) 8 years ago
  Christophe Coevoet 6daa2afdd3 Fix the handling of references in JSON schemas when validating 8 years ago
  Jordi Boggiano 3b0a1c6f70 Run cs fixer and update config to latest master 9 years ago
  Niels Keurentjes 818c3e707a Ton of phpDoc fixes. 9 years ago
  Jordi Boggiano cb53bd04cb Remove a few instances of RemoteFilesystem that were not needed 9 years ago
  Jordi Boggiano ce08582671 Fix CS 10 years ago
  Possum 29ca21f30e PHP version checks tweaking 10 years ago
  Hugo Fonseca e79d067690 Make parseJson safer 10 years ago
  Hugo Fonseca 1bb871dca8 Add docBlock and fix CS 10 years ago
  Jordi Boggiano d9b5c884ba Detect and warn JSON encoding failures, refs #3786 10 years ago
  Jordi Boggiano e172cd81a1 Fix lax validation of packages when loading them, fixes #3606, fixes #3605 10 years ago
  Christophe Coevoet b0f13e0ab6 Fix typo 11 years ago
  Christophe Coevoet c571ccafd3 Restrict the JSONC fix to affected versions 11 years ago
  Christophe Coevoet f3d8323a71 Fixed the json formatting when using JSONC 11 years ago
  Jordi Boggiano 94926218e8 CS fixes 11 years ago
  Jordi Boggiano 109f4ffd5e Normalize json across all php versions, fixes #3226 11 years ago
  Jordi Boggiano ac497feaba CS fixes 11 years ago
  Jordi Boggiano af6ef235e1 Update json schema 11 years ago
  Jordi Boggiano 0df9c803a5 Merge pull request #2718 from sndpl/issue/2613 11 years ago
  Jordi Boggiano 41afc8324e Workaround for json schema bug, fixes #2726 11 years ago
  Sandy Pleyte f92f2f45a9 Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash. 11 years ago