Skip to content
Snippets Groups Projects
Commit 7988c622 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Rollback sur composer.lock pour compatibilité avec php 7.3

parent a8767476
No related branches found
No related tags found
No related merge requests found
...@@ -95,21 +95,20 @@ ...@@ -95,21 +95,20 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "1.10.1", "version": "v1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
...@@ -119,7 +118,7 @@ ...@@ -119,7 +118,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.9.x-dev" "dev-master": "1.7.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -160,7 +159,7 @@ ...@@ -160,7 +159,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2020-04-02T12:33:25+00:00" "time": "2019-10-01T18:55:10+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -1113,16 +1112,16 @@ ...@@ -1113,16 +1112,16 @@
}, },
{ {
"name": "doctrine/reflection", "name": "doctrine/reflection",
"version": "1.2.1", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/reflection.git", "url": "https://github.com/doctrine/reflection.git",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" "reference": "b699ecc7f2784d1e49924fd9858cf1078db6b0e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", "url": "https://api.github.com/repos/doctrine/reflection/zipball/b699ecc7f2784d1e49924fd9858cf1078db6b0e2",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", "reference": "b699ecc7f2784d1e49924fd9858cf1078db6b0e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1187,7 +1186,7 @@ ...@@ -1187,7 +1186,7 @@
"reflection", "reflection",
"static" "static"
], ],
"time": "2020-03-27T11:06:43+00:00" "time": "2020-03-21T11:34:59+00:00"
}, },
{ {
"name": "easybook/geshi", "name": "easybook/geshi",
...@@ -1409,35 +1408,35 @@ ...@@ -1409,35 +1408,35 @@
}, },
{ {
"name": "ocramius/package-versions", "name": "ocramius/package-versions",
"version": "1.8.0", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git", "url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "421679846270a5772534828013a93be709fb13df" "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df", "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
"reference": "421679846270a5772534828013a93be709fb13df", "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.1.0 || ^2.0", "composer-plugin-api": "^1.0.0",
"php": "^7.4.0" "php": "^7.3.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev", "composer/composer": "^1.8.6",
"doctrine/coding-standard": "^7.0.2", "doctrine/coding-standard": "^6.0.0",
"ext-zip": "^1.15.0", "ext-zip": "*",
"infection/infection": "^0.15.3", "infection/infection": "^0.13.4",
"phpunit/phpunit": "^9.0.1", "phpunit/phpunit": "^8.2.5",
"vimeo/psalm": "^3.9.3" "vimeo/psalm": "^3.4.9"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"class": "PackageVersions\\Installer", "class": "PackageVersions\\Installer",
"branch-alias": { "branch-alias": {
"dev-master": "1.99.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1456,17 +1455,7 @@ ...@@ -1456,17 +1455,7 @@
} }
], ],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"funding": [ "time": "2019-07-17T15:49:50+00:00"
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
"type": "tidelift"
}
],
"time": "2020-04-06T17:43:35+00:00"
}, },
{ {
"name": "ocramius/proxy-manager", "name": "ocramius/proxy-manager",
...@@ -1680,16 +1669,16 @@ ...@@ -1680,16 +1669,16 @@
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.1.3", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1723,7 +1712,7 @@ ...@@ -1723,7 +1712,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2020-03-23T09:12:05+00:00" "time": "2019-11-01T11:05:21+00:00"
}, },
{ {
"name": "psr/simple-cache", "name": "psr/simple-cache",
...@@ -1862,16 +1851,16 @@ ...@@ -1862,16 +1851,16 @@
}, },
{ {
"name": "setasign/fpdi", "name": "setasign/fpdi",
"version": "v2.3.2", "version": "v2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Setasign/FPDI.git", "url": "https://github.com/Setasign/FPDI.git",
"reference": "527761458f504882ab844f15754523825647f291" "reference": "f58e64e51f61922d4c3ba4c6c91366ac520cb442"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/527761458f504882ab844f15754523825647f291", "url": "https://api.github.com/repos/Setasign/FPDI/zipball/f58e64e51f61922d4c3ba4c6c91366ac520cb442",
"reference": "527761458f504882ab844f15754523825647f291", "reference": "f58e64e51f61922d4c3ba4c6c91366ac520cb442",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1888,7 +1877,10 @@ ...@@ -1888,7 +1877,10 @@
"tecnickcom/tcpdf": "~6.2" "tecnickcom/tcpdf": "~6.2"
}, },
"suggest": { "suggest": {
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured.",
"setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
"setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF.",
"setasign/fpdi-tfpdf": "Use this package to automatically evaluate dependencies to tFPDF."
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -1919,26 +1911,20 @@ ...@@ -1919,26 +1911,20 @@
"fpdi", "fpdi",
"pdf" "pdf"
], ],
"funding": [ "time": "2020-03-10T15:28:15+00:00"
{
"url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
"type": "tidelift"
}
],
"time": "2020-03-23T15:53:59+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.7", "version": "v4.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7" "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", "url": "https://api.github.com/repos/symfony/console/zipball/4fa15ae7be74e53f6ec8c83ed403b97e23b665e9",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2001,20 +1987,20 @@ ...@@ -2001,20 +1987,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-03-30T11:41:10+00:00" "time": "2020-02-24T13:10:00+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.15.0", "version": "v1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2026,7 +2012,7 @@ ...@@ -2026,7 +2012,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.15-dev" "dev-master": "1.14-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2059,34 +2045,20 @@ ...@@ -2059,34 +2045,20 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"funding": [ "time": "2020-01-13T11:15:53+00:00"
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-02-27T09:26:54+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.15.0", "version": "v1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2098,7 +2070,7 @@ ...@@ -2098,7 +2070,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.15-dev" "dev-master": "1.14-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2132,34 +2104,20 @@ ...@@ -2132,34 +2104,20 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [ "time": "2020-01-13T11:15:53+00:00"
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-09T19:04:49+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.15.0", "version": "v1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2168,7 +2126,7 @@ ...@@ -2168,7 +2126,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.15-dev" "dev-master": "1.14-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2204,21 +2162,7 @@ ...@@ -2204,21 +2162,7 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [ "time": "2020-01-13T11:15:53+00:00"
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-02-27T09:26:54+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
...@@ -6572,16 +6516,16 @@ ...@@ -6572,16 +6516,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "8.5.3", "version": "8.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "67750516bc02f300e2742fed2f50177f8f37bedf" "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67750516bc02f300e2742fed2f50177f8f37bedf", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"reference": "67750516bc02f300e2742fed2f50177f8f37bedf", "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6651,7 +6595,7 @@ ...@@ -6651,7 +6595,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2020-03-31T08:52:04+00:00" "time": "2020-01-08T08:49:49+00:00"
}, },
{ {
"name": "sabre/event", "name": "sabre/event",
...@@ -7672,6 +7616,5 @@ ...@@ -7672,6 +7616,5 @@
"platform": { "platform": {
"php": ">=7.3 || >=7.4" "php": ">=7.3 || >=7.4"
}, },
"platform-dev": [], "platform-dev": []
"plugin-api-version": "1.1.0"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment