Skip to content

Commit

Permalink
PHPCLIENT-23: fix null mimetype
Browse files Browse the repository at this point in the history
Co-authored-by: fherbin <45197312+fherbin@users.noreply.github.com>
  • Loading branch information
pgmillon and fherbin committed Feb 16, 2021
1 parent fe57acc commit bf8f201
Show file tree
Hide file tree
Showing 4 changed files with 1,188 additions and 599 deletions.
16 changes: 7 additions & 9 deletions composer.json
Expand Up @@ -17,23 +17,21 @@
},
"require": {
"php": "~7.1",
"guzzlehttp/guzzle": "6.3.*",
"monolog/monolog": "1.23.*",
"jms/serializer": "1.12.*",
"paragonie/random_compat": "2.0.*"
"guzzlehttp/guzzle": "~6.0, <6.6",
"monolog/monolog": "~1.3, <1.27",
"jms/serializer": "~1.8, <1.15"
},
"require-dev": {
"phpunit/phpunit": "7.1.*",
"symfony/http-foundation": "4.1.*",
"sensiolabs/security-checker": "4.1.*"
"phpunit/phpunit": "~7.1, <7.6",
"symfony/http-foundation": "~4.1, <4.5"
},
"autoload": {
"psr-4": { "Nuxeo\\": "src/Nuxeo" }
},
"autoload-dev" : {
"psr-4": {
"Nuxeo\\Client\\Tests\\" : "tests/Nuxeo/Client/Tests",
"Nuxeo\\Client\\FTests\\" : "ftests/src/test/php/Nuxeo/Client/FTests"
"Nuxeo\\Client\\Tests\\": "tests/Nuxeo/Client/Tests",
"Nuxeo\\Client\\FTests\\": "ftests/src/test/php/Nuxeo/Client/FTests"
}
}
}

0 comments on commit bf8f201

Please sign in to comment.