Implement ext:typo3_encore, update webpack

This commit is contained in:
Björn Fromme
2020-02-04 16:47:06 +01:00
parent 3a600d4e01
commit 05328bff6e
14 changed files with 4398 additions and 2787 deletions
Generated
+246 -1
View File
@@ -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": "8d24d6aa5cf407f4ae9811bc6a781623",
"content-hash": "9e1be2cab97408fbcbe09fa4a4286a55",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -1905,6 +1905,55 @@
],
"time": "2018-10-30T17:12:04+00:00"
},
{
"name": "psr/link",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"time": "2016-10-28T16:06:13+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
@@ -1992,6 +2041,70 @@
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ssch/typo3-encore",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sabbelasichon/typo3_encore.git",
"reference": "b7c734ddbb81295813ecb08627dd57a597067ae1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabbelasichon/typo3_encore/zipball/b7c734ddbb81295813ecb08627dd57a597067ae1",
"reference": "b7c734ddbb81295813ecb08627dd57a597067ae1",
"shasum": ""
},
"require": {
"php": ">=7.2.0 <7.4",
"symfony/asset": "^5.0",
"symfony/web-link": "^4.3",
"typo3/cms-core": "^9.5 || ^10.2"
},
"replace": {
"typo3-ter/typo3-encore": "self.version"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"nimut/testing-framework": "^4.0 || dev-master",
"phpstan/phpstan": "^0.9 || ^0.10"
},
"type": "typo3-cms-extension",
"extra": {
"branch-alias": {
"dev-master": "2.0.0-dev"
},
"typo3/cms": {
"extension-key": "typo3_encore",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
},
"autoload": {
"psr-4": {
"Ssch\\Typo3Encore\\": "Classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Sebastian Schreiber",
"email": "[email protected]",
"homepage": "http://www.schreibersebastian.de",
"role": "Developer"
}
],
"description": "Use Webpack Encore in TYPO3 Context",
"homepage": "http://www.schreibersebastian.de",
"keywords": [
"encore",
"webpack"
],
"time": "2020-01-21T12:51:46+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.12",
@@ -2046,6 +2159,62 @@
],
"time": "2018-07-31T09:26:32+00:00"
},
{
"name": "symfony/asset",
"version": "v5.0.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "447190a24309da88f816313824d85c303035f86b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/447190a24309da88f816313824d85c303035f86b",
"reference": "447190a24309da88f816313824d85c303035f86b",
"shasum": ""
},
"require": {
"php": "^7.2.5"
},
"require-dev": {
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
},
"suggest": {
"symfony/http-foundation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Asset Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T14:08:26+00:00"
},
{
"name": "symfony/cache",
"version": "v5.0.3",
@@ -3412,6 +3581,82 @@
],
"time": "2020-01-04T14:08:26+00:00"
},
{
"name": "symfony/web-link",
"version": "v4.4.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386",
"reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/link": "^1.0",
"symfony/polyfill-php72": "^1.5"
},
"conflict": {
"symfony/http-kernel": "<4.3"
},
"provide": {
"psr/link-implementation": "1.0"
},
"require-dev": {
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
},
"suggest": {
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\WebLink\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony WebLink Component",
"homepage": "https://symfony.com",
"keywords": [
"dns-prefetch",
"http",
"http2",
"link",
"performance",
"prefetch",
"preload",
"prerender",
"psr13",
"push"
],
"time": "2020-01-04T13:00:46+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.4.3",