You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
268 lines
9.0 KiB
268 lines
9.0 KiB
{ |
|
"_readme": [ |
|
"This file locks the dependencies of your project to a known state", |
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
"This file is @generated automatically" |
|
], |
|
"content-hash": "8a03f7b6d12b9387b036c8bc352c4389", |
|
"packages": [ |
|
{ |
|
"name": "psr/log", |
|
"version": "1.1.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Log\\": "Psr/Log/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "https://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for logging libraries", |
|
"homepage": "https://github.com/php-fig/log", |
|
"keywords": [ |
|
"log", |
|
"psr", |
|
"psr-3" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/log/tree/1.1.4" |
|
}, |
|
"time": "2021-05-03T11:20:27+00:00" |
|
}, |
|
{ |
|
"name": "spatie/image-optimizer", |
|
"version": "1.6.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/spatie/image-optimizer.git", |
|
"reference": "6db75529cbf8fa84117046a9d513f277aead90a0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/6db75529cbf8fa84117046a9d513f277aead90a0", |
|
"reference": "6db75529cbf8fa84117046a9d513f277aead90a0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-fileinfo": "*", |
|
"php": "^7.3|^8.0", |
|
"psr/log": "^1.0 | ^2.0 | ^3.0", |
|
"symfony/process": "^4.2|^5.0|^6.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^8.5.21|^9.4.4", |
|
"symfony/var-dumper": "^4.2|^5.0|^6.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Spatie\\ImageOptimizer\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Freek Van der Herten", |
|
"email": "freek@spatie.be", |
|
"homepage": "https://spatie.be", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "Easily optimize images using PHP", |
|
"homepage": "https://github.com/spatie/image-optimizer", |
|
"keywords": [ |
|
"image-optimizer", |
|
"spatie" |
|
], |
|
"support": { |
|
"issues": "https://github.com/spatie/image-optimizer/issues", |
|
"source": "https://github.com/spatie/image-optimizer/tree/1.6.2" |
|
}, |
|
"time": "2021-12-21T10:08:05+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-php80", |
|
"version": "v1.25.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-php80.git", |
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", |
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.23-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/polyfill", |
|
"url": "https://github.com/symfony/polyfill" |
|
} |
|
}, |
|
"autoload": { |
|
"files": [ |
|
"bootstrap.php" |
|
], |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Php80\\": "" |
|
}, |
|
"classmap": [ |
|
"Resources/stubs" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Ion Bazan", |
|
"email": "ion.bazan@gmail.com" |
|
}, |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" |
|
}, |
|
"funding": [ |
|
{ |
|
"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": "2022-03-04T08:16:47+00:00" |
|
}, |
|
{ |
|
"name": "symfony/process", |
|
"version": "v5.4.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/process.git", |
|
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb", |
|
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.5", |
|
"symfony/polyfill-php80": "^1.16" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Process\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Executes commands in sub-processes", |
|
"homepage": "https://symfony.com", |
|
"support": { |
|
"source": "https://github.com/symfony/process/tree/v5.4.7" |
|
}, |
|
"funding": [ |
|
{ |
|
"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": "2022-03-18T16:18:52+00:00" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [], |
|
"plugin-api-version": "2.2.0" |
|
}
|
|
|