Use old composer file
This commit is contained in:
parent
d2c126aad9
commit
f31586874e
|
@ -8,7 +8,7 @@
|
|||
"ifsnop/mysqldump-php": "2.*",
|
||||
"ezyang/htmlpurifier": "^4.8",
|
||||
"codeguy/upload": "^1.3",
|
||||
"php-imap/php-imap": "^4.1",
|
||||
"php-imap/php-imap": "^3.1",
|
||||
"willdurand/email-reply-parser": "^2.8"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "65d8291d80d67733f976a54e18551d17",
|
||||
"content-hash": "fa0c0ef48219cce09e0054dcd25bd898",
|
||||
"packages": [
|
||||
{
|
||||
"name": "codeguy/upload",
|
||||
|
@ -248,16 +248,16 @@
|
|||
},
|
||||
{
|
||||
"name": "php-imap/php-imap",
|
||||
"version": "4.1.0",
|
||||
"version": "3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barbushin/php-imap.git",
|
||||
"reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9"
|
||||
"reference": "1df5b8b17527829a990475292b6794f06aaa4843"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/7ca3d19451bfe6de47186b52f4b266179a5858b9",
|
||||
"reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9",
|
||||
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/1df5b8b17527829a990475292b6794f06aaa4843",
|
||||
"reference": "1df5b8b17527829a990475292b6794f06aaa4843",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -303,10 +303,6 @@
|
|||
"pop3",
|
||||
"receive emails"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/barbushin/php-imap/issues",
|
||||
"source": "https://github.com/barbushin/php-imap/tree/master"
|
||||
},
|
||||
"time": "2020-04-10T11:43:19+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -571,9 +567,6 @@
|
|||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
|
@ -1388,10 +1381,6 @@
|
|||
],
|
||||
"description": "Looks up which function or method a line of code belongs to",
|
||||
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
||||
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/sebastianbergmann",
|
||||
|
@ -1928,9 +1917,6 @@
|
|||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
|
@ -1999,9 +1985,6 @@
|
|||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
|
|
Loading…
Reference in New Issue