bronze1man
|
9a1f4e4458
fix some files mode bug 755->644
|
11 年之前 |
Jordi Boggiano
|
8d0b7f278e
CS fixes
|
11 年之前 |
Pavel Savinov
|
831bd844bd
Almost PHPDoc problems fixed
|
11 年之前 |
Jordi Boggiano
|
c7ed20e9d8
Fix minor issues in json code
|
12 年之前 |
Jordi Boggiano
|
27898c4c31
Suppress errors from mkdir calls that are checked for failure
|
12 年之前 |
deguif
|
1b5229dc04
Fixed phpdoc
|
12 年之前 |
Jordi Boggiano
|
c0e5736ae7
Add support for one-file-per-provider composer repositories
|
12 年之前 |
Jordi Boggiano
|
a54bf6269e
Improve error messages when network failures occur
|
12 年之前 |
Adel
|
d3b9f5c33f
Fix phpdocs
|
12 年之前 |
Jordi Boggiano
|
db16f68fbf
Tweak exception messages
|
12 年之前 |
Robert Schönthal
|
0cd453449b
minor changes to JsonFile::parseJson for Drivers
|
12 年之前 |
Robert Schönthal
|
c517ac6404
fixed issue #347 added file to json validation exception
|
12 年之前 |
Jordi Boggiano
|
66e9dcddf4
CS fixes
|
12 年之前 |
Jordi Boggiano
|
c440b4594a
More PSR-2 goodness
|
13 年之前 |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
13 年之前 |
Jordi Boggiano
|
f516c1de48
Add license info for code snippet we reused
|
13 年之前 |
Jordi Boggiano
|
a30e6109bf
Fix 5.4.0 interop in formatting of empty array/objects
|
13 年之前 |
Jordi Boggiano
|
69864aeb13
Make check more explicit
|
13 年之前 |
Jordi Boggiano
|
3bdee3aabe
Detect and report UTF8 encoding errors in json files
|
13 年之前 |
Jordi Boggiano
|
b14366ed08
Fix exception when a json file can not be downloaded
|
13 年之前 |
Jordi Boggiano
|
7f65dd7409
Use RemoteFilesystem everywhere we do http requests
|
13 年之前 |
Martin Hasoň
|
947d429c61
Removed definition of global constants reserved for PHP >=5.4 and fixed tests
|
13 年之前 |
Jordi Boggiano
|
7ceca9b789
Suppress relaxed schema and build it on the fly in php, refs #151
|
13 年之前 |
Jordi Boggiano
|
82dd1c1f7f
Add relaxed schema for application packages that do not need to be distributed
|
13 年之前 |
Jordi Boggiano
|
bd54e43d37
Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid
|
13 年之前 |
digitalkaoz
|
6929c42848
added schema/syntax validation for composer.json
|
13 年之前 |
Martin Hasoň
|
e621495c4d
Added support for JSON_UNESCAPED_SLASHES
|
13 年之前 |
Jordi Boggiano
|
d1d9c715c9
Add newline at the end of formatted jsons
|
13 年之前 |
Jordi Boggiano
|
33fcb959ea
Refactor JsonFile::encode to match json_encode
|
13 年之前 |
Martin Hasoň
|
ff0f833b3e
Added support for JSON_UNESCAPED_UNICODE and fixed parsing string
|
13 年之前 |